﻿html,body{
	margin: 0px;
	padding: 0px;
	background: #013a73;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
body h3, h4,h5{
	margin:0px;
	padding:0px;
	float:left;
}
a{
	border:none;
	border-width:0px;
	text-decoration:none;
	outline-style:none;
	outline-width:0;
	color:#003F7D;	
}
a:visited{
	color:#003F7D;
}
img{
	border:none;
}
ul{
	margin:0px;
	padding:0px;
}
/*estilos generales*/
.parrafo{
	color: #333333;
	font-size: 12px;
	display: block;
	float: left;
	padding: 5px;
	line-height: 14pt;
	margin-left: 20px;
	text-align: justify;
	margin-top:0px;
	margin-bottom:0px;
}
.titulo{
	display: block;
	font-weight: bold;
	color: #333333;
	text-align: center;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	margin: 5px;
	height: 20px;
}
#container{
	width:100%;
	height:auto;
}
#centrar{
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.centrar{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#header{
	background-position: 0px bottom;
	width: 960px;
	height: 145px;
	padding-top: 5px;
	background-image: url('index_archivos/bg_header.png');
	background-repeat: no-repeat;
}
#footer{
	height: 90px;
	width: 100%;
	float: left;
	background: #3C3C3C;
}
#footer_info{
	height: 75px;
	padding-top: 5px;
	padding-bottom: 5px;
	width:320px;
	float:left;
}
#footer_info img{
	margin:10px;
}
#logo{
	width:127px;
	height:145px;
	float:left;
	margin-left:20px;
	display:block;
}
#accesos{
	float:right;
	height:95px;
	width:793px;
}
#accesos_menu{
	width:378px;
	height:95px;	
	float:right;
}
#menu{
	float:right;
	height:50px;
	width:793px;
}
#menu_opt{
	height: 50px;
	float: left;
	width: 94px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFD851;
}
#menu_opt a{
	width: 100%;
	padding-top: 25px;
	height: 25px;
	float: left;
	text-transform: uppercase;
	font-size: x-small;
	text-align: center;
	color: #333333;
}
#menu_opt a:hover {
	background-color: #3C3C3C;
	color: #CCCCCC;
}
#spacer1{
	height: 43px;
	padding-top: 2px;
	padding-left: 2px;
	width:956px;
	float:left;
}
/*estilos de bloques de contenido de inicio*/
#noticias_upan{
	width: 259px;
	height: 230px;
	float: left;
	margin-top: 20px;
	background-color: #DFDFDF;
}
#galeria_slider{
	width:442px;
	height:230px;
	float:left;
	margin-top:20px;
	margin-left:8px;
	margin-right:8px;
}
#menu_sol{
	width:243px;
	height:230px;
	float:left;
	margin-top:20px;
}

/*estilos para bloques de centros regionales*/
#container_cr{
	width: 656px;
	height: 243px;
	float: left;
	background-position: top;	
	background-image: url('index_archivos/bg_cr.png');
	background-repeat: repeat-x;
}
#funda_upan{
	width: 266px;
	height: 223px;
	float: right;
	background-image: url('index_archivos/bg_cr.png');
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	padding-left:23px;
}
/*estilos para menus*/

	/*menu sol opt*/
#menu_sol_opt{
	width:238px;
	height:44px;
	float:right;
	margin-top:2px;
}

/*estilos de bloques de contenido*/
#header_bloque{
	height: 44px;
	width: 238px;
	background-image: url('index_archivos/top_bloque.gif');
	background-repeat: no-repeat;
	color: #FED701;
	padding-left: 20px;
	font-weight: bold;
	padding-top: 10px;
}
#accesos_menu_opt{
	float:left;
	width:75px;
	height:95px;
}


/*estilos de texto y vinculos*/
.titulo_tema{
	color: #073c61;
	font-weight: bold;
	font-size: 8pt;
}
.titulo_tema a{
	color: #073c61;
}
.titulo_tema a:hover{
	color: #333333;
}
.excerpt_tema{
	font-size: 8pt;
	color: #3399FF;
}

