@charset "utf-8";

body {background: none;}
#content {background: none; width: 100%;}
.hd_top {background: none; float:left; width: 50%;}

/* para imprimir*/
#doc10 { 
	margin:auto; 
	text-align:left;
	width:57.69em;
	*width:56.39em;
	max-width:750px;
}
/*********************/

/* CSS Document */
/* ----------------------------------------------- */
/*  HEADER                  		               */
/* ----------------------------------------------- */	
/* necesario para posicionar elementos y z-index
 para layer index 								   */
 
#hd {position:relative; z-index: 1000; font-family: Arial; margin-bottom:10px; color:#999;width: 750px; height: 150px;} 
#bd {position:relative; z-index: 1000; font-family: Arial; margin-bottom:10px;width: 750px;}
#ft {position:relative; z-index: 1000; font-family: Arial; margin-bottom:10px;width: 750px;}  

/* ----------------------------------------------- */
/*  HEADER CONFIGURATION						   */
/* ----------------------------------------------- */

#hd h1 a, #hd #logo a {
	width:208px;
	height:79px;
	float:left; 
	margin:0 0 0 12px;
	}

/* ----------------------------------------------- */
/* 		 	DATE NAV 	     					   */
/* ----------------------------------------------- */

.date_nav {
	display:inline;
	font-size:103%;
	line-height:108%;
	float:left; 
	padding: 10px 0 0 0;
	font-family: times;
	}

.date_nav li {
	display:inline; 
	float:left;	
	padding: 0 7px 0 8px;
	color:red;
	}	

.date_nav li a {color:#000;}

.date_nav .first{
	color:#000;
	font-weight: bold;
	font-family: Arial;
	font-size:93%;
	}


/* ----------------------------------------------- */
/*  HEAEDERS		 	                           */
/* ----------------------------------------------- */

	h3 { background: url(/static/IECIeco/images/bg-h3.gif) 0 0 repeat-x; 
		height: 27px; 
		color: #003366;
		font-family: Georgia;
		font-size: 167%;
		padding:1px 0 0 3px;
		text-transform: uppercase;
		margin:0 0 7px 0;
		overflow: hidden;
		border-top:2px solid #666; border-bottom:1px solid #666;
		}
		
	.servicios h3 { background: url(/static/IECIeco/images/bg-h3.gif) 0 -28px repeat-x; color: #333300;padding:1px 0 0 3px; }
	
	 .hd h3 {background:none; height: 27px; color: #9b9b9b; width: 100%; margin:-20px 0 14px 0;}
	 .hd h3 em {background: url(/static/IECIeco/images/bg-h3.gif) 0 -86px repeat-x; color:#014b7c; padding: 0 5px; margin: 0 5px 0 -3px; height: 28px;}
	
	 .hd h4 {
		color: #666;
		font-family: Arial;
		font-size: 108%;
		line-height: 131%;
		text-transform: uppercase;
		margin: 0 0 5px 0;
		}
		
	 .hd h2 {
		font-size: 314%;
		line-height: 110%;
		margin: 0 0 10px 0;
		letter-spacing: -0.020em;
		font-family: Georgia;
		}
		
	.article .hd .subtitulo {
		color:#333;
		font-family: Arial;
		font-size: 123.1%;
		line-height: 123.1%;
		margin: 0 0 10px 0;
		letter-spacing: -0.010em;
		}
		
			
	.article .dia-hora { font-family: arial; color:#333; font-size: 77%; line-height: 85%; margin:0 0 3px 0}
	.article .dia-hora span{margin:0 0 0 5px; padding-left:5px; border-left:1px solid #999; color:#993333;}
	
		
	.article dl.firma {margin:20px 0 10px 0; font-family: arial; color:#666; font-size: 93%; line-height: 108%;}
	.article dl dt.autor em{color:#003366; margin: 0 0 0 5px; text-transform: uppercase; }
	.article div.imagen {margin:0 25px 10px 0; float: left; width: 60%;}
	.article div.imagen img{border:5px solid #999; margin:0 10px 10px 0; float: left; background: lime}
	.article div.imagen span{ float: left;  font-size: 93%; color:#666}

	.print-me {
	float: right;
	width: 50px;
	height: 50px;
	margin:75px 0 0 0;
	text-align: center;
	
	}
	.print-me li{text-transform: uppercase;font-size: 93%;margin-top:5px;}
	.print-me li a{color:#999;}
	.print-me li a:hover{color:#820000;}
	
	.version {color:#000; font-size: 93%}
