@charset "utf-8";
/* CSS Document */

body{
margin:15;
padding:0;
background-color:#cccccc;
font-family: Helvetica, Arial, sans-serif;
font-size:11px;
color:#3c3c3c;
}


img {
border: 0;
}


#spacer{
clear:both;
}

.fondo{
	background-image: url(../bg_general.jpg);
	background-repeat: repeat-x;
}

INPUT{
margin-top:3px;
width:180px;

}

TEXTAREA{
margin-top:3px;
width:450px;

}

.titular{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #0171E4;
	text-decoration: none;
}

.textobold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #888888;
}

.textoname{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0271e4;
}


.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: 3c3c3c;
	text-decoration: none;
}

.border{
	color: #999999;
	border: 1px solid #e4e4e4;
}

.boton1{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	height:11px;
}
.boton1 a:link, .boton1 a:visited {
text-decoration: none;
color: #999999;
}

.boton1 a:hover, .boton1 a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
color: #0171E4;
}

