@charset "utf-8";
/* CSS Document */

html, body {
height:100%;
}

body {
margin:0; 
text-align:center;
font-family: 'Dosis', sans-serif;
font-family: 'Open Sans', sans-serif;
	background: #929497;
}
	
.center {
width:1200px;
margin:0px auto;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
/*text-align:left;*/
}

.clear {
clear:both;
}

a img, img a, a {
border:none;
text-decoration:none;
}

ul, li, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
	list-style:none;
}
.col-33 {
	width:33%;
	float:left;
}
.col-50 {
	width:50%;
	float:left;
}

/******** MENU TOP **********/
.menu-top {
	border-bottom: 15px solid #000;
	background: url(img/menu-top.jpg) top center no-repeat;
	min-height: 716px;
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-size: 25px;
	line-height: 31px;
	font-weight: 600;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.menu-top-izq{
	float: left;
	width: 54%;
	text-align: right;
	padding: 53% 0 0 0;
}
.menu-top-der{
	float: right;
	width: 31%;
	text-align: left;
	padding: 42% 0 0 0;
}
.menu-top-place {
	background: url(img/top-place.png) center left no-repeat;
	padding: 10px 0 20px 80px;
}
.menu-top-chat {
	background: url(img/top-chat.png) center left no-repeat;
	padding: 10px 0 20px 80px;
}

/******** texto intro **********/
.texto-intro{
	background: url(img/texto-intro.jpg) top center no-repeat;
	min-height: 493px;
}
.texto-intro-in{
	border-bottom: 2px solid #fff;
	color: #fff;
	padding: 200px 0 20px 0;
	margin: 0 150px 0 150px;
}
.texto-intro-izq {
	float:left;
	font-family: 'Dosis', sans-serif;
	font-size: 59px;
	line-height: 50px;
}
.texto-intro-izq strong {
	font-size: 45px;
	font-weight: normal;
	width: 30%;
}
.texto-intro-der {
	float:right;
	text-align: left;
	font-size: 15px;
	width: 56%;
}

/******** caracteristicas **********/
.caracteristicas {
	background: #77787B url(img/equipo-sombra.png) bottom center repeat-x;
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-size: 36px;
	line-height: 36px;
	padding: 40px 0 0 0;
}
.caract-in {
}
.caract-in em {
	font-style: normal;
	font-size: 100px;
	font-weight: 800;
	line-height: 68px;
}
.caract-in strong {
	border-top: 2px solid #fff;
	width: 200px;
	font-size: 42px;
	padding-bottom: 40px;
	line-height: 80px;
}

/******** equipo **********/
.equipo {
	background: #F1F1F2;
	padding: 30px 0;
}

/******** OBRAS **********/
.obras {
	background: #fff url(img/equipo-sombra2.png) top center repeat-x;
	padding: 0 0 40px 0;
}
h1 {
	color: #64B646;
	font-family: 'Dosis', sans-serif;
	font-size: 45px;
	padding: 40px 0 30px 0;
}

/******** FOOTER **********/
.footer {
	background: #4D4D4F;
	padding: 30px 0;
	color: #BFBFBF;
	text-align: left;
	font-family: 'Dosis', sans-serif;
	font-size: 25px;
	line-height: 31px;
	font-weight: 600;
}
.footer-place {
	background: url(img/footer-place.png) center left no-repeat;
	padding: 10px 0 20px 80px;
}
.footer-chat {
	background: url(img/footer-chat.png) center left no-repeat;
	padding: 10px 0 20px 80px;
}


/******** responsive **********/
@media screen and (max-width: 750px) {

}
