/*****************************/
/*    APLICADO EN DEFAULT    */
/*****************************/
#contenedor{
	width: 779px; /*Ancho*/
	margin: 0 auto; /*Centrado en la pagina*/
}
#encabezado{
	width: 779px;/*Ancho*/
	height: 40px;/*Alto*/
}
#contentgral{
	float: left;
	width: 100%;
}
#header{
	margin-bottom:5px;
	width:475px;
	background-color:#005099;
	float:left;
	color:#FFF;
	height: 35px;
	}
.link_interno {
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #215dc6;
}
/*****************************/
/*    APLICADO EN CONTENIDO  */
/*****************************/
/* Título Principal */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #01669E;
	line-height: 14px;
	margin-top: 10px;
	margin-left: 50px;
}
/* 2do Título Principal */
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #E77048;
	line-height: 12px;
	margin-left: 40px;
	text-align: left;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #01669E;
	margin-left: 70px;
}
h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
/* Subtítulo del párrafo */
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #01669E;
	line-height: 12px;
}
/* 2do. Subtítulo del párrafo recuadro, subrayado*/
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #666666;
	width: 400px;
	margin-left: 15px;
}
ul{
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
}
li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 15px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #333333;
	font-weight: normal;
	text-align: justify;
	text-indent: 20px;
	margin-left: 50px;
	margin-right: 20px;
}
/*****************************/
/*    TABLA 1                */
/*****************************/
/* Tablas con color de fondo (celeste-agrisdo) */
.tabla1 {
	border-top: 1px solid #003399;
	border-left: 1px solid #003399;
	margin-left: 40px;
	width: 700px;
}
/* Tablas con color de fondo (celeste-agrisdo) - Título*/
.td_tit_tabla1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #C9DCE7;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 22px;
}
/* Tablas con color de fondo (celeste-agrisdo) - Texto*/
.td_text_tabla1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003399;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	padding: 5px;
}
/* Tablas con color de fondo (celeste-agrisdo) - sin bordes a los costados*/
.td_text_tabla11 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	padding: 5px;
}
/******************************************************/
/*    VARIANTE DE TABLA 1 APLICADO EN INSTITUCIONES   */
/******************************************************/
.td_tit1_tabla1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #DFE4EC;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 22px;
}
.td_tex1_tabla1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003399;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	padding: 5px;
	text-align: right;
}


/*****************************/
/*    TABLA DE CONTACTENOS   */
/*****************************/
.td_tit_contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: bolder;
	color: #333333;
	background-color: #F9FAFB;
	text-align: left;
	height: 22px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.td_contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #666666;
	text-align: right;
	height: 22px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}


/********************/
/*    EXCEPCIONES   */
/********************/
.li1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 15px;
	list-style-type: none;
}
.parrafo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}
.epigrafes{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
.cite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 12px;
	text-align: right;
}
.tabla2 {
	margin-left: 40px;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	line-height: 14px;
}
