body {
	background: #FFF;
	width:900px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #333333;}
	
.limpiar { clear:both;}
a {text-decoration:none; color:#CD5A53;}
a:hover { text-decoration:underline; color:#124149;}
h1 {color:#124149; font-family:"Times New Roman", Times, serif;}
	
#contenedor { width: 950px;margin:0px 30px 0px 30px;text-align: center;}
#contenido { 
	width:950px;
	text-align:center;}
#columna_izquierda { width:400px; float:left;}
#logo { 
	width:210px; 
	float:left;
	margin:0px 0px 15px 0px;
	}
#banner {
	width:400px;
	float:left;}

/*Formulario de contacto*/
#formulario { width:500px;
	 float: right;
	 border:1px solid #CD5A53;
	 margin-left:0px;
	 padding-top:55px;
	 background:url(../img/fondo_form_taco.jpg) no-repeat;
	 }
form {
	text-align:center;
	width:400px;
	margin:0px;
	padding:0px;
	}
input, select, textarea {
	border: 1px solid #ccc;
	margin-bottom: 3px;
	color:#999;
	}
form span {
	float: left;
	width: 100px;
	text-align: right;
	color: #124149;
}

