rte<style type="text/css">

/* Estilos para tipografias */
/*-------------------------------------------------------------*/

/* TEXTO */
.texto 	{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	}

/* TEXTO DE CUERPO */
.textoCuerpo 	{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #505050;
	}
	
/* TEXTO DE FOOTER */
.textoFooter 	{
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	color: #F7E3E3;
	}
	
	
/* TEXTO DEL CLASS TITULO */
.textoTitulo {
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000E78;
	}
	
/* TEXTO DEL CLASS SUBMENU */
.textoSubmenu {
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	color: #1F2A79;
	}
	

/* Estilos para links */
/*-------------------------------------------------------------*/

/* HOVER DEL CLASS TEXTOCUERPO */
.a.textoCuerpo:hover	{
	color: #1F2A79;
	text-decoration: none;
	}
		
/* HOVER DEL CLASS TEXTOSUBMENU */
.a.textoSubmenu:hover	{
	text-decoration: underline;
	}


/* Estilos para botones */
/*-------------------------------------------------------------*/

.button.boton {
	background-color: #D5D5D5;
	font-family: Tahoma;
	font-size: 9px;
	height: 20px;
	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: #000000;
	}


/* Estilos para tablas y rows */
/*-------------------------------------------------------------*/

.table.tablaGeneral {
	background: #E9E9E9;
	height: 20px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	border: 1px;
	border-style: solid;
	border-color: 000000;
	speak-header: always;
	}
	

.td.tablaTdClaro {
	background: #F3F3F3;
	height: 20px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-family: Tahoma;
	font-size: 11px;
	}
	
.td.tdTitulo {
	background: #1F2A79;
	height: 25px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: White;
	}
	
	

/* Estilos para textareas */
/*-------------------------------------------------------------*/

/* ESTILO PARA LOS TEXTFIELDS Y TEXTAREAS */	
.area	{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background-image:url("../img/fondo_form.gif");
	border-top: solid #505050;
	border-left: solid #505050;
	border-bottom: solid #505050;
	border-right: solid #505050;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	}

/*-------------------------------------------------------------*/

/* ESTILO PARA LOS LINKS DE SOLUCIONES */
.grisarojo {text-decoration: none; color:#505050;}
.grisarojo:link {text-decoration: none; color:#505050;}
.grisarojo:hover {text-decoration: underline; color: #B20000;}
		
</style>

