/* Standard elements */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../imgs/fondo.jpg) repeat-x top;
	background:#e9ece5;
	color: #303030;
	font: normal 11px arial, verdana, sans-serif;
}

a {
	text-decoration: none;
	color: #d7d7d7;
}

dd{
	margin-left:20px;
}

.cajas {
	border: #c6d3b8 1px solid;
	font-weight: normal;
	font-size: 10px;
	cursor: hand;
	color: #000066;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e1ecd4;
	borderColor: #FF6600;
	height: 17px;
	width: 130px;
}

/* misc */
.clearer {
	clear: both;
}

.stripes {
	background: #c2c2c2;
	height: 1px;
	padding-left: 20px;
	padding-right: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.acciones {
	font: bold 9pt arial, verdana, sans-serif;
	text-align:center;
}

.acciones a{
	color: #f53f2c;
}

.acciones a:hover{
	text-decoration:underline;
}

/* MENU SELECCION IZQUIERDO */
#selected{
	background: #eef3e8;
	color: #f53f2c;
	padding-left:8px;
}

li{
	margin-top:2px;
	/*
	height:17px;
	line-height: 17px;
	*/
	padding-left:0px;
	text-transform: lowercase;
}

li a{
	color:#7d7d7d;
}

li a:hover{
	_text-decoration:underline;
}

li:hover{
	background: #eef3e8;
}

/* #FIN# menu seleccion izquierdo */

.sectionheader{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-stretch: condensed;
}

.adred{
	color: #f53f2c;
}

#itemheader{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-stretch: condensed;
	color: #f53f2c;
}

#itemtext {
	font: normal 8pt arial, verdana, sans-serif;
	color: #7d7d7d;
	margin-top:5px;
}

.optionselect {
	width: 90%;
	border: 1px solid #a5acb2;
	font-size:7pt;
}

/* HEADER */
.header {
	background: #fff;
	/* border-bottom: 1px solid #333; */
	font: normal 11px arial, verdana, sans-serif;
	height: 78px;
}

.header_left {
	background: #ffffff;
	float: left;
	width: 250px;
}

.header_right {
	background: #ffffff;
	float: right;
	width: 55%;
}

.header a {
	color: #888;
	/* display: block; */
	text-decoration: none;
	width: 100%;
}

.header span {
	padding-left: 2px;
}

.header a:hover { /* background: #191919; */ /* color: #BBB; */
}

.header .logoAd { /*background: url(../imgs/logoAD.gif) no-repeat; */
	float: left;
	padding-top: 24px;
	height: 49px;
}

.header_right .buscador {
	position: absolute;
	top: 44px;
	right: 180px;
	right: 20%;
	vertical-align: baseline;
}

#llamanos{
	color:red;
	font-weight: bold;
}

#escribenos{
	color:red;
	font-weight: normal;
}

#escribenos a{
	color: red;
	text-decoration: underline;
}

#escribenos a:hover{
	color:#222222;
}

.header_right .ayuda {
	position: absolute;
	top: 34px;
	right: 50px;
	right: 5%;
	text-align: right;
	/* width:350px;*/
}
#menubar {
	position: relative;
	top: 1px;
	color: #000000;
	padding-left: 2px;
	text-align: right;
}

#menubar span{
	position: relative;
	top: 1px;
	color: #f53f2c;
	padding-left: 2px;
	text-align: right;
}

#menubar span a{
	color: red;
	text-decoration: underline;
}

#menubar span a:hover{
	color: #222222;
}



/* STRUCT: container:{header/topnavbar/navtrace/tophighlighted/content/footer} */
.container {
	border: 1px solid #888;
	border-top: none;
	background: #ffffff;
	margin-left: 3%;
	margin-right: 3%;
	padding-left: 20px;
	padding-right: 20px;
}


/* barra de navegacion */
.topnavbar {
	height: 42px;
	background: #bfd1a9;
	margin-top: 6px;
	margin-bottom: 2px;
}

.topnavbar a:hover{
	color:#ffffff;
	background-color: #666666;
	border-top:5px solid #666666;
}


.topnavbar a {
	margin-right: 0px;
	width: 84px;
	height: 37px;
	float: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #34392e; /*34392e bfd1a9*/
	text-left: justify;
	font-weight: bold;
	text-transform: uppercase;
	font-stretch: condensed;
	border-top:5px solid #34392e;
	border-right: 1px solid #ffffff;
	padding-left:5px;
	text-decoration:none;
}

.topnavbar span {
	margin-right: 0px;
	width: 84px;
	height: 37px;
	float: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f53f2c;
	background-color: #34392e;
	text-left: justify;
	font-weight: bold;
	text-transform: uppercase;
	font-stretch: condensed;
	border-top:5px solid #34392e;
	border-right: 1px solid #ffffff;
	padding-left:5px;
	text-decoration:none;
}

/* rastro de hormigas */
.navtrace {
	height: 17px;
	background: #ffffff;
	padding-top: 3px;
	margin-bottom: 2px;
	vertical-align: middle;
	color: #98a555;
}

.navtrace a {
	color: #383d32;
}


