body {	
	
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #01317F;
	background-image: url(img/bg_gestor.gif);
	background-repeat:  repeat-y;
    overflow: auto;
	scroll: auto;
}

#tablaform td{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #01317f;
}

input {
	font-size: 9px;
}

input.campo {
	border: 1px dashed #01317F;
	font-size: 9px;
	background-color: #E5F3FF;
}

input.boton {
	border: 1px solid #01317F;
	font-size: 9px;
	background-color: #E5F3FF;
}

option {
	background-color: #E5F3FF;
	font-family: Tahoma, Verdana, Arial; 
	font-size: 9px; 
	color: #01317F;
}

option.uno {
	font-family: Tahoma, Verdana, Arial; 
	font-size: 9px; 
	background-color: #E5F3FF}

option.dos {
	font-family: Tahoma, Verdana, Arial; 
	font-size: 9px; 
	background-color: #F6FBFF}

textarea {
	border: 1px solid #01317F;
	font-family: Tahoma, Verdana, Arial; 
	font-size: 11px;
	background: #E5F3FF;	
}

a:link { 
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #01317F;
        text-decoration: none;
} 
a:visited { 
        font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #01317F;
        text-decoration: none;
} 
a:active { 
    	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #01317F;
        text-decoration: none;
} 
a:hover { 		
    	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #01317F;
        text-decoration: none;
}
