@charset "utf-8";
body{
	background-color:#05152c;
	margin:0 auto;
	text-align:center;
	overflow:auto;}
#nav{
	height:34px;
	width:100%;
	background:url(../images/nav.jpg) top center no-repeat #06162d;
	text-align:center;
	font-family:'Ubuntu', arial, serif;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:22px;
	font-size:0.88em;
	margin:0 auto;}
#nav a{
	color:#fff;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)),  to(rgba(0,0,0,.5)));
	text-shadow: 0 0 0.15em #fff;
	text-decoration:none;
	padding:0 30px;}
	
#nav a:hover{
	text-shadow: 0 0 0.25em #fff;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)),  to(rgba(0,0,0,1)));}
#slider{
	height:495px;
	background:url(../images/bg-bannercolor.jpg) top repeat-x;
	position:relative;
	z-index:1;}
#slider div{
	position: absolute;
	width: 100%;
}
#bg1{background:url(../images/bg-banner1.jpg) top center no-repeat;height:495px; display:none;}
#bg2{background:url(../images/bg-banner2.jpg) top center no-repeat;height:495px; display:none;}
#bg3{background:url(../images/bg-banner3.jpg) top center no-repeat;height:495px; display:none;}
#bg4{background:url(../images/bg-banner4.jpg) top center no-repeat;height:495px; display:none;}
#bg5{background:url(../images/bg-banner5.jpg) top center no-repeat;height:495px; display:none;}
#bg6{background:url(../images/bg-banner6.jpg) top center no-repeat;height:495px; display:;}
#bg7{background:url(../images/bg-banner7.jpg) top center no-repeat;height:495px; display:none;}
#bg8{background:url(../images/bg-banner8.jpg) top center no-repeat;height:495px; display:none;}
#sliderinterna{
	height:139px;
	background:url(../images/bg-bannercolor.jpg) top repeat-x;}
#bginterna{
	background:url(../images/b-interna6.jpg) top center no-repeat;
	height:139px;}
#news{
	background:url(../images/bg-news.jpg) top center no-repeat #06162d;
	overflow:hidden;
	text-align:center;
	padding-bottom:20px;
	overflow:auto;}
#container{
	width:960px;
	margin:0 auto;
	padding:30px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6094f4;
	text-align:left;
	font-size:0.9em;
	overflow:auto;}
#container h1{
	color:#fff;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)),  to(rgba(0,0,0,.5)));
	text-shadow: 0 0 0.1em #fff;
	text-decoration:none;
	font-size:1.55em;
	text-transform:uppercase;
	line-height:20px;}
#footer{
	background:url(../images/bg-foot.jpg) top center no-repeat;
	color:#Fff;
	height:33px;
	font-family:'Ubuntu', arial, serif;
	font-size:0.75em;
	line-height:33px;}
#container .section, #container .section a{
	width:214px;
	text-decoration:none;
	float:left;
	margin-left:20px;
	color:#6094f4;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.95em;}
#container .section a{
	margin-left:0;}
#container .section a:hover{
	color:#FFF;}
#logo{
	position:static;
  	z-index:2;
	width:439px;
	height:72px;
	position:absolute;
	left:50%;
	margin:30px 0 0 -530px;}

#noticia{
	margin:0 40px;
	overflow:hidden;}
#noticia .destacado{
	background:url(../images/bg-img.png) top center no-repeat;
	width:293px;
	float:left;
	padding:20px 0 0 0 0;
	margin-left:-20px;
	text-align:center;
	font-style:italic;
	color:#Fff;
	font-size:1.3em;
	padding: 30px 20px;}
#noticia .destacado .abajo{
	background:url(../images/bg-img2.png) bottom center no-repeat;
	padding-bottom:70px;
	margin-top:-35px;}
h2{
	margin:10px 0 0 0;}
#contenidos{
	float:right;
	width:560px;
	overflow:auto;}
#contenidos a{
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.1, rgba(2,83,168,1)),color-stop(0.64, rgba(13,39,74,0.5)));
	background-image: -moz-linear-gradient(center bottom,rgba(2,83,168,1) 27%,rgba(13,39,74,0.5) 64%);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#575757FF, endColorstr=#212121FF); /* IE8 */
	color:#fff;
	padding:3px 15px;
	text-decoration:none;
	border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;}
#contenidos a:hover{
	background:#0253a8;}
.box{
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	background-color:#173460;
	border:1px solid #0179ef;
	padding:0 5px;
	color:#fff;}
.equipo{
	float:left;
	width:100%;
	border-top:1px solid #173460;
	margin-top:25px;}
.miembro{
	width:278px;
	float:left;
	margin-right:15px;
	height:270px;
	font-size:0.9em;
	margin-bottom:15px;}
.miembro img{
	float:left;
	margin-right:10px;
	border:1px solid #173460;
	margin-bottom:3px;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
	padding:2px;}
.miembro h2{
	color:#fff;
	margin-bottom:10px;}
.miembro span{
	font-weight:bold;}
