body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url("images/body_bg.gif");
   background-attachment: fixed;
   text-align: justify;
   font: x-small Verdana,Sans-serif;
   margin: 0;
   padding: 0;
   
}.titulo {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	color: #000033;
	line-height: normal;
	font-weight: bold;
}
.sub1 {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF9900;
	text-decoration: underline overline;
	cursor: auto;
}
.form1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #993300;
}
.link1 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-indent: 10px;
}
a {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #66CC00;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
.texto1 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
}
.normal {
	font-family: Tahoma;
	font-size: 10px;
	color: #003366;
	text-align: left;
	text-indent: 0px;
	line-height: 15px;
}
.normal_frase {
	font-family: Tahoma;
	font-size: 10px;
	color: #003366;
	text-align: left;
	text-indent: 0px;
	line-height: 12px;
}
.boton{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#638cb5;
        border:0px;
        width:110px;
        height:19px;
       }
.borde_imagen {
	border: thick solid #FFFFFF;
}
.campo{
	border: thin dotted #FFFFFF;
	background-color: #33CCFF;
	color: #FFFFFF;
       }
.campo2{
	border: thin dotted #FFFFFF;
	background-color: #FFFF00;
	color: #000000;
       }