<style type="text/css">

/* TEXTO */
.texto 	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	}
	
.textoerror 	{
	font-family: Tahoma, Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #FF0000;
	}
	
.texto3 	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	}
	
.textoCuerpo2 	{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #F73B1F;
	}
	
	
/* HOVER DEL CLASS TEXTOCUERPO */
.a.textoCuerpo:hover	{
	color: #710B7D;
	text-decoration: none;
	}
	
.a.textoCuerpo2:hover	{
	color: #710B7D;
	text-decoration: none;
	}
		
/* HOVER DEL CLASS TEXTOSUBMENU */
.a.textoLinks:hover	{
	text-decoration: underline;
	}
	
/* LINKS DE NOTICIAS */
.noticias {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #680677;
}

.noticias:hover {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #680677;
}

/* Estilos para botones */

.button.boton {
	background-color: #D5D5D5;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	border-top : solid #FFFFFF;
	border-left : solid #FFFFFF;
	border-left-width : 1px;
	border-top-width : 1px;
	border-bottom : solid #A7A7A7;
	border-bottom-width : 1px;
	border-right : solid #A7A7A7;
	border-right-width : 1px;
	color: #525252;
    width:80px;
    height:22px;

	}

/* Estilos para tablas y rows #525252*/

.table.tablaGeneral {
	background: #EFEFEF;
	height: 20px;
	
	padding-left: 9px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 7px;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	border: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	speak-header: always;
	}
	
.table.tablaGeneral2 {
	border: 1px;
	border-style: solid;
	border-color: #790687;
	}
	
.td.tablaTdClaro {
	background: #E8EEF0;
	height: 20px;
	padding-left: 9px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3C3C3C;
	}
	
.td.tablaTdOscuro {
	background: #C1D2DE;
	height: 20px;
	padding-left: 9px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3C3C3C;
	}
	
	
.td.tdTitulo {
	background: #D5D5D5;
	height: 25px;
	padding-left: 9px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 7px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #525252;
	}
	

/* Estilos para textareas */

/* ESTILO PARA LOS TEXTFIELDS Y TEXTAREAS */	
.area	{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border-top: solid #525252;
	border-left: solid #525252;
	border-bottom: solid #525252;
	border-right: solid #525252;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	}
	
	
</style>
