/* Para centrar horizontalmente en la pgina. */
div.fcontactaenvelope{
	margin-bottom: 10px;
}

div.fcontactaenvelope div.form{
	width: 350px;
	margin: 0px auto;
	padding: 10px;
}

div.fcontactaenvelope div.form div{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

/* @ inputs */
div.fcontactaenvelope textarea{
	width: 100%;
	height: 150px;
}

div.fcontactaenvelope div.form div.sep{
	height: 20px;
	line-height: 20px;
	clear: both;
}

div.fcontactaenvelope div.form div.formtitulo{
	height: 15px;
	line-height: 15px;
	padding: 5px 0px 5px 0px;
	margin-bottom: 10px;
	background-color: #e1e1e1;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

div.fcontactaenvelope div.form div.linea{
	clear: both;
	padding: 5px 0px 5px 0px;
}

div.fcontactaenvelope div.form div.linea div{
	clear: none;
}


div.fcontactaenvelope div.campo{

}

div.fcontactaenvelope div.form .oblig{
	background-image: url(../images/asterisco.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 7px;
}

div.fcontactaenvelope div.valor{
	padding-left: 7px;
}

div.fcontactaenvelope div.valor input{
	width: 175px;
}

div.fcontactaenvelope div.valor div.opcion{
	clear: both;
	margin-bottom: 2px;
}

div.fcontactaenvelope div.errmsg{
	clear: both;
	margin-left: 10px;
	font-weight: bold;
	color: red;
	padding-left: 7px;
	font-size: 10px;
}


div.fcontactaenvelope div.form div.submit{
	text-align: left;
	margin-top: 10px;
	margin-left: 250px;
	margin-right: 0px;
	padding-right: 0px;
}

div.fcontactaenvelope div.form input.bsubmit{
	display: inline;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/breserva.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: transparent;
	border: 0px;
	width: 100px;
	height: 20px;
	color: White;
	cursor: pointer;
}

div.fcontactaenvelope .rojo{
}
