@charset "ISO-8859-1";
#descripcion li {
	display: inline;  /* Aplicamos un margen a la derecha porque en IE quedarían pegados los 3 items */
	margin-right: 3px;
	padding-right: 2px;
} 
html, body {  
     height:100%;  
     margin:0;  
 }  
 body { position:relative; min-height:500px; background-color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 1em; } 
#lineasHor { background: url(images/greylines-horizontalC2.gif)  repeat-x; position: absolute; height: 521px; margin-top: -235px; top: 50%; width: 100%; }
#lineasVert { height: 100%; background-image: url(images/greylines-vertical.gif); background-repeat: repeat-y; background-position: center; }
#contenedor {
	background: #A4CDCF;
	height: 477px;
	width: 920px;
	margin-left: -460px;
	position: absolute;
	left: 50%;
}
#cabecera {
	height: 60px;
	width: 918px;
	margin-left: -458px;
	position: absolute;
	left: 50%;
	text-align: left;
	color: #24949D;
	margin-top: -70px;
}
.cursor_mano {
	cursor: hand;
}
a:link, a:visited { font-size: 0.76em; color: #3F798F; text-decoration: none; }
a.grises:link {
	font-size: 0.76em;
	color: #999999;
	text-decoration: none;
}
.derecha { float: right; }
#descripcion {
	background-color: #01444c;
	float: right;
	height: 368px;
	width: 230px;
	padding-top: 26px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #74b5b8;
}
#descripcion_detalle{height: 280px: padding-bottom: 10px;
	padding-bottom: 4px;
	height: 318px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A4CDCF;
}
#descripcion p{
	font-size: 12px;
	text-indent: 6px;
}
#contenido { float: right; background-color: a4cdcf; padding-top: 26px; text-align: right; }
.rompe { font-size: 1px; clear: both; height: 1px;}
#descripcion H1 { font-size: 14px; color: #CCCCCC; margin: 0; }
.contenido_miniaturas { background-color: #A4CDCF; text-align: left; font-size: 0.6em; color: #000000; }
#contenido_miniaturas_claro { background-color: #D2E7E8; overflow: auto; width: 100%; clear: both; }
#descripcion ul {
	list-style-type: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.9em;
}  
#descripcion a:link, descripcion a:visited { font-size: 0.9em; }
#descripcion a:hover,  {}
#pie_bajo {
	height: 60px;
	text-align: left;
	padding-top: 22px;
	background-color: #FFFFFF;
	padding-left: 10px;
}
   p:first-letter{
               text-transform: uppercase;
          }