@charset "utf-8";
/* reset de estilos */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
#formulario {
	width:550px;
	float: right;
}
legend {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 50px;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 120px;
	float: left;
}
/* formulario */
 label.error{
	display:block;
	float: left;
	font-size: 11px;
	color: #F90;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: left;
	background-image: url(../images/alert.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 26px;
	padding-left: 39px;
	position: relative;
	clear: none;
	line-height: 26px;
	width: 115px;
	margin-top: 4px;
} 

input, textarea {
	float: left;
	background-color: #220402;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 6px;
	margin-left: 4px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	border-color: #220402;
} 
input:focus, textarea:focus {
	background-color: #900;
}  
#Telefono {
	width: 100px;
}
#Direccion, #Email, #Direccion, #Consulta, #Nombre {
	width: 240px;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	color: #220402;
	text-decoration: none;
	height: 40px;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 122px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E55C00;
	clear: both;
	float: left;
	font-size: 15px;
}
#formulario br{
	clear: both;
}
