body{
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{ text-decoration: none; }

a:hover{ text-decoration: underline; }

p.center{ text-align: center; }

div#principal{
	
	margin: 0 auto;
	width: 1040px;
	min-height: 769px;
}

div#menu_superior{
	
	height: 22px;
	width: 100%;
	background-image: url("../imagenes/fondo_menu_superior.png");
	background-position: right top;
	background-repeat: no-repeat;
	color: white;
	text-align: right;
}

div#menu_superior ul li{
	
	display: inline;
	width: 100px;
}

div#menu_superior ul li a{
	
	width: 70px;
	float: right;
	margin: 0px 10px;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
	color: white;
}

div#logo{
	
	height: 100px;
	width: 810px;
}

div#logo img.logo{
	
	margin-top: -20px;
	float: left;
}

div#contenedor_derecho div#reporta{
	
	height: 122px;
}

div#boletin{
	
	float: left;
	width: 200px;
	font-size: 11px;
	font-weight: bold;
	margin-top: 20px;
	text-align: left;
	margin-left: 370px;
}

div#boletin p{
	
	margin-bottom: 5px;
}

div#boletin input[type="text"]{
	
	border: 1px solid #BCBCBC;
	font-size: 11px;
	width: 100px;
}

div#boletin input[type="submit"]{
	
	border: none;
	background: #BCBCBC;
	color: white;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
}

div#menu_izquierda{
	
	float: left;
	min-height: 422px;
	width: 140px;
	text-align: center;
}

div#menu_izquierda img{
	
	margin-bottom: 10px;
	border-bottom: 1px solid #DFE0E1;
}

div#contenido{
	
	float: left;
	height: 422px;
	width: 670px;
}

div#contenido div#menu_arriba{
	
	width: 100%;
	height: 46px;
}

div#contenido div#menu_arriba img{
	
	border-left: 1px solid #DFE0E1;
	margin: 0px;
}

div#contenido div#hover{
	
	margin-top: 20px;
}



div#contenedor_derecho{
	
	float: right;
	min-height: 410px;
	width: 226px;
}

div#contenedor_derecho div#video{
	
	background-image: url("../imagenes/fondo_video.png");
	height: 180px;
	width: 226px;
	margin-left: 5px;
	padding-top: 30px;
	text-align: center;
	position: relative;
	z-index: -2;
}

div#contenedor_derecho div#video p{
	
	color: #a01010;
	text-align: right;
	padding: 5px;
	font-weight: bold;
}

div#contenedor_derecho div#video p a{
	
	color: #a01010;
	text-decoration: none;
}

div#contenedor_derecho div#video p a:hover{ text-decoration: underline; }

div#contenedor_derecho div#directorio{
	
	background-image: url("../imagenes/fondo_directorio.png");
	height: 182px;
	width: 226px;
	margin-left: 5px;
	margin-top: 5px;
}

div#banners{
	
	min-height: 100px;
	text-align: center;
	float: left;
	width: 1040px;
	margin-top: 20px;
}

div#pleca{
	
	clear: both;
	width: 100%;
	padding-top: 5px;
	color: gray;
}

div#pleca p{
	
	display: inline;
}

div#politicas h2{
	
	margin: 10px 0px;
}
	
div#politicas p{
	
	margin: 10px 0px;
}