﻿html,
body {	
	background: url('../images/pattern.gif');
	margin: 0 auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

p {margin: 8px 0;}

#cabecera {	
	height: 215px;
	margin: 0 auto;
	padding: 0;
	width: 995px;
}

#contenido {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}

form {
	background: #fff none repeat scroll 0 0;
	float: right;
	padding: 10px;
	width: 400px;
	border: 1px dashed #cc100f;
}

#content {width: 98%;}

h1{
	text-transform: uppercase;
	background: #cc100f;
	font: bold 12px/15px  Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 3px;
	display: block;
}
h2{
	font-size: 14px;
}

#bottom {
	background: url(../images/rounded_bottom.png) no-repeat;
	float: left;
	height: 15px;
	width: 767px;
	margin: 0 0 0 10px;
}

/*estilos para el contacta*/
.contact-buttons {
	margin-left: 375px;
	margin-top:10px;
}

form label {
	clear:both;
	float:left;
	width:80px;
	font-weight:bold;
	margin:1px;
	height:20px;
	line-height:20px;
}

form input {
	margin:1px;
	width:180px;
}

form textarea {
  	width: 510px;
  	padding: 0;
	margin:0;
	text-align:left;	
}

form p input { width: auto; }

form .submit input {
  	width: auto;
  	cursor: pointer;
}

#campos-obl{
	width:100%;
	margin-bottom:10px;
	font-size:10px;
	color: #00A8E6;
}

#send {width:150px;}

#clausula {
	text-align:left;
	margin-bottom:10px;
	font-size:10px;
	float:right;
}

#clausula p {float: left;}

#texto-prot p {
	margin: 10px;
	padding: 10px;
	text-align: justify;
	color: #005a32;
	background-color: #ebebec;
}

.validation-advice {
	margin: 10px 0;
	color: #f00;
}

#comment {
	width:300px;
	height:75px;
}

input.validation-failed,
textarea.validation-failed {
	border: 1px solid #f30 !important;
    color: #f30;
}

input.required,
textarea.required {
    border: 1px solid #00a8e6;
}

#error {color: #f00;}

.main {
	max-width: 970px;
}