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

@font-face {
font-family: regular;
src: url('fonts/S-Core - CoreSansM35Light.otf');
}

@font-face {
font-family: bold;
src: url('fonts/S-Core - CoreSansM55Medium.otf');
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*diseño*/
#container{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:100%;
}
#cabeza{
	margin:0 auto;
	position:relative;
	display:block;
	width:100%;
	height:180px;
	background-color:#ccc;
	background-image:url(images/hdr_bkg.jpg);
	background-size:cover;
	background-position:center;
}
	#cabeza_in{
		margin:0 auto;
		position:relative;
		display:block;
		width:1024px;
		height:180px;
	}
	#logo{
		position:relative;
		display:block;
		float:left;
		width:288px;
		height:62px;
		margin-top:40px;
		margin-left:66px;
		background-image:url(images/logo.png)
	}
	#nav{
		display:block;
		position:relative;
		float:right;
		width:550px;
		height:40px;
		margin-top:130px;
	}
#torso{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
	#torso_in{
		margin:0 auto;
		display:block;
		position:relative;
		width:1024px;
		height:430px;
	}
#pie{
	display:inline-block;
	position:relative;
	width:100%;
	height:100%;
}
	#pie_in{
		margin:0 auto;
		display:block;
		position:relative;
		width:1024px;
		height:157px;
	}
#boton{
	position:relative;
	display:block;
	float:left;
	width:156px;
	height:107px;
corner-radius: 60px;
}
.departamentos{
	display:block;
	position:relative;
	width:618px;
	height:154px;
	margin:0 auto;
	margin-top:30px;
}
#contact{
	display: block;
	position: absolute;
	z-index: 10;
	width: 243px;
	height: 74px;
	right: 1px;
	top: 31px;
}
	
/*textos*/
ul.menu{
	list-style:none;
}

.menu li a{
	font-family:bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	text-align:center;
	margin: 0px 20px;
	float:left;
	color:#fff;
	text-decoration: none;
}

/* WhatsApp Start */

#iconoWhatsApp{
	margin-left: 700px !important;
	margin-top:  -50px !important;
}

/* WhatsApp End */


.menu li a:hover{
	color:#ff8300;
}
.titulo{
	font-family:bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:30px;
	text-align:left;
	color:#ff8300;
}
.text{
	font-family:regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	text-align:left;
	color:#fff;
	padding:0px 15px 0px 20px;
}
.contact_text{
	font-family:regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	text-align:right;
	color:#fff;
	padding:0px 15px 0px 20px;
}
ul.list{
	list-style:none;
}
.list li{
	font-family:regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	text-align:left;
	margin: 0px -20px;
	color:#fff;
	text-decoration: none;
}
.comilla{
	font-family:bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:20px;
	color:#ff8300;
}

/*Slides show*/

		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		.slides_container {
			margin:0 auto;
			width:885px;
			display:none;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		.slides_container div {
			width:885px;
			height:457px;
			display:block;
		}

		/*
			Optional:
			Reset list default style
		*/
		.pagination {
			list-style:none;
			margin:0;
			padding:0;
		}

		/*
			Optional:
			Show the current slide in the pagination
		*/
		.pagination .current a {
			color:red;
		}
