*{
	margin: 0px;
	padding: 0px;
}

#top{
	width: 890px;
	margin:auto;
	}
/*
* Fuente
*/

@font-face {
  font-family: 'century_gothic';
  src: url('../fonts/century_gothic.eot');
  src: url('../fonts/century_gothic.eot') format('embedded-opentype'),
   url('../fonts/century_gothic.woff') format('woff'), 
   url('../fonts/century_gothic.ttf') format('truetype'), 
   url('../fonts/century_gothic.svg#century_gothic') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
* header
*/
header{
	background-color: #efefef;
	height: 210px;
	width:100%;
	display:block;
	z-index:999;
	position:absolute;
	}
	
.logo{
	padding-top: 50px;
	padding-left: 6%;
	float:left;
	
	}
#redes{
	padding-right: 5%;
	width: 115px;
	height: 25px;
	float:right;
	padding-top: 23px;
	}
#redes ul{
	display: inline;
	list-style:none;
	}
#redes li, #redes a{
	height: 25px;
    display: inline-block;
	}
#twitter{
	background: url(../img/twitter.png); 
	background-repeat:no-repeat; 
	width:25px; 
	height:25px;
	}
#facebook{
	background: url(../img/facebook.png); 
	background-repeat:no-repeat; 
	height:25px;
	width:25px; 
	}
#twitter:hover{
	background-position:bottom;
	-webkit-animation-name: mueve; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.4s; /* Chrome, Safari, Opera */
    animation-name: mueve;
    animation-duration: 0.4s;
	}
@keyframes mueve{
		from {background-position:top; }
		to {background-position:bottom;}
	}

#facebook:hover{
	background-position:bottom;
	-webkit-animation-name: mueve; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.4s; /* Chrome, Safari, Opera */
    animation-name: mueve;
    animation-duration: 0.4s;
	}
#telf{
	background: url(../img/telf.png); 
	background-repeat:no-repeat; 
	height:25px;
	width:25px; 
	}
#telf:hover{
	background-position:bottom;
	-webkit-animation-name: mueve; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.4s; /* Chrome, Safari, Opera */
    animation-name: mueve;
    animation-duration: 0.4s;
	}
	
/*
* Select
*/

#select{
	margin-right:-13%; 
	margin-top: 82px;
	float:right;
	background-position:bottom;
	height: 10px;
	width: 200px;
	padding:0px;
	}
#select ul {
	padding-left: 18px;
	padding-top: 8px;
	list-style:none;
	background: url(../img/bg-select.png) no-repeat;
	z-index: 999;
	}
#select ul:hover {
	background: url(../img/bg-selectHover.png) no-repeat;
	z-index: 999;
	}
#select li{
	list-style:none;
	font-family: 'century_gothic';
	font-size:14px;
	font-weight:300;
	display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
	color: #888;
	padding-bottom: 10px;
	}
#select li ul li{
	padding-bottom: 0px;
	list-style:none;
	font-family: 'century_gothic';
	font-size:14px;
	height: 25px;
	
	}
#select li a{
	padding-top: 4px; 
	color: #888;
    display: block;
    text-decoration: none;
    /* animamos el cambio de color de los textos */
    -webkit-transition: color .1s ease-in-out;
    -moz-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    -ms-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
  }

#select ul li ul {
	padding-bottom: 5px;
	margin-top: 9px;
	background: none;
	padding-left:15px;
	width: 180px;
	margin-left: -15px;
	border-radius: 5px 5px 5px 5px;
	opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.2s ease-out;   
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
#select ul li:hover > ul {
	padding-top: 5px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.2s ease-out;   
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	background: #fff;
	margin-left: -15px;
	border-radius: 5px 5px 5px 5px;
	z-index: 333;
	box-shadow: 0 1px 3px hsla(0,0%,0%,0.5);
	}
#select ul li ul li:hover {
	margin-left: -15px;
	background: #efefef ;
	background-position:inherit;
	}
#select  ul li ul li:hover img{
	padding-left: 15px;
	}
/*
* Select Dispositivos
*/

#select_disp{
	margin: 0px;
	padding: 0px;
	float: none;
	background-position:bottom;
	height: 50px;
	width: 200px;
	text-align: center;
	}
