/* CSS Document */
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, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

body {
font-family: Arial, Helvetica, sans-serif;
}

.clearer  {clear: both;display: block;height: 1px;margin-bottom: -1px;font-size: 1px;line-height: 1px;}

#wrapform{
	width:800px;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}

#headerform{
	background-color: #2cb3e3;
	height: 80px;
	background-image: url(../images/formulario/topmazda.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}	
#mainform{
	background-color:#FFFFFF;
	height:100%;
	background-image: url(../images/formulario/topform.gif);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	padding:10px;
	
}
	

.titulo01 {
	height: 30px;
	background-color: #CCCCCC;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
	margin-top:10px;
	margin-bottom:10px;
	
}

.titulo {
	height: 20px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom:10px;
	
}


.boton{
	padding:0px;
	text-align:center;
	color:#FFFFFF;
	width:120px;
	height:30px;
}

.relleno20{
	padding-top: 8px;
}
a.envia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/formulario/butenviar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	display: block;
	height: 30px;
	width: 120px;
	text-decoration: none;
}
a.envia:hover {
	background-position: 0px -30px;
}

.rounded{
	background-color: #000000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}
.text{
color:#999999;
font-size:9px;
}

.legales{
	color:#868383;
	font-size:11px;
	background:#343434;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
}

.legales p {
float:left;
width:500px;
margin-left:10px;
padding-top:20px;
}

.legales img {
float:right;
margin:5px
}

span {
	font-size: 10px;
	color: #999999;
}
.texto_rojo {
	color: #CC0000;
}
