/* Alambre Estudio Gráfico
   www.alambre.net
   //
   Estilos PDF CSS+XHTML
   Teaser
   Julio 2008
*/

/* fondo y general*/

body{
	background: #f0f0f0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#wrap{
	text-align:left;
	width: 790px;
	margin: 0px auto 0; 
	background-color: white;
	overflow: hidden;
}

/* Elementos Cabecera*/

.logo{
	width: 790px;
	text-align: left;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 53px;
	background: #005F90 url(img/menlg.gif) no-repeat 10px 10px;
}
	
	.navegacion{
	width: 780px;
	height: 53px;
	font-weight: bold;
	overflow: hidden;
	margin-right: 10px;
	}

	.navegacion div{
	text-align: right;
	clear: both;
	color: #00CCFF;	
	}

	.navegacion a{
	color:white;
	}
.navegacion a:hover, .navegacion a.sel, .navegacion a.link{
	color: #00CCFF;
	}
	

	.navegacion .idiomas{
	margin-bottom: 10px;
	overflow: hidden;
	display: none;
	}

	.navegacion ul{
	text-align: right;
	list-style-image: none;
	list-style-type: none;
	clear: right;
}

	.navegacion ul li{
	display: inline;
	float: right;
	margin-left: 10px;
}

/* Elementos Contenidos */

#contenidos{
	clear: left;
	overflow: hidden;
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 30px;
	padding-left: 96px;
	min-height:400px; 
	height:auto;
}

.titulo{
	clear: left;
	overflow: hidden;
	margin-bottom: 40px;
	font-size: 20px;
	}


.cat{
	float: left;
	margin-bottom: 40px;
}

.sep{
	width: 1px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

.info{
	margin-bottom: 30px;
	}

.info a{
	color: #ec5a23;
	text-decoration: none;
	}
	
h3{
	font-size: 14px;
	font-weight: bold;
	color: #3d4040;
}

h4{
	font-size: 12px;
	color: gray;
}

h5{
	font-size: 11px;
	color: gray;
}

#pie{
	padding-bottom: 10px;
	text-align: right;
	clear: left;
	width: 770px;
}

#pie a{
	color: gray;
	text-decoration: none;

}
