/* Standard elements */

/* destacado home */
.tophighlighted {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

.tophighlighted .item{
	margin:auto; /* para que firefox centre el contenido */
	background: url(../imgs/bgMainHighlighted.jpg) no-repeat;
	height: 281px;
	width: 854px;
	background-color: #ffffff;
	text-align: left;
}

#highlightedPhoto{
	padding-top:2%;
	padding-left:6%;
	padding-right:3%;
	float:left;
}

#mainHighlightedText{
	padding-left:30px;
	padding-right:50px;
	padding-top:130px;
	/* background-color: #ffff00;*/
}

.mainHighlightedText .stripes {
	height: 1px;
	background: #ffffff;
}

#mainHighlightedText span{
	font-weight: normal;
	color: #cd3032;
	font-variant:small-caps;
}

#mainHighlightedText h1{
 font-size: 18px;
 font-family: arial, Garamond, serif;
 color: #cd3032;
 font-weight: bold;
}

#mainHighlightedText h2{
 font-size: 26px;
 font-family: Garamond, serif;
 color: #ffffff;
 text-align: left;
 font-weight: bold;
}

#mainHighlightedText h3{
 font-size: 8pt;
 font-family: arial, Garamond, serif;
 color: #ffffff;
 text-align: left;
 font-weight: normal;
}

/* CONTENIDO */
.content {
	background: #fff;
	/* border-bottom: 1px solid #333; */
	font: normal 11px arial, verdana, sans-serif;
	margin-top: 3px;
}

/* contenido izquierda */
.contentleft {
	float: left;
	width: 68%;
	background: #ffffff;
}

/* contenido derecha */
.contentright {
	float: right;
	width: 32%;
	background: #fff; 
}

/* Especialización contenido izquierda */
	/* contenido izquierda home listado (itemlist) de novedades*/
.contentleft .itemslist {
	margin-left: 0px;
	margin-right: 15px;
	background: #ffffff;
}

.itemslist h1 {
	padding-top: 10px;
	font: normal 14pt arial, verdana, sans-serif;
}

.itemslist h1 a{
	color:#000000;
}

.itemslist h1 a:hover{
	color:#000000;
	text-decoration:underline;
}

.itemslist h2 {
	font: normal 10pt arial, verdana, sans-serif;
	color: #f53f2c;
}

.itemslist p {
	font: normal 8pt arial, verdana, sans-serif;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #7d7d7d;
}

/* Especialización contenido derecha */
.contentright .highlighted {
	background: #ffffff;
	padding-top: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
}

.contentright .highlighted .item {
	background: #e6e6e6;
}

/* textos destacados */
.contentright .highlighted #newsHeader {
	background: #d2d8ca;
	font-size: 11px;
	font:arial, verdana, sans-serif;
	text-transform: uppercase;
	font-stretch: condensed;
	color: #ff00ff;
	float:none;
}

.contentright .highlighted h1 {
	background: #e6e6e6;
	font: bold 10pt arial, verdana, sans-serif;
	color: #ea4228;
	margin-right: 5px;
	padding-top: 12px;
}

.contentright .highlighted h2 {
	background: #e6e6e6;
	font: normal 8pt arial, verdana, sans-serif;
	color: #111111;
	margin-right: 5px;
	padding-top: 4px;
}

/* Maquetación foto destacado*/
.contentright .highlighted p {
	background: #e6e6e6; 
	padding-top: 15px;
	padding-bottom: 4px;
	margin-left: 5px;
	margin-right: 0px;
	float: left;
	width: 90px;
}

.contentright .stripes {
	height: 7px;
	background: #d6d6d6;
	margin-left: 5px;
	margin-right: 5px;
}

.contentright .blankspace {
	height: 8px;
}

/* combo de navegacion */
.granoContainer {
	text-align:center;
}

.grano {
	width: 90%;
	border: 1px solid #a5acb2;
}

/* FOOTER */
.footer h1 {
	padding-top: 5px;
	font: normal 8pt arial, verdana, sans-serif;
	color: #a4a4a4;
}

.footer h2 {
	padding-top: 2px;
	font: normal 7pt arial, verdana, sans-serif;
	color: #8c8c8c;
	letter-spacing: 0px;
}

/* Elementos generales */
span,p {
	color: #000;
	padding-left: 2px;
}

span .highlight {
	font-weight: bold;
}

.center {
	text-align: center;
}
