* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 
#encabezado{
	background: #0b7aae;
	height: 130px;
	width: 100%;
	padding-top: 20px;
	padding-left: 70px;
	box-shadow: 3px 3px 3px #999;
	position: fixed;
	}

header{
	width: 570px;
	height: 170px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;	
	float: right;
	margin-right: 0px;
}

nav{
	top: -20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 20px auto;
	max-width: 1000px;
	width: 90%;
}

nav ul {
	list-style: none;
	border-radius: 0.2em;
}

nav > ul {
	display: table;
	width: 100%;
	background: #000;
	position: relative;
}

nav > ul > li > a span{
	border-radius: 0.1em;
}

nav >ul li {
	display: table-cell;
}

nav > ul > li:hover > ul{
	display: block;
	height: 100%;
}

nav > ul > li > ul{
	display: block;
	position: absolute;
	background: #000;
	left: 0;
	right: 0;
	overflow: hidden;
	height: 0%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

nav > ul li a {
	color:#fff;
	display: block;
	line-height: 20px;
	padding: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font: 100%/1.25 arial, helvetica, sans-serif;
}

nav > ul > li > ul > li a:hover {
	background: #5da5a2;
}

nav > ul > li > a span {
	background: #174459;
	display: block;
	height: 100%;
	width:100%;
	left:0;
	position: absolute;
	top: -55px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;


}

nav > ul > li > a span .icon {
	display: block;
	line-height: 60px;
}

nav > ul > li > a:hover > span {
	top: 0;
}

nav ul li a .primero {
	background: #075a96;
}

nav ul li a .segundo {
	background: #075a96;
}

#cuerpo{
	margin:auto;
	width: 900px;
	height: 1300px;
	background-color: white;
	box-shadow: 3px 3px 3px #999;
	padding: 50px;
	padding-top: 180px;
}

#cuerpo-u{
	margin:auto;
	width: 900px;
	height: 730px;
	background-color: white;
	box-shadow: 3px 3px 3px #999;
	padding: 50px;
	font: 100%/1.25 arial, helvetica, sans-serif;
	padding-top: 180px;
}

#cuerpo-c{
	margin:auto;
	width: 900px;
	height: 470px;
	background-color: white;
	box-shadow: 3px 3px 3px #999;
	padding: 50px;
	font: 100%/1.25 arial, helvetica, sans-serif;
	padding-top: 180px;
}

#cuerpo-d{
	margin:auto;
	width: 900px;
	height: 5000px;
	background-color: white;
	box-shadow: 3px 3px 3px #999;
	padding: 50px;
	font: 100%/1.25 arial, helvetica, sans-serif;
	padding-top: 180px;
}

#div1{
	width: 380px;
	height: 310px;
	padding: 10px;
	float: left;
	font: 100%/1.25 arial, helvetica, sans-serif;
}

#img2{
	float: right;
	width: 380px;
	height: 560px;
}

#img3{
	float: left;
	width: 380px;
	height: 269px;
}

#div4{
	width: 380px;
	height: 250px;
	padding-top: 60px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	font: 100%/1.25 arial, helvetica, sans-serif;
}

#img5{
	margin-top:10px;
	margin-bottom: 40px;
	width: 380px;
	height: 269px;
}

#div6{
	width: 400px;
	height: 100px;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	font: 100%/1.25 arial, helvetica, sans-serif;
}

#img7{
	margin-top: 40px;
	float:right;
	width: 355px;
	height: 118px;
}


@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-weik1l');
	src:url('fonts/icomoon.eot?#iefix-weik1l') format('embedded-opentype'),
		url('fonts/icomoon.woff?-weik1l') format('woff'),
		url('fonts/icomoon.ttf?-weik1l') format('truetype'),
		url('fonts/icomoon.svg?-weik1l#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
	content: "\e942";
}

.icon-envelop:before {
	content: "\e945";
}

.icon-location:before {
	content: "\e947";
}

/* Estilos para pop-up Cookies */

#overbox3 {
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
z-index: 999999;
display: block;
}
#infobox3 {
margin: auto;
position: relative;
top: 0px;
height: 58px;
width: 100%;
text-align:center;
background-color: #eeeeee;
}
#infobox3 p {
line-height:58px;
font-size:12px;
text-align:center;
}
#infobox3 p a {
margin-right:5px;
text-decoration: underline;
}