@charset "utf-8";
/* CSS Document */
@font-face{
	font-family:yk;
	src: url(../font/YanoneKaffeesatz-Regular.ttf);
}
body{
	background:#e2e2e2;
	color:#555555;
}
a{
	text-decoration:none;
	color:#999999;
}
a:hover{
	text-decoration:none;
	color:#004283;
}
a:visited{
	text-decoration:none;
}
h1{
	color:#004283;
	font-family:yk;
	font-size:34px;
	font-weight:400;
	margin-bottom:15px;
}
h2{
	color:#004283;
	font-family:yk;
	font-size:24px;
	font-weight:400;
	margin-bottom:0;
}
h3{
	color:#2A7225;
	font-family:yk;
	font-size:24px;
	font-weight:400;
	margin-bottom:0;
}
#cabezal{
	background:#fff;
	height:110px;
}
#cabezal2{
	background:#fff;
	border-radius:0 0 80px 0;
	left:-2265px;
	height:50px;
	padding:20px;
	position:absolute;
	top:60px;
	width:2350px;
}
#logo{
	position:absolute;
	left:0;
	top:20px;
}
#menu{
	position:absolute;
	left:300px;
	top:77px;
}
#menu ul{
	list-style-type:none;
}
#menu ul li{
	display:block;
	float:left;
	position:relative;
}
#menu ul li ul{
	background:#fff;
	box-shadow:0 3px 3px #555555;
	left:-20px;
	top:33px;
	display:none;
	position:absolute;
	width:250px;
	z-index:100;
}
#menu ul li ul li{
	clear:both;
	display:block;
	float:left;
	padding:15px 0;
}
#menu ul li ul li a{
	font-size:18px;
	padding:15px 15px;
}
#menu ul li:hover ul {
	display:block;
}
#menu ul li a{
	font-family:yk;
	font-size:20px;
	padding:15px;
}
#menu ul li a:hover{
}
#items{
	background:#fff;
	margin-top:60px;
}
#slider{
	margin-top:70px;
	position:relative;
}
.seccion{
	margin-left:0;
	text-align:center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.seccion h2{
	margin-bottom:10px;
}
.sec{
	padding:15px 7px 50px 7px;
	height:160px;
}
.seccion:hover{
	background:#004283;
	color:#9fc3e7;
}
.seccion:hover .sec{
	background:url(../img/t.png) center bottom no-repeat;
}
.seccion:hover h2{
	color:#fff;
}
.seccion a h2:hover{
	color:#fff;
}
#pie{
	background:#f0f0f0;
	padding:50px 0 40px 0;
}
.contenido{
	margin-top:70px;
	position:relative;
}
#empresa{
	background:#fff;
	box-shadow:3px -3px 3px #cccccc;
	height:480px;
	right:50%;
	position:absolute;
	width:100%;
	z-index:-4;
}
#p{
	position:absolute;
	left:50%;
	width:45px;
	height:512px;
	background:url(../img/p.png) no-repeat;
	z-index:-2;
}
#p2{
	background:#f0f0f0;
	box-shadow:3px -3px 3px #cccccc;
	height:512px;
	position:absolute;
	left:50%;
	width:50%;
	z-index:-3;
}
#fb{
	background:url(../img/fb.png) top left no-repeat;
	padding-bottom:30px;
	padding-top:30px;
}
#fb:hover{
	background:url(../img/fb.png) top right no-repeat;
}
#es{
	background:url(../img/es.png) top left no-repeat;
	padding-bottom:30px;
	padding-top:30px;
}
#es:hover{
	background:url(../img/es.png) top right no-repeat;
}
#en{
	background:url(../img/en.png) top right no-repeat;
	padding-bottom:30px;
	padding-top:30px;
}
#en:hover{
	background:url(../img/en.png) top right no-repeat;
}
#mail{
	background:#fff;
	padding:20px 16px 20px 0;
	position:absolute;
	top:145px;
}
#tel{
	background:#fff;
	padding:20px 40px 20px 0;
	position:absolute;
	top:225px;
}
.banner{
	background:url(../img/t2.png);
	left:20px;
	padding:10px;
	position:absolute;
	bottom:20px;
	max-width:400px;
}
.banner p{
	color:#999;
	margin-bottom:0;
	margin-top:5px;
}
.banner a{
	color:#cccccc;
	font-family:yk;
	font-size:20px;
	font-weight:bold;
}
.banner a:hover{
	color:#fff;
}
.ind{
	background:url(../img/logo2.jpg);
	width:120px;
	height:120px;
}
@media only screen and (max-width: 1000px){
#p{
	left:495px;
}
#p2{
	left:495px;
	width:475px;
}
.contenido{
	padding-left:20px;
}
#empresa{
	left:0;
	z-index:-6;
}
}