/* CSS Document */


body { background-color:#FFFFFF;
	margin: 0px; 
	font-family: "Trebuchet MS";
	text-align: justify;
	line-height: 18px;
	font-size:12px;
	color:#666666; 

}
.blanco {COLOR: #ffffff;}
.azul {COLOR: #0EB6FC;}
.verde { color:#9be428;}
.menu, .menu:visited{
text-decoration:none; font-weight:bold;
font-size:12px; color:#666666;}
.menu:hover{
 text-decoration:underline;font-weight:bold;
color:#9be428;
font-size:12px;}
.menu2, .menu2:visited{
font-weight:bold; text-decoration:none;
font-size:12px;color:#666666;}
.menu2:hover{
font-weight:bold; text-decoration:underline;
color:#9be428;
font-size:12px;}

.ColorDemo2
{ background-color: #ffffff;
}

.ColorDemo1
{ background-color:#f8f8f8; text-decoration:underline;} 

ul{list-style-type:square; text-align: left; line-height: 21px; color:#9be428;
}

 
.myBox {
    margin: 0.2in auto;
    color: #666666;
    width: 100%;
	height:100%;
    padding: 0px;
    text-align: left;
    background-color: #ffffff; background-image:url(pic/backgroundheader.gif); background-repeat:repeat-x;
    border: 3px solid #e8e8e8;
 
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.enviar{ background-image:url(pic/verde.gif); border:1px double #00FF00; color:#FFFFFF; width:140px; font-weight:bold;}
 