@charset "utf-8";
/* CSS Document */

#L_CONTENT {
	width:935px;
	padding:20px 10px;	
}

#L_CONTENT div.col_left {
	position:relative;
	float:left;
	width:545px;
	height:460px;
	margin-right:15px;
	background:url(../img/contacto/back.jpg) no-repeat;
}

#L_LOGO {
	position:absolute;
	top:0px;
	left:0px;
}

#L_EMAIL {
	position:absolute;
	top:438px;
	left:32px;
}

#L_CONTENT div.col_right {
	float:left;
	width:375px;
}

a.email_button {
	color:#808285;
}

a.email_button:hover {
	color:#fff;
}

input, textarea {
	float:left;
	width:264px;
	display:block;
	border:1px solid #737373;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

input {
	height:13px;
}

textarea {
	height:120px;
}

label {
	float:left;
	display:block;
	width:95px;
	padding:2px;
}

div.buttons {
	margin:15px 0px 0px;
}

a.enviar {
	float:right;
	color:#e20018;
	padding:5px 10px;
	font-size:11px;
	line-height:1em;
}

a.enviar:hover {
	color:#fff;
}

input.checkbox {
	float:none;
	display:inline;
	width:20px;
	text-align:left;
	margin-top:10px;
}

.footnote {
	float:left;
	font-size:9px;
}

div.vsep {
	clear:both;
	height:15px;
}
