/**
 * UnderSecurity.net ReverseDNS stylesheet
 **/


servicios{

text-align:center;
padding: 10px; 
margin-bottom: 20px;
margin:4px;
font-color:white;

}
 
body{
	background-color:#1B1B1B;
	text-align:center;
	margin:0 auto;
	font-weight: bold;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px
}
#contenedor{
	margin: 0 auto;
	text-align:left;
	width:70%;
}

#caja{
	background-color:#2A2A2A;
	color:white;
	padding: 20px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
#footer{
	background-color:#2A2A2A;
	color:white;
	padding: 20px;
	text-align:center;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
a {text-decoration:none; color:#198837;}
a:hover {text-decoration:none; font-size:15px; }
#boton_enviar {
	background-color:#2A2A2A;
	border:#2A2A2A;
	color:white;
	margin-left: 90%;
}
.campo {
	width:100%;
	height: 19px;
	color:#FFFFFF;
	border: #2A2A2A;
	background-color:#2A2A2A;
	margin-bottom: 10px;
	padding: 2px;
	-moz-border-radius:5px;
}
.campo:hover{
	background-color:#1B1B1B;
}


