<style type="text/css">

/* Estilos para tipografias */
/*-------------------------------------------------------------*/

/* TEXTO DE CUERPO */
.texto 	{
	font-family: Trebuchet MS;
	font-size: 10px;
	text-decoration: none;
	color: #303030;
	}
	
	
/* TEXTO DE CUERPO */
.texto2 	{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #303030;
	}
	

/* TEXTO DE BIENVENIDA AL USUARIO */	
.bienvenida {
	font-family :Tahoma;
	font-size :14px;
	text-decoration :none;
	color :#303030;
	}
	

/* TEXTO MINI */
.textomini 	{
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	color: #303030;
	}
	
/* TEXTO DE CUERPO DE NOTICIAS */
.textonoticias 	{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #303030;
	}
	
	
/* TEXTO DE CUERPO 3 */
.texto3 	{
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	color: #303030;
	}


/* Estilos para links */
/*-------------------------------------------------------------*/

.paginacionlink 	{
	height: 22px;
	text-align: center;
	width:12px;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #0D5EA3;
	}
	
.a.paginacionlink:hover  {
	height: 22px;
	text-align: center;
	width:12px;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: underline;
	color: #0D5EA3;
	}
	
.a.paginacionlink:visited  {
	height: 22px;
	text-align: center;
	width:14px;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #0D5EA3;
	}

/* HOVER DEL CLASS TEXTO */
.a.texto:hover	{
	color: #E9EBF4;
	text-decoration: none;
		}


/* LINKS STANDARD */
.A:hover { 
	color:red
	}
	
	
/* LINKS CON SUBRAYADO PARA CLASS TEXTO2*/
.a.texto:hover	{
	color: #E9EBF4;
	text-decoration: underline;
	}
	
/* LINKS CON SUBRAYADO PARA CLASS TEXTO3*/
.a.texto3:hover	{
	text-decoration: underline;
	}



/* Estilos para botones */
/*-------------------------------------------------------------*/

.button.boton {
	background-color: #939EC4;
	font-family: Tahoma, Sans-serif;
	font-size: 11px;
	border-top : solid #A6ADBF;
	border-left : solid #A6ADBF;
	border-left-width : 1px;
	border-top-width : 1px;
	border-bottom : solid #666C7B;
	border-bottom-width : 1px;
	border-right : solid #5B616F;
	border-right-width : 1px;
	color: #Black;
	}


/* Estilos para tablas y rows */
/*-------------------------------------------------------------*/

/* TD COLOR AZUL CON TIPOGRAFIAS C/ BORDE */
.td.tabla_a {
	background: #939EC4;
	height: 20px;
	border-top : solid #000000;
	border-left : solid #000000;
	border-left-width : 1px;
	border-top-width : 1px;
	border-right : solid #000000;
	border-right-width : 1px;
	font-family: Tahoma;
	font-size: 11px;
	color: #E9EBF4;
	}
	
/* TABLA DE CONTENIDO AZUL CLARO CON BORDE */
.table.tabla_b {
	background: #E9EBF4;
	height: 22px;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	border-top : solid #000000;
	border-left : solid #000000;
	border-left-width : 1px;
	border-top-width : 1px;
	border-bottom : solid #000000;
	border-bottom-width : 1px;
	border-right : solid #000000;
	border-right-width : 1px;
	}
	
/* TABLA DE COLOR PARA EL PIE Y TIPO PARA EL COPY */
.table.tablapie {
	background: #152047;
	font-family: Tahoma;
	font-size: 11px;
	color: White;
	text-decoration: none;
	}
	
/* ROW DECORATIVO POR DEBAJO DEL TOP */
.td.rowdec {
	background: #939EC4;
	height: 10px;
	border-top : solid #152047;
	border-top-width : 1px;
	border-bottom : solid #152047;
	border-bottom-width : 1px;
	}
	
/* COLOR DE FONDO DEL ROW DE BARRA */
.td.barra {
	background: #152047;
	}
	
/* COLOR DE FONDO DE BARRA */
.td.tdbarra {
	background: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	}
	
/* TABLA TEXTO BLANCO */
.table.textoblanco {
	background: #152047;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	}
	

/* Estilos para textareas */
/*-------------------------------------------------------------*/

/* ESTILO PARA LOS TEXTFIELDS Y TEXTAREAS */	
.area	{
	font-family: Tahoma;
	font-size: 11px;
	color: #303030;
	background-color: #FFFFFF;
	border-top: solid #333333;
	border-left: solid #333333;
	border-bottom: solid #333333;
	border-right: solid #333333;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	}
	

</style>