#select_disp ul {
	padding-top: 8px;
	padding-bottom: 8px;
	list-style:none;
	background: url(../img/bg-select.png) no-repeat;
	z-index: 999;
	}
#select_disp ul:hover {
	background: url(../img/bg-selectHover.png) no-repeat;
	z-index: 999;
	}
#select_disp li{
	list-style:none;
	font-family: 'century_gothic';
	font-size:14px;
	font-weight:600;
	display: block;
    list-style: none;
    padding: 0;
    position: relative;
	color: #d1142b;
	padding-bottom: 5px;
	padding-right: 10px;
	}
#select_disp li ul li{
	list-style:none;
	font-family: 'century_gothic';
	font-size:14px;
	font-weight:200;
	padding-left: -15px;
	}
#select_disp li a{
	color: #888;
    display: block;
    text-decoration: none;
    /* animamos el cambio de color de los textos */
    -webkit-transition: color .1s ease-in-out;
    -moz-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    -ms-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
  }
#select_disp li a:hover{
	color: #d1142b;
	}
#select_disp ul li ul {
	margin-left: 4px;
	background:none;
	margin-top: 9px;
	background: none;
	width: 195px;
	border-radius: 5px 5px 5px 5px;
	opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.2s ease-out;   
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
#select_disp ul li:hover > ul {
	/*padding-top: 5px;*/
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.2s ease-out;   
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	background: #fff;
	border-radius: 5px 5px 5px 5px;
	z-index: 333;
	box-shadow: 0 1px 3px hsla(0,0%,0%,0.5);
	}
#select_disp ul li ul li:hover {
	color:#CCC;
	background: #efefef ;
	background-position:inherit;
	}	
/*
* Nav
*/
nav{
	padding-top: 130px;
	background:url(../img/bg-nav.png) no-repeat;
	background-position:bottom;
	width: 900px;
	height: 80px;
	z-index:999;
	}
nav ul {
	padding-top: 3.7%;
	padding-left:7%;
	}

  /* cada item del menu */
  .mi-menu  li {
    display: block;
    float: left; 
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
	color: #FFF;
	width: 120px;
	padding-left: 35px;
  }
  
  .mi-menu li a {
    color: #888;
    display: block;
    font-family: 'century_gothic';
	font-size:14px;
	font-weight:400;
    line-height: 28px;
    padding: 0 14px;
    text-decoration: none;
    /* animamos el cambio de color de los textos */
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
  }
  	.mi-menu li a:hover { color: #c0272e;}
  	.mi-menu li ul li a{ color:#FFF;}
	.mi-menu li ul li a:hover { color: #CCC;}
  /* los submenús */
  .mi-menu ul {
    left: 0;
    margin: 0;
    opacity: 0; 
    position: absolute;
    top: 39px;
    -moz-transition: opacity .25s ease .1s;
    -webkit-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
  }
  /* son visibes al poner el cursor encima */
  .mi-menu li:hover > ul { opacity: 1; }

   /* cada uno de los items de los submenús */
  .mi-menu ul li {
	height: 0px;
	width: 155px;
	background: #c0272e;
    overflow: hidden;
    padding: 0;
	margin-left: -9px;
	border-bottom:solid 1px #FFF;
 -moz-transition: height .25s ease .1s;
    -webkit-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
  }
 
  .mi-menu li:hover > ul li {
	 height: 30px;
    overflow: visible;
    padding: 0;
  }

/*
* Article
*/
body{
	background: -webkit-repeating-linear-gradient(left,#efefef , #FFF , #FFF , #FFF, #FFF ,#efefef ); /* For Safari 5.1 to 6.0 */
    background: -o-repeating-linear-gradient(left,#efefef , #FFF, #FFF, #FFF , #FFF, #efefef ); /* For Opera 11.1 to 12.0 */
    background: -moz-repeating-linear-gradient(left,#efefef , #FFF, #FFF, #FFF, #FFF , #efefef ); /* For Firefox 3.6 to 15 */
    background: repeating-linear-gradient(to left,#efefef , #FFF, #FFF , #FFF, #FFF , #efefef ); /* Standard syntax (must be last) */
	}
article{
	top: 210px;
	z-index: -1;
	display:inline;
	position: relative;
	}
article div{
	margin:auto;
	}
#gris{
	margin-top: 40px;
	height: 35px;
	background:url(../img/imag-barra-roja.jpg) #c9c8c9; 
	background-repeat:no-repeat; 
	background-position:left; 
	width:860px;
	}
#fondo_internas{
	display:inline;
	position:relative;
	margin:auto;
	width:100%;
	}

#fondo_pp{
	margin:auto;
	width:100%;	
	height:480px;
	background:url(../img/fondo-custom.png) no-repeat;
	background-position:center;
	background-color: #efefef;
}
/*#fondo_pp ul{
	padding-left: 20.9%;
	padding-top: 24.24%;
	}
#fondo_pp ul li {
	padding: 0px;
	text-decoration:none;
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-right:-2px;
}*/
#aliado{
	background:url(../img/btn-aliados1.png);
	background-repeat:no-repeat;
	width:252px;
	height:147px;
	 -moz-transition: all .5s ease .2s;
    -webkit-transition: all .5s ease .2s;
    -o-transition: all .5s ease .2s;
    -ms-transition: all .5s ease .2s;
    transition: all .5s ease .2s;
	}
#aliado:hover{
	background:url(../img/btn-aliadosHover1.png);
	background-repeat:no-repeat;
	 -ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari */
    transform: scale(1.1,1.1); /* Standard syntax */
}

#servicio{
	background: url(../img/btn-servicios1.png);
	background-repeat:no-repeat;
	width:285px;
	height:147px;
	 -moz-transition: all .5s ease .2s;
    -webkit-transition: all .5s ease .2s;
    -o-transition: all .5s ease .2s;
    -ms-transition: all .5s ease .2s;
    transition: all .5s ease .2s;
	}
#servicio:hover{
	background: url(../img/btn-serviciosHover1.png);
	background-repeat:no-repeat;
	 -ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari */
    transform: scale(1.1,1.1); /* Standard syntax */
	}
