
:link    {
	color: #333399;
	text-decoration: underline;
}

:visited {
	color: #333399;
	text-decoration: underline;
}

:active  { color: #333333;  text-decoration: none; }

:hover   {
	color: Black;
	text-decoration: none;
}


.linkazul {
	COLOR: #003333;
	TEXT-DECORATION: none;
}

	

A.linkazul:hover 
{
COLOR: #003333;
TEXT-DECORATION: underline;
}

input { 
font-family:  Arial, Verdana;
 font-size: 12px; 
 color: #000000; 
 background-color: White; 
 border: Gray; 
 border-style: solid;
 border-top-width: 1px; 
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px
 }
 
 
select { 
font-family:  Arial, Verdana; 
font-size: 12px; color: #000000;
background-color: White; 
border: Gray; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px
}

.texto-1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	
.texto-2{
	font-family : Arial;
	font-size : 12px;
	
	}
	
	
	
	
.box1 {
	border-bottom: 1px dashed Silver;
	border-left: 1px dashed Silver;
	border-right: 1px dashed Silver;
	border-top: 1px dashed Silver;
	background: #F7F7F7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
}