DIV#form{
	background-color: #444;
	border: 4px solid #353535;
	color:white;
	font-weight: bold;
}

DIV#form DIV{
	border:1px solid #565656;
	padding: 10px 18px;	
}

DIV#form SPAN{
	font-size: 18px;
}

DIV#form INPUT{
	width: 251px;
	margin-bottom: 10px;	
}

DIV#form TEXTAREA{
	width: 251px;
	margin-bottom: 10px;	
}

DIV#form SELECT{
	width: 255px;
	margin-bottom: 10px;	
}
	
DIV#form #boton{
	background-color: #0974ba;
	border:1px solid white;
	width:135px;	
	color:white;
	font-weight: bold;
}	

.obligatorio{
	color:#8bd2fc;
	font-size: 11px !important;
}

DIV#contact{
	margin-top: 30px;
	font-weight: bold; 
}