body {
 	background-color: white; 
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#000000;
	text-decoration:none;
	background-image: url(../images/fondo20.jpg);
}
hr {
    color:#eb0d01;
    background: #eb0d01; 
   }
select {
 	/*background: white; */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid;
	color:black;
	}
select:focus {background: #D7D7D7; }
select:disabled {background: #ebebeb; }
checkbox:focus {background: #D7D7D7; }
checkbox:disabled {background: #ebebeb; }

textarea {
	background-color: white; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid;
	color:black;
}
textarea:focus {background: #D7D7D7; }
textarea:disabled {background: #ebebeb; }

INPUT {font-size: 12px;font-family: Arial, Helvetica, sans-serif;}
INPUT.text {
border: 1px solid;
background:white;
color:black;
}
INPUT.radio {
text-decoration:none;

}
.text:focus {background: #D7D7D7; }
.text:disabled {background: #ebebeb; }

INPUT.button {border: 1px solid;font-weight: bold; background-color:#eb0d01;color:#ffffff;}
INPUT.submit {border: 1px solid;font-weight: bold; background-color:#eb0d01;color:#ffffff;}
.enlace {cursor:default; }
.texto_titulo {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.texto_normal {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	
}
.texto_label {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #eb0d01;
	font-weight: bold;
}
.texto_label_menu {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-weight: bold;
}
.texto_titulo_grande {
	font-size: 17px;
	color: #eb0d01;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.texto_principal {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify
	
}
.help {
      cursor: help;
     }
     
.hint {
	background-color: #FFEEAA;
	font-family: verdana,arial,helvetica;
	visibility: hidden;
	font-size: 8pt;
	position: absolute;
	padding: 1px 2px;
	border: 1px solid #000000;
	color: #006699;
	width: 200px;
	left: 328px;
}

.tabla{
border-style: dotted;
border-width: 0px;
border-color: 660033;
/*background-color: white;*/
font-family: verdana, arial;
font-size: 12px;
} 

.opaque25{
 opacity:.25;
 filter: alpha(opacity=25);
}


/* colores de los links */
a:link {color: #ff1500; font-family: Arial ; font-size:12px; text-decoration:none; }     /* unvisited link */
a:visited {color: #DD6900; font-family: Arial ; font-size:12px; text-decoration:none; }  /* visited link */
a:hover {color: #ff1500; text-decoration:underline; font-family: Arial ; font-size:12px; }   /* mouse over link */
a:active {color: #ff1500 font-family: Arial ; font-size:12px; text-decoration:none; }   /* selected link */