@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFD205;
	background-image: url(../img/landing-background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


body h1
{
	display: block;
	width: 876px;
	height: 99px;
	background-image: url(../img/landing-logo.png);
	background-position: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

body h1 span
{
	display: none;
	background-repeat: no-repeat;
}


#area_catalogo h2 {
	font-size: 20px;
	color: #FFD205;
	position: relative;
	margin-bottom: 10px;
	padding-top: 24px;
}
.area  p {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#area_catalogo a {
	color: #FFD205;
}
#area_catalogo {
	background-image: url(../img/landing-catalogo-background.png);
	display: block;
	height: 138px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	background-position: left;
	position: relative;
}
#area_catalogo #catalogo-image {
	position: absolute;
	top: 0px;
	right: 0px;
}
#area_catalogo h2, #area_catalogo p {
	margin-left: 34px;
	margin-right: 300px;
	margin-top: 0px;
}
#area_catalogo h2 a {
	text-decoration: none;
}
#area_noticias, #site_footer {
	display: block;
	width: 906px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#area_noticias .top,#area_noticias .bottom {
	background-image: url(../img/landing-noticias-background-sprite.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 32px;
}
#area_noticias #area_noticias_content {
	background-image: url(../img/landing-noticias-background.png);
	background-repeat: repeat-y;
}

#area_noticias .bottom {
	background-position: bottom;
}

#area_noticias h2 {
	font-size: 20px;
	color: #FFFFFF;
	position: relative;
	margin-bottom: 10px;
	padding-top: 0px;
}
#area_noticias #area_noticias_content h3 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #FCCF04;
}
#area_noticias #area_noticias_content {
	padding-right: 34px;
	padding-left: 34px;
	padding-bottom: 5px;
}
#area_noticias #area_noticias_content .novedad .footer {
	text-align: right;
	color: #666666;
}
#area_noticias #area_noticias_content .novedad a {
	color: #1E4A83;
	font-weight: bold;
}

#site_footer {
	font-size: 10px;
	color: #000000;
	text-align: center;
}
#site_footer a {
	color: #1E4A83;
	font-weight: bold;
	text-decoration: none;
}
#site_footer a:hover {
	text-decoration: underline;
}
#area_catalogo #test_button {
	background-color: #FFD205;
	color: #1E4A83;
	font-weight: bold;
	text-decoration: none;
}
.novedad  p, .novedad  h4, .novedad  h5, .novedad  h6 {
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
.novedad  h4 {
	font-size: 13px;
}
.novedad  h5, .novedad  h6 {
	font-size: 12px;
}

