@import url(http://fonts.googleapis.com/css?family=Alegreya+SC:400,900,700);
@import url(http://fonts.googleapis.com/css?family=Carme);

html, body {
	background-image:url(../images/fondo.jpg);
	background-color:#810109;
	background-repeat:repeat-x;
	color:#505151;
	font-size:20px;
	font-family: 'Carme', Arial;
	height:100%;
	line-height:1.2em;
	}
	

.container {
	height:auto;
	margin:0px auto;
	width:900px;
	}

.container div{
	float:left;
	}

header,
nav,
section, 
article,
aside {
	float:left;
	display:block;
	}
/* ---------- a general ---------- */
a, a:visited {
	color:#000;
	text-decoration:underline;
	}
	
a:hover {
	color:#000;
	text-decoration:underline;
	}
	

/*<<<<<<<<<<<<<<<<<<<< SECTION >>>>>>>>>>>>>>>>>>>>*/		
section{
	background-color: #fff;
	border-radius: 15px;
	border:1px solid #86010a;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	height:auto;
	margin:20px auto 0px auto;
	min-height: 500px;
	overflow: hidden;
	padding-bottom:10px;
	width:900px;	
	}

/*<<<<<<<<<<<<<<<<<<<< HEADER >>>>>>>>>>>>>>>>>>>>*/
header,
article,
article p {
	margin-left:20px;
	margin-right: 20px;
	width:860px;	
	}

	header {
	background-color: #f4ed7f;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	height:auto;
	margin-left:20px;
	margin-right: 20px;
	margin-top: 10px;
	padding:20px 0px;	
	}

header h1{
	font-family: 'Alegreya SC', serif;
	font-size: 3em;
	font-weight: 900;
	line-height:1em;
	margin:0px;
	padding: 0px;
	text-align: center;	
	}

header h2{
	font-family: 'Alegreya SC', serif;
	font-size: 1.4em;
	font-weight: 700;
	margin:0px;
	margin-top:30px;
	padding: 0px;
	text-align: center;	
	}
/*<<<<<<<<<<<<<<<<<<<< ARTICLE >>>>>>>>>>>>>>>>>>>>*/
article p {
	display: block;
	float: left;
	margin:20px 0px;
	text-align: left;
	}

article p img{
border-radius: 10px;
margin:10px 0px;
	}

article p.telefono {
	background-color:#f41021;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	color: #fff;
	display: block;
	height: auto;
	font-size: 1.2em;
	float: left;
	line-height: 1.1em;
	margin:0px 20%;
	padding: 10px 0px;
	text-align: center;
	width:60%;
	}

article p.telefono a, article p.telefono a:visited, article p.telefono a:hover{
	color: inherit;
	text-decoration: none;
	}


article span#servicios {
	background-color: #7fc9f4;
	border-radius: 10px;
	display: block;
	height: auto;
	padding: 0px;
	float: left;
	margin-top:20px;
	width: 860px;
	}

article span ul {
	border-radius: 10px;
	color: #000;
	display: block;
	height: auto;
	float: left;
	list-style: none;
	margin:10px 40px;
	padding: 0px;
	width: 320px;
	}

article ul li{
	display: block;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	margin-left:0px;
	width: auto;
	}

article ul li:first-child{
	font-family: 'Alegreya SC', serif;
	font-weight: 900;
	font-size: 1.2em;
	}

article ul li img{
	float: left;
	margin-right: 5px;
	}


aside{
	height:100px;
	width:100px;	
	}


footer {
	display:block;
	height:auto;
	width:900px;
	}

footer p {
	color:#d8a2a5;
	display:block;
	font-size:0.7em;
	float:left;
	padding:5px 0px;
	text-align:center;
	width:900px;
}

footer p a, footer p a:visited{
	color:#eac8ca;
	text-decoration:none;
}

footer p a:hover{
	color:#fff;
	text-decoration:underline;
	}


/* //////////////////// INDEX ////////////////////*/


/* ---------- FORMULARIO ----------*/
.div_formulario,
.div_formulario div,
.divtxtarea,
.div_formulario  .txt,
.div_formulario ul {
	width:570px;
	}


.div_formulario{
	display:block;
	height:270px;
	margin:30px;
	}

.div_formulario div{
	display:block;
	float:left;
	margin-top:3px;
	overflow:hidden;
	}

.divtxtarea{height:70px; float: left;}

.div_formulario div .nombre{display:block;	float:left; width:150px; height:30px;} /*nombre  +nombrwe2 = width*/
.div_formulario div .nombre2{display:block;	float:left; width:420px; height:30px;}
.div_formulario  .txt{display:block; float:left;  height:20px; text-align:right; }
	

.div_formulario .campo{
	height:26px;
	width:96%;
	}

.div_formulario .textarea{
	height:60px;
	width:96%;
	}

.campo, .textarea {
	display: block;
	float:left;
	color:#007dc6; /*color txt input*/
	border:1px solid #b8b7b7;
	border-radius:5px;
	font-family:inherit;
	font-size:13px;
	padding:1px 5px 1px 5px;
	}

.campo:focus, .textarea:focus{border-color:#000; outline:0px; background-color: #e6ecf1; }


.div_formulario ul.enviar{
	height:auto;
	display:block;
	margin-top:5px;
	margin-left:0px;
	list-style:none;
	}


.div_formulario ul.enviar a{
	color:#fff;
	background-color:#9f9f27;
	border-radius:5px;
	display:block;
	float:right;
	height:30px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	width:90px;
	}


.div_formulario ul.enviar a:hover{ color:#ffffff; background-color:#000000;}

.datos{
	font-size:1.2em;
	float: left;
	margin:0px;
	line-height:1.2em;
	}

.datos span{
	color:#4cc019;
	}

/* ---------- AUXILIARES ---------- */
.hide { display:none;}
.alertok {color:#039203; font-weight:bold;}
.alerterror {color:#d60615; font-weight:bold;}