/******************************************************/
/*            contenedor principal                    */          
/******************************************************/

#contenedor{
	width:790px;
	background-color:#FFFFFF;
	margin:0 auto;
	border:3px #669DC9 solid;
	}

#contenido{
width:790px;
text-align:left;
margin:0 auto;

}


#cuerpo{
	float:left; 
	width:780px; 
	background-color:#FFF; 
	padding: 5px;
	margin:0 auto;
}

/* -------------- BANNER ESTILOS -------------------------------------*/

/******************************************************/
/*            texto cabecera institucion              */          
/******************************************************/

.texto_nombre_institucion{
    font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color: #666666;
	font-weight: bold;
	padding-left:10px;
	line-height:30px;
}
A.enlace_biblioteca {
    font-family:Arial;
	font-size:12px;
	color:#0000ff;
	text-align:center;
/*	font-weight:bold;*/
}
A.enlace_biblioteca:hover {
	color: #000;
	text-align:center;

}

/******************************************************/
/*            enlaces a contenido                     */          
/******************************************************/
A.enlace_tranparencia {
    font-family: Arial, Helvetica, sans-serif;
	font-size:15px; /* pts */
	color:#666666;
	padding-left:5px;
	height:45px;
	border-top-style: none; 
	border-right-style: none;
	border-left-style: none;
	text-decoration:  none;
	border-bottom-style: none;
	font-weight: bold;
	}
A.enlace_tranparencia:hover {
	color: #000000;
	text-decoration: none;
}

.Subtitulos_A_Grande{
    font-family: Arial, Helvetica, sans-serif;
	font-size:16px; /* 16 pts */
	color:#333333;
	font-weight: bold;
	text-align:left;
	line-height:30px;
}

.Subtitulos_B_Pequeno{
    font-family: Arial, Helvetica, sans-serif;
	font-size:13px;/* 14pts  */
	color:#333333;
	font-weight: bold;
	text-align:left;
}

img {
	 padding:5px;
	/* border:#000000 solid 1px; */ 	
}
.texto{
    font-family: Arial, Helvetica, sans-serif;
	font-size:11pt; /* 11 pts */
	color:#666666;
	line-height:13pt;  /* 13pts*/
	text-align:justify;
	
}

/****************************************************************************/
table.tabla{
	border:2px #CFDA03 solid;
}

table.tabla th{
	background-color:#FFF;
	color:#333333;
	border-right:2px #666666 solid;
	font-weight:bold;
	text-align:left;
	padding:2px 5px 0px 5px;
	height:20px;
	
}

table.tabla td{
	background-color:#FFFFFF;
	color:#333333;
	padding:3px 5px 3px 5px;
}
