body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.2em;
	padding-top:0px;
	background-repeat: repeat-y;
	background-repeat: repeat-y;
	/*background-position: center;*/
	padding-right: 5px;
	padding-left: 5px;
	background-color: #396086;
}

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}
/*
hr {
	color:#dddddd;
	margin:25px;
}
*/
a {
	color:#313177;
	text-decoration: none;
}



/*************************Header****************************/

#header {
	clear:both;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	font-size:15px;
	padding-top:0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	/*background:url(images/encabezado.jpg);*/
	background-color: #0066FF;	/*background-repeat:no-repeat;
	height: 181px;*/
}

#header a {
	text-decoration:none;
	color:#000000;
}

/*************Quote in header************/
#slogan {
	float:right;
	margin-top: -16px;
	font-size: 9px;
}
/****************************************/
/***********************************************************/



/***********Container for left bar, center, and right bar************/
#container {
	width:900px;
	margin:auto;
	left: 10px;
	right: 10px;
	background-color: #FFFFFF;
}







/**********************Left bar***********************/
#left {
	float:left;
	width:138px;
	padding-right:10px;
	padding-left:10px;
	
}


#left h3 {
	font-size:14px;
	margin-bottom:-7px;
	padding-left:3px;
}

#left ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type:none;
}

#left li {
	border-bottom:1px solid #dddddd;
}

#left li a {
	border-bottom:1px solid #dddddd;
	display:block;
	padding:3px;
}
/*
#left li a:hover {
	color:#7277B1;
	background-color: #F5F5F5;
	display:block;
}
*/
.titulo_menu {
	color: #313177;
	font-weight: bold;
}

.sobre_menu {
	background-color: #CCCCCC;
	display: block;
	

}

.lista_menu_principal a:hover {
	color:#FFFFFF;
	background-color: #00468C;
	display:block;
	font-weight: bold;
}

.lista_menu a:hover {
	color:#7277B1;
	background-color: #F5F5F5;
	display:block;
}

/* ----------- Sistema Encuesta ---------------- */

#encuesta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #3399FF;	
}

#encuesta_pregunta {
	font-weight: bold;
	color: #FFFFFF;

}

#encuesta_respuesta {
	font-weight: bold;
	color: #003366;

}


/*****************************************************/



/***********************Center************************/
#center {
	float:left;
	width:550px;
	
	line-height:1.5em;
	padding-top:20px;
}



.margen_contenido {
	margin-left:10px;
	margin-right:10px;

}


.titulo_interno {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #003366;
}

.texto_principal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-align: justify;
	font-weight:bolder;
	
}

.texto_presentacion {
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	padding-bottom: 5px;
}


.espacio {
	padding-left: 20px;
}

.text_realtado1 {
	color: #006666;
	text-align: center;
	font-weight: bold;
}

.tr_espacio1 {
	padding-bottom: 20px;
	border: thin solid #000066;
}

.table_bordes {
	border: 2px solid #003366;
}


.text_tit_investigacion {
	font-size: 14px;
	font-weight: bold;
	color: #000033;
}

.text_desc_investigacion {
	color: #333333;
}

/******************************************************/



/**********************Right bar***********************/
#right {
	float:left;
	width:172px;
	padding-left:10px;
	padding-top:15px;
}


.letra_visitas {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/************Advertisement*************/
.ad {
	
	margin-top:15px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	
	width:172px;
}

.seccion_banners {
	background-position: center;
	text-align:center;
	padding-bottom:10px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	

}


.letra1 {
	color: #333333;
	font-weight: bold;
}



/**************************************/
/******************************************************/
/********************************************************************/


/***********************Footer*************************/
#footer {
	clear:both;
	width:900px;
	text-align:center;
	font-size:10px;
	color:#666666;
	background-color: #FFFFFF;
	
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
}

