@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#003366;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	color:#006699;
	font-size:12px;
	}
.letra_form 
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#003366;
	}	

.espacio {
	height:30px;}

	
/* TEXT */	

input
{
    background-color: #ECEFF0;
    border-bottom: #DDDBDB 1PX SOLID;
    border-collapse: COLLAPSE;
    border-left: #DDDBDB 1PX SOLID;
    border-right: #DDDBDB 1PX SOLID;
    border-top: #DDDBDB 1PX SOLID;
    color: #000;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
}
	
	
	
/* SELECT */	
SELECT 
{
	BACKGROUND-COLOR: #ECEFF0; 
    border-bottom: #DDDBDB 1PX SOLID;
    border-collapse: COLLAPSE;
    border-left: #DDDBDB 1PX SOLID;
    border-right: #DDDBDB 1PX SOLID;
    border-top: #DDDBDB 1PX SOLID;
	FILTER: SCROLLBAR(face: #008080); 
	FLOAT: none; 
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
	OVERFLOW: scroll;
	visibility: visible;
	cursor:pointer;
	width:145px;
}



/* CHECKBOX */	

checkbox
{
	display: inline-block;
    width: 19px;
    height: 19px;
	cursor:pointer;
}



/* SUBMIT */	
	

.submit {
    font-family: Verdana, Geneva, sans-serif;
	border: 1px solid;
	width: 100px;
	height: 20px;
	cursor: pointer;
	background: #5E9DC8;
	color: #FFF;
	font-size:11px;
	text-align:center;
	text-transform: uppercase;
}

.submit:hover {
	background: #3b8acd;
}
