@charset "utf-8";
/* CSS Document */
@font-face{
	font-family:yk;
	src: url(../fonts/YanoneKaffeesatz-Regular.ttf);
}
body{
	background:#e2e2e2;
	color:#555555;
}
.modal{
	top:30%;
}
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;
	line-height:30px;
	margin-bottom:5px;
	padding-top: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 span{
	color:#999999;
	font-family:yk;
	font-size:20px;
	text-decoration:line-through;
}
#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;
}
.sec{
	padding:15px 7px 50px 7px;
	height:160px;
}
.sec2{
	padding:15px 7px 50px 7px;
}
.seccion:hover{
	background:#004283;
	color:#9fc3e7;
}
.borde{
	border-bottom:solid 1px #ccc;
	margin-bottom:20px;
}
.borde2{
	height:50px;
}
.seccion h2{
	line-height:40px;
	margin-bottom:10px;
}
.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 right 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 left 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) no-repeat;
	width:120px;
	height:120px;
	padding-bottom:60px;
}
.ind img{
	padding:5px;
}
.basecabezal{
	height:80px;
}
#cabezaladmin{
	background:#036;
	padding:30px;
	height:20px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1000000000000000000000;
}
#cabezaladmin ul{
	margin:0;
	padding:0;
}
#cabezaladmin ul li{
	list-style-type:none;
	float:left;
	margin-left:20px;
}
#cabezaladmin ul li a{
	font-family:yk;
	font-size:16px;
	color:#fff;
}
#cabezaladmin ul li a:hover{
	color:#09C;
}
#cabezaladmin ul li span{
	font-family:yk;
	font-size:16px;
	color:#65677f;
}
.editar{
	background:#004283;
	border-top:solid 1px #05263D;
	border-radius:0 0 4px 4px;
	padding:20px;
	position:absolute;
	top:-1px;
	right:0;
}
.editar a{
	color:#CCC;
}
.editar a:hover{
	color:#fff;
}
.btn-custom {
  background-color: hsl(209, 100%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006ed6", endColorstr="#003970");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#006ed6), to(#003970));
  background-image: -moz-linear-gradient(top, #006ed6, #003970);
  background-image: -ms-linear-gradient(top, #006ed6, #003970);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006ed6), color-stop(100%, #003970));
  background-image: -webkit-linear-gradient(top, #006ed6, #003970);
  background-image: -o-linear-gradient(top, #006ed6, #003970);
  background-image: linear-gradient(#006ed6, #003970);
  border-color: #003970 #003970 hsl(209, 100%, 17%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
@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;
}
}