<style type="text/css">

/* Estilos para tipografias */
/*-------------------------------------------------------------*/

/* TEXTO DE CUERPO */
.texto 	{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	}
	
	
/* TEXTO DE CUERPO 2 */
.t2 {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	}
	

/* TEXTO DE CUERPO 4 */
.t4 {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #313131;
	}


/* TEXTO DE CUERPO */
.t3 	{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #3C6171;
	}
	

/* 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: #3C6171;
	}

 
/* TEXTO MINI */
.textomini2 	{
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF;
	}
	

/* TEXTO DE CUERPO DE NOTICIAS */
.textonoticias 	{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #303030;
	}
	
	
/* Estilos para links */
/*-------------------------------------------------------------*/

/* 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.t3:hover	{
		text-decoration: underline;
		}



/* Estilos para botones */
/*-------------------------------------------------------------*/

.button.boton {
	background-color: #3C6171;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	}


/* Estilos para tablas y rows */
/*-------------------------------------------------------------*/

/* TD COLOR AZUL CON TIPOGRAFIAS C/ BORDE */
.td.tabla_a {
	background: #3C6171;
	height: 20px;
	border-top : solid #FFFFFF;
	border-left : solid #FFFFFF;
	border-left-width : 1px;
	border-top-width : 1px;
	border-right : solid #FFFFFF;
	border-right-width : 1px;
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
	}
	
/* 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 */	
.area2	{
	font-family: Tahoma;
	font-size: 11px;
	color: #313131;
	width: 250px;
	background-color: #FFFFFF;
	border-top: solid #3C6171;
	border-left: solid #3C6171;
	border-bottom: solid #3C6171;
	border-right: solid #3C6171;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	}



</style>