#mps{
	background: url(../img/btn-mps1.png);
	background-repeat:no-repeat;
	width:252px;
	height:147px;
		 -moz-transition: all .5s ease .2s;
    -webkit-transition: all .5s ease .2s;
    -o-transition: all .5s ease .2s;
    -ms-transition: all .5s ease .2s;
    transition: all .5s ease .2s;
	}
#mps:hover{
	background: url(../img/btn-mpsHover1.png);
	background-repeat:no-repeat;
	 -ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari */
    transform: scale(1.1,1.1); /* Standard syntax */
	}

/*
* Footer
*/

#red{
	background-color:#c0272e;
	height: 10px; 
	width:100%;
	}
#vaguma{
	font-family: 'century_gothic'; 
	font-size:8px; 
	padding-top:5px; 
	text-align:center; 
	color:#777;
	}
#vaguma a{
	color:#777;
	text-decoration:none;
	}
#nav_footer ul {
	padding-top: 20px;
	padding-left:18%;
	}
#nav_footer li{
	font-family: 'century_gothic';
	font-size:12px;
	font-weight:400;
	}	
#nav_footer li a{
	color:#888;
	text-decoration:none;
	}
#nav_footer li a:hover{
	text-decoration:none;
	color:#c0272e;
	}
#nav_footer ul li {
	text-decoration:none;
	display: inline-block;
	position: relative;
	padding: 10px 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	}
footer{
	top: 210px;
	float:none;
	border:0px;
	background-color: #efefef;
	height: 100px;
	width:100%;
	overflow: inherit;
	position:relative;
	z-index:1;
	background: #efefef;
   /* background: -webkit-linear-gradient(top,#d4d4d4 3%,#efefef 17%,#efefef 60%); Safari 5.1-6*/
   /* background: -o-linear-gradient(top,#d4d4d4 3%,#efefef 17%,#efefef 60%); Opera 11.1-12*/
   /* background: -moz-linear-gradient(top,#d4d4d4 3%,#efefef 17%,#efefef 60%); Fx 3.6-15*/
   /* background: linear-gradient(to right, (top,#d4d4d4 3%,#efefef 17%,#efefef 60%); Standard*/
	}