/* 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;
}

.contentleft .body h1 {
	font: normal 16pt arial, verdana, sans-serif;
}

.body h1 a{
	color: #f53f2c;
}

.contentleft .body h2 {
	font: 13pt arial, verdana, sans-serif;
	color: #f53f2c;
}

.contentleft .body h3 {
	padding-top: 10px;
	font: normal 9pt arial, verdana, sans-serif;
	color: #7d7d7d;
}

.contentleft .body h4 {
	font: bold 9pt arial, verdana, sans-serif;
	color: #f53f2c;
}

.contentleft .body p{
	font: normal 8pt arial, verdana, sans-serif;
	color: #7d7d7d;
	margin-top:5px;
}



.body a{
	color: #7d7d7d;
}

.body a:hover{
	text-decoration:underline;
}

/* contenido derecha */
.contentright {
	float: right;
	width: 32%;
	background: #fff; 
}

/* DESTACADOS DERECHA */
.contentright .highlighted {
	padding-top: 5px;
	margin-left: 5%;
	margin-top: 0px;
	margin-right: 5%;
	background: #d2d8ca;
}

.contentright .highlighted #whitespace{
	background: #fff;
	height: 8px;
}

.contentright .highlighted .item {
	background: #e1e8d8; 
	padding-left:10px;
}

.contentright .highlighted .item #img{
	text-align:center;
	padding-top:5px;
}

/* textos destacados */
.contentright .highlighted #newsHeader {
	background: #d2d8ca;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-stretch: condensed;
	color: #000000;
	padding-bottom:4px;
	padding-left:10px;
}

.contentright .highlighted h1 {
	font: bold 8pt arial, verdana, sans-serif;
	color: #ea4228;
	padding-top: 12px;
	text-transform: uppercase;
}

.contentright .highlighted h2{
	font: normal 8pt arial, verdana, sans-serif;
	color: #7d7d7d;
	margin-right: 5px;
	padding-top: 4px;
}

.contentright .highlighted h2 a{
	color: #7d7d7d;
}

.contentright .highlighted h2 a:hover{
	text-decoration:underline;
}

.contentright .highlighted p {
	padding-top: 15px;
	padding-bottom: 4px;
	margin-left: 5px;
	margin-right: 0px;
	width: 90px;
}

.contentright .stripes {
	height: 7px;
	background: #d2d8ca;
	margin-left: 0%;
	margin-right: 0%;
}


/* COMBO 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;
}

.center {
	text-align: center;
}

.blankspace {
	height: 8px;
}

/* CENTRADO VERTICAL/HORIZONTAL DE IMAGENES */
#imgbox {height: 120px; overflow: hidden; position: relative; border: 1px solid #bfd1a9;}
#imgbox[id] {display: table; position: static;}
#imgbox { width:200px;}
#imgbox { float:left; margin-right:15px;}

#squarebox {border: 2px solid #e7eddf;} /* for explorer only*/
#positioning {position: absolute; top: 50%;border: 2px solid #e7eddf; text-align:center;} /* for explorer only*/
#positioning {_border: 2px solid #ffffff;}/* for explorer only*/
#positioning[id] {display: table-cell; vertical-align: middle; text-align:center; position: static;}
		
#floatingImg {position: relative; _top: -50%;} /* for explorer only */
#floatingImg {width: 100px; margin-left: auto; margin-right: auto;}
/* optional: #floatingImg[id] {position: static;} */

/* Contener de visualización de imagenes */
#imgViewer{
	border: 2px solid #e7eddf;
	width:75%; /* 810px */
	height:475px; /* 450px */
	position: absolute; 
	top: 120px;
	left:20%;
	border: 2px solid #e7eddf; 
	text-align:center;
	background:#fff;
}

.cerrar{
	text-decoration:underline;
	color: #f53f2c;
	font: normal 11pt arial, verdana, sans-serif;
}

#btonCerrar{
	padding-left:50px;
	padding-right:50px;
	padding-bottom:5px;
	background:#fff;
	position:absolute;
	top:122px;
	left:40%;
	border: 2px solid #e7eddf; 
}

.aViewImage{
	border: 2px solid #999; 
}

/* PAGINACION */
#paginacion{
	text-align:center;
	background: #eee;
	font: normal 9pt arial, verdana, sans-serif;
}


#paginacion a span{
	
	color:#f53f2c;
	font-weight: bold;
}

#paginacion a:hover span{
	text-decoration:underline;
}


#volver{
	margin-top:7px;
	margin-bottom:14px;
}
#volver a{
	font: 11pt arial, verdana, sans-serif;
	color: #f53f2c;
	text-decoration: underline;
}
#cabeceraItemTxt {
	font: 8pt arial, verdana, sans-serif;
	color: #f53f2c;
	font-weight: bold;
}

#cabeceraItem {
	font: 8pt arial, verdana, sans-serif;
	color: #000;
	font-weight: bold;
}
#imgbox { 
	width:150px; 
	height:120px;
}
#descargas a{
	vertical-align:middle;
	color:#7f8b70;
	font:bold;
}

#descargas a:hover{
	text-decoration:underline;
}