@CHARSET "UTF-8";
@IMPORT url("limpiar.css");
@IMPORT url("base.css");
@IMPORT url("blog.css");

#volver_visita {
	float: right;	
	clear: both;
	border: 1px solid #000;
	padding: 5px;
	background-color: #eee;
}

#textos{		
	color: #37367c;
	line-height: 25px;
}

#textos-index{		
	color: #37367c;
	line-height: 25px;
}

#textos-galeria{		
	color: #37367c;
	line-height: 25px;
}

ul{		
	list-style: disc;
	margin-left: 30px;
}

p {
	margin: 10px 0px;	
}

a {
	text-decoration: none;
}

a:hover {
	color: #b1481b;
	text-decoration: underline;
}		

h1 {
	font-size: 16px;	
	color: #b1481b;	
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	}
h2 {
	font-size: 14px;
	color: #b1481b;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 8px;
	}
h3 {
	font-size: 13px;
	color: #b1481b;	
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 6px;
	}
h4 {
	font-size: 12px;
	color: #b1481b;	
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 4px;
	}
h5 {
	font-size: 11px;
	color: #b1481b;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 2px;
	}
h6 {
	font-size: 10px;	
	color: #b1481b;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 1px;
	}
	
.error404 #titulo {
	font-size: 14px;
	text-align: right;
	font-weight: bold;
}

div.input {
	clear:both;
}

div.error label{
	color: red;
}

div.error input{
	border: red solid 1px;
}

div.error textarea{
	border: red solid 1px;
}

.campos_obligatorios{
	font-size: 10px;
	margin-left: 366px;
}

#msj_comentario{
	margin: 5px 15px;
	border: solid 1px #000;
	padding: 5px;
}

#formulario-contacto{
	margin-left: 30px;	
}
	#formulario-contacto .titulo{
		font-size: 14px;
		font-weight: bold;
	}
	#formulario-contacto form label{
		width: 70px;
		float: left;
	}	
	#formulario-contacto form .submit{
		margin-left: 70px;
	}
	
#clausula_formulario_web {
	font-size: 11px;
	margin: 3em 3em 0 3em;	
	text-align: justify;
	font-style: italic;
}