<style type="text/css">

/* Estilos para tipografias */
/*-------------------------------------------------------------*/

/* TEXTO */
.texto 	{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	}

/* TEXTO DE CUERPO */

.tituloBotonera 	{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #5B7A94;
	}

.textoCuerpo 	{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #787879;
	}
	
	
/* TEXTO DEL CLASS TITULO */
.textoTitulo {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #1184B1;
	}
	
/* TEXTO DEL CLASS SUBMENU */
.textoLinks {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	}
	

/* Estilos para links */
/*-------------------------------------------------------------*/

/* HOVER DEL CLASS TEXTOCUERPO */
.a.textoCuerpo:hover	{
	color: #7E8122;
	text-decoration: underline;
	}
		
/* HOVER DEL CLASS TEXTOSUBMENU */
.a.textoLinks:hover	{
	text-decoration: underline;
	}



/* 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;
	}
	

.td.tablaTdClaro {
	background: #FFFFFF;
	height: 20px;
	padding-left: 9px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 7px;
	font-family: Tahoma;
	font-size: 11px;
	}
	
.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>

