body{
	padding:0;
	margin:0;
	background-image: url(../imagenes/shadow.png), url(../imagenes/bg_top.png), url(../imagenes/bg.png), url(../imagenes/bg_bottom.png);
	background-position:top center, top, center bottom, bottom;
	background-repeat:no-repeat, repeat-x, no-repeat, repeat-x;
	font-family: 'Raleway', sans-serif;
}

header{
	width:100%;
	float:left;
	margin-top:0px;
}

header .cabecera{
	width:960px;
	height:131px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../imagenes/shadow_revert.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

header .cabecera .logo{
	float:left;
	margin-left:-100px;
	margin-top:30px;
	background-image:url(../imagenes/logotipo_hover.png);
	height:72px;
	width:321px;
}

header .cabecera .logo:hover{
	background-image:url(../imagenes/logotipo.png);
}


.logo{
  animation: logo ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: logo ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: logo ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: logo ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: logo ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes logo{
  0% {
    opacity:0;
    transform:  translate(-1500px,0px)  ;
  }
  60% {
    opacity:1;
    transform:  translate(30px,0px)  ;
  }
  80% {
    transform:  translate(-10px,0px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes logo{
  0% {
    opacity:0;
    -moz-transform:  translate(-1500px,0px)  ;
  }
  60% {
    opacity:1;
    -moz-transform:  translate(30px,0px)  ;
  }
  80% {
    -moz-transform:  translate(-10px,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes logo {
  0% {
    opacity:0;
    -webkit-transform:  translate(-1500px,0px)  ;
  }
  60% {
    opacity:1;
    -webkit-transform:  translate(30px,0px)  ;
  }
  80% {
    -webkit-transform:  translate(-10px,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes logo {
  0% {
    opacity:0;
    -o-transform:  translate(-1500px,0px)  ;
  }
  60% {
    opacity:1;
    -o-transform:  translate(30px,0px)  ;
  }
  80% {
    -o-transform:  translate(-10px,0px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes logo {
  0% {
    opacity:0;
    -ms-transform:  translate(-1500px,0px)  ;
  }
  60% {
    opacity:1;
    -ms-transform:  translate(30px,0px)  ;
  }
  80% {
    -ms-transform:  translate(-10px,0px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}






.menu{
	display:block;
	float:right;
	clear:left;
	margin-top:-13px;
	font-family: 'Raleway', sans-serif;
}
 
.menu li{
	display: inline-block;
	position: relative;
	z-index:100;
}
 
.menu li a {
	font-weight:600;
	text-decoration:none;
	padding:11px;
	display:block;
	color:#15264c;
 
	-webkit-transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   -ms-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;
}
 
.menu li a:hover, .menu li:hover > a{
	color:#666;
}

/* hide the second level menu */
.menu ul {display: none;
margin: 0;
padding: 0;
width: 150px;
position: absolute;
top: 41px;
left: 0px;
background: #ffffff;
border-bottom: 1px #003 solid;
}

/* display second level menu on hover */
.menu li:hover > ul{ display: block;}

.menu ul li {display:block;
float: none;
background:none;
margin:0;
padding:0;

}

.menu ul li a {font-size:12px;
font-weight:normal;
display:block;
color:#797979;
border-left:3px solid #ffffff;
background:#ffffff;}

.menu ul li a:hover, .menu ul li:hover > a{
background:#f0f0f0;
border-left:3px solid #15264c;
color:#797979;
}

/* change level 3 menu positions */
.menu ul ul {left: 149px;
	top: 0px;
}



header .cabecera p{
	float:right;
	text-align:right;
	color:#15264c;
	margin-top:10px;
	font-size:14px;
	font-family: 'Raleway', sans-serif;
}

.hor{
	width:100%; 
	clear:left; 
	float:left;
}

.box_txt{
	width:960px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:13px; 
	background-image:url(../imagenes/cuadro_slogan_txt.png);
	height:83px; 
}

.box_txt span{
	float:right;
	margin-right:8px;
	margin-top:14px;
}


footer{
	width:100%;
	float:left;
	/*margin-top:100px;*/
	margin-bottom:10px;
	font-family: 'Raleway', sans-serif;
}

footer .pie{
	width:960px;
	height:131px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../imagenes/shadow_revert.png), url(../imagenes/sombra.png);
	background-repeat:no-repeat, no-repeat;
	background-position:bottom, top;
}

footer .pie .logo{
	float:left;
	margin-left:-100px;
	margin-top:30px;
	background-image:url(../imagenes/logotipo_hover.png);
	height:72px;
	width:321px;
}

footer .pie .logo:hover{
	background-image:url(../imagenes/logotipo.png);
}

footer .pie p{
	margin-top:15px;
	float:left;
	font-size:13px;
	color:#15264c;
	margin-left:20px;
	width:200px;
}

footer .pie ul{
	margin-top:25px;
	margin-left:20px;
	float:left;
	font-size:12px;
	color:#15264c;
	width:140px;
	border-left:1px solid #15264c;
	padding-left:20px;
}

footer .pie a{
	text-decoration:none;
	color:#15264c;
}

footer .pie a:hover{
	font-weight:bold;
}

footer .pie ul li:hover{
}


.circulos{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}


.circulos{
  animation: circulos ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: circulos ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: circulos ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: circulos ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: circulos ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes circulos{
  0% {
    opacity:0;
    transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes circulos{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes circulos {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes circulos {
  0% {
    opacity:0;
    -o-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes circulos {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}


.circulos .som{
	width:960px;
	height:22px;
	float:left;
	clear:left;
	margin-top:10px;
}

.circulos .text{
	text-align:center;	
	width:960px;
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
	padding-top:30px;
	padding-bottom:10px;
}



.circulos .text h2{
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	margin-top:-15px;
}

.circulos section{
	font-family: "Oswald",sans-serif;
	font-weight: lighter;
	text-align: center;
	width:306px;
	margin-top:20px;
	margin-left:7px;
	margin-right:7px;
	float:left;
}

.circulos section h3{
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
 }

.circulos section p{
  font-weight: lighter;
  text-align: center;
	margin-bottom:20px;
	margin-top:20px;
}


.areas{
	text-align:center;
	width:148px;
}

/*CLIENTES*/

.menu_hor{
	float:left;
	margin-top:50px;
	margin-bottom:50px;
}

.menu_hor li{
	display:inline;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	border-radius:20px;
	background-color:#15264c;
	text-decoration:none;
}

.menu_hor li:hover{
	opacity:.8;
}



/*CONTACTO*/

.volver{
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	border-radius:20px;
	background-color:#15264c;
	text-decoration:none;
}

.volver:hover{
	opacity:.8;
}

label {
	display:block;
	margin-top:50px;
	letter-spacing:2px;
	color:#15264c;
}

input, textarea {
	height:20px;
	background-color: rgba(255, 255, 255, 0.25);
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border:1px solid #15264c;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#15264c;
}

input:focus, textarea:focus {
	border:1px solid #15264c;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

textarea {
	height:150px;
	width:960px;
	background-color: rgba(255, 255, 255, 0.25);
	color:#15264c;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

.cmd_enviar {
	background-color:rgba(255, 255, 255, 0.25);
	background-image:url(../imagenes/enviar.png);
	width:128px;
	height:39px;
	text-indent:-9999px;
	border:none;
	margin-top:0px;
	cursor:pointer;
	
}


.cmd_enviar:hover {
	background-image:url(../imagenes/enviar_hover.png);
	background-color:rgba(255, 255, 255, 0.55);
	color:#fff;
}