@charset "utf-8";
/* CSS Document */
#contieneform{
	text-align:right;
	position:relative;
	float:left;
	width:355px;
	margin-right:5px;
}
#nombrecampo{
	position:relative;
	float:left;
	width:150px;
}
#campos{
	position:relative;
	float:left;
	width:200px;
	margin-left:5px;
}
/* FORMULARIO*/
.textfieldcontacto{
	height:12px;
	width:180px;
	margin-bottom:10px;
	font-size:10px;
}
.selectcontacto{
	height:18px;
	width:184px;
	margin-bottom:8px;
	font-size:10px;
}
.textareacontacto{
	height:120px;
	width:180px;
	margin-bottom:5px;
	font-size:10px;
}
.boton {
	font-size: 11px;
	font-style: normal;
	border: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#006699;
	cursor: hand;
	height:20px;
}