
/* ---------------- Estilos Generales de la Pagina----------------------*/


body { /*  ESTILOS DEL CUERPO GENERALES  */
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #444444;
	background-color: #b00025;
	background-image:url(imagenes/fondo.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
}


a:link, a:visited, a:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}

a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	font-weight: bold;
	color: #bbbbbb;
	text-decoration: underline;
}


hr{
  color:#b00025
	}

TD { /* ESTILOS DE LAS LETRAS DENTRO DE LAS TABLAS */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #444444;
	text-decoration: none;
	line-height: normal;
  }


.DiviFilas { /* ESTILOS DE LAS FILAS DE LAS LISTAS */
	border-top: 1px solid #b00025;
	line-height: 120%; 


}

.TituloFilas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b00025;
	text-decoration: none;
	background-color: #0A1C31;
	height: 21px;
	text-align: center;
}

.fondoIzquierdo { 
	/*
	background-color: #ffffff;
	background-image: url(imagenes/izkierda.jpg);
	background-repeat: repeat-y;
	background-position: right;
	*/
}

.fondoDerecho {
/*
	background-color: #ffffff;
	background-image: url(imagenes/derecha.jpg);
	background-repeat: repeat-y;
	background-position: left;
	*/
}

.fondoMAIN {

	background-color: #FFFFFF;
	/*background-image: url(imagenes/fondotablaprinc.jpg);*/
	background-repeat: repeat-y;
	background-position: left;
}

.fondoMENU {
	background-color: #FFFFFF;
	/*background-image: url(imagenes/medmenu.jpg);*/
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;

}

a.linkmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #444444;
	text-decoration: none;
	line-height: normal;

}

a.linkmenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: red;
	line-height: normal;
	



}




.menuTD {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C0CF74;
	border-right-color: #20450F;
	border-bottom-color: #20450F;
	border-left-color: #20450F;
}

.menuTDBottomFin {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C0CF74;
	border-right-color: #20450F;
	border-bottom-color: #20450F;
	border-left-color: #20450F;
}

.menuTDTopFin {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C0CF74;
	border-right-color: #20450F;
	border-bottom-color: #20450F;
	border-left-color: #20450F;
}

.DefaultTables {
	background-color: #ffffff;
	border: 1px solid #b00025;
	/*background-image: url(imagenes/fondotablasGeneric.jpg);*/
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;


}

.TDtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b00025;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #b00025;
	height: 21px;
	text-align: center;

}


.TDtitulo_input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #b00025;
	border: 1px solid #b00025;
	height: 21px;
	text-align: center;

}


input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #b00025;
	background-color: #b00025;
	background-attachment: fixed;
	/*background-image: url(imagenes/fondoinputs.gif);*/
	background-repeat: repeat-x;
	background-position: top;

}

 

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b00025;
	border: 1px solid #b00025;
	background-color: #ffffff;
	background-attachment: fixed;
	/*background-image: url(imagenes/fondotablasGeneric.jpg);*/
	background-repeat: repeat-x;
	background-position: top;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b00025;
	border: 1px solid #b00025;
	background-color: #ffffff;
	background-attachment: fixed;
	/*background-image: url(imagenes/fondoinputs.gif);*/
	background-repeat: repeat-x;
	background-position: top;
}

.MENUTITLE2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #b00025;
}


.msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b00025;
}
.msg2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;

}
.tdescripcion {
	text-align:right;
	vertical-align:top;
}

.tdescripcion_error {
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	padding:4px;
}

.tdescripcion_correcto {
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	padding:4px;
}

.input2{
	text-align:center;
	border: none;
	background-image: none;
}

form { 
	margin:0; 
	padding:0; 
}

.body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	background-color: #FFFFFF;
	
}

.footer{
  
  border-collapse:no-collapse;
  padding:2px;
  border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b00025;
	border-right-color: #b00025;
	border-bottom-color: #b00025;
	border-left-color: #b00025;
	color:#b00025;
	}
