@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'daxmedium';
    src: url('../fonts/dax-medium-webfont.eot');
    src: url('../fonts/dax-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dax-medium-webfont.woff') format('woff'),
         url('../fonts/dax-medium-webfont.ttf') format('truetype'),
         url('../fonts/dax-medium-webfont.svg#daxmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dax-regularregular';
    src: url('../fonts/daxregular-webfont.eot');
    src: url('../fonts/daxregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/daxregular-webfont.woff') format('woff'),
         url('../fonts/daxregular-webfont.ttf') format('truetype'),
         url('../fonts/daxregular-webfont.svg#dax-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dax-boldregular';
    src: url('../fonts/daxbold-webfont.eot');
    src: url('../fonts/daxbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/daxbold-webfont.woff') format('woff'),
         url('../fonts/daxbold-webfont.ttf') format('truetype'),
         url('../fonts/daxbold-webfont.svg#dax-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}






body {
	background-image: url(../images/bg_texture.png);
	background-repeat: repeat;
	margin: 0px;
	font-family: 'dax-regularregular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #454545;
}
#wp_azul {
	background-image: url(../images/bg_azul.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: right;
	float: left;
	height: 650px;
	width: 100%;
}
#wp_logotipo {
	clear: right;
	float: left;
	height: 170px;
	width: 100%;
}
#logotipo {
	height: 170px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
}
#wp_menu {
	clear: right;
	float: left;
	height: 80px;
	width: 100%;
}
#menu {
	height: 80px;
	width: 960px;
	margin-top: -15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wp_banner {
	clear: right;
	float: left;
	height: 790px;
	width: 100%;
}
#banner {
	height: 790px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#wp_contenido {
	clear: right;
	float: left;
	
	width: 100%;
}
#contenido {
	
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* INICIA CSS MENU */

.men {

	width: 960px;
	margin-top: 0 auto;
	padding-top: 30px;

}


	
.men li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	margin-right:50px;
	text-align:center;
	
}



.men li a {
	display: block;
	text-decoration: none;
    font-size: 18px;
	color: #454545;
	-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;
}



.men li:hover > a { color: #0071b5; }



/* TERMINA CSS MENU */


/* INICIA SLIDER */ 




.slider {
	float:left;
	width:960px;
	height:350px;
	position:relative;
	padding-bottom:26px;
	background:url(../gfx/bottom_shadow.png) no-repeat bottom center;
}

.sliderContent {
	float:left;
	width:960px;
	height:270px;
	clear:both;
	position:relative;
	overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../gfx/prev_next.png);
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:15px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
	position:absolute;
	width:960px;
	height:270px;
	background:#fff;
	top: -80px;
}

.sliderBullets {
position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-75px;
top:85%;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}
#logo_footer {
	clear: right;
	float: left;
	height: 60px;
	width: 960px;
	margin-top: 40px;
	text-align: center;
	margin-bottom:20px;
}
#direccion {
	clear: right;
	float: left;
	height: 160px;
	width: 390px;
	margin-right: 30px;
	margin-left: 60px;
	color: #FFF;
	font-size: 18px;
}
#telefono {
	clear: right;
	float: left;
	height: 160px;
	width: 390px;
	margin-right: 60px;
	margin-left: 30px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}

.sliderContent a {
outline:none;
}

a {
color: #999999;
}

a img {
border:none;
}



/* TERMINA SLIDER */
#sombra_slide {
	clear: right;
	float: left;
	height: 43px;
	width: 870px;
	background-image: url(../images/sombra_slide.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	padding-top:70px;
	padding-left:90px;
	color:#FFF;
	font-size:22px;
}
#icon_sc {
	height: 158px;
	width: 202px;
	position: absolute;
	z-index: 20;
	margin-left: 660px;
    margin-top: -145px;
}
#texto {
	background-color: #FFF;
	clear: right;
	float: left;
	height: 250px;
	width: 880px;
	margin-right: 40px;
	margin-left: 40px;
	line-height: 24px;
	padding-top:30px;
}
#contenido_blanco {
	background-color: #FFF;
	clear: right;
	float: left;
	height: 100%;
	width: 830px;
	margin-right: 40px;
	margin-left: 40px;
	line-height: 24px;
	margin-top: 20px;
	padding: 30px 25px;
}
#sombra_blanco {
	clear: right;
	float: left;
	height: 63px;
	width: 880px;
	margin-right: 40px;
	margin-left: 40px;
	line-height: 24px;
}
#col_der {
	clear: right;
	float: left;
	height: 100%;
	width: 397px;
	margin-top: 10px;
	margin-right: 33px;
	margin-left: 0px;
	text-align: justify;
}
#col_izq {
	clear: right;
	float: left;
	height: 100%;
	width: 390px;
	margin-top: 10px;
	margin-right: 25px;
	margin-left: 33px;
	text-align: justify;
}
#frase {
	clear: right;
	float: left;
	height: 75px;
	width: 960px;
	margin-top: 30px;
	text-align: center;
	font-size: 30px;
	color: #cacaca;
	letter-spacing: 10px;
}
.puntoazul {
	font-size: 30px;
	color: #26b9f5;
}
#wp_footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: right;
	float: left;
	height: 360px;
	width: 100%;
}
#footer {
	height: 360px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.texto_blanco {
	color: #FFF;
	text-decoration: none;
}
#bg_titulo {
	clear: right;
	float: left;
	height: 104px;
	width: 243px;
	margin-right: 20px;
	margin-bottom:20px;
}
#bg_titulogrande {
	clear: right;
	float: left;
	height: 104px;
	width: 361px;
	margin-right: 20px;
	margin-bottom:20px;
}
#texto_izq_chico {
	clear: right;
	float: left;
	height: 100%;
	width: 321px;
	margin-right: 20px;
	margin-left: 40px;
}
#texto_der {
	clear: right;
	float: left;
	height: 100%;
	width: 567px;
	margin-bottom: 20px;
	text-align:justify;
}
#texto_derchico {
	clear: right;
	float: left;
	height: 100%;
	width: 440px;
	margin-bottom: 20px;
	text-align:justify;
}
h1 {
	font-size: 24px;
	color: #1489c0;
}
h3 {
	font-size: 16px;
	color: #1489c0;
}
.textonegro {
	color: #000;
}
#colum_izqnegro {
	font-size: 18px;
	font-weight: bold;
	clear: right;
	float: left;
	height: 100%;
	width: 340px;
	margin-left: 40px;
	text-align: justify;
}



/* INICIA TABS */



#vtab {
            margin: auto;
            width: 830px;
            height: 100%;
        }
        #vtab > ul > li {
            width: 250px;
            list-style-type: none;
            display: block;
            text-align: left;
            padding-bottom: 6px;
            border: 1px solid #fff;
            position: relative;
            border-right: none;
            opacity: .8;
            
        }
        #vtab > ul > li.home {
			font-size: 16px;
			color: #000000;
			font-weight: normal;
        }
		
		
		#vtab > ul > li.home a{
	font-size: 16px;
	color: #000000;

	text-decoration: none;
        }
		
		
		#vtab > ul > li.home a:hover{
	font-size: 16px;
	color: #05164e;

	text-decoration: none;
	font-weight: bold;
        }
        
        #vtab > ul > li.selected {
            opacity: 1;
            border-right: none;
            z-index: 10;
            position: relative;
			font-size: 16px;
			color: #05164e;
				font-weight: bold;
        }
        #vtab > ul {
	float: left;
	width: 250px;
	text-align: left;
	display: block;
	margin: auto 0;
	padding: 0;
	position: relative;
	top: 0px;
	margin-right:25px;
	margin-bottom:25px;
        }
        #vtab > div {
           
            margin-left: 262px;
            height: 100%;
            padding: 0px;
            position: relative;
            z-index: 9;
            -moz-border-radius: 20px;
        }
       
/* terminan tabs*/



h2 {
	font-size: 30px;
	font-weight: bold;
	color: #18427e;
	margin-top: 0px;
	margin-bottom:15px;
}
#foto_eq {
	clear: right;
	float: left;
	height: 324px;
	width: 306px;
	margin-right: 36px;
}
#info_eq {
	clear: right;
	float: left;
	height: 324px;
	width: 210px;
}
.txt_chico {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}




/* INICIA TABS DOS*/



#ftab {
            margin: auto;
            width: 830px;
            height: 100%;
        }
		
        #ftab > ul > li {
            width: 300px;
            list-style-type: none;
            display: block;
            text-align: left;
            padding-bottom: 6px;
            position: relative;
            border-right: none;
            opacity: 0.8;
            
        }
		
        #ftab > ul > li.home {
			font-size: 16px;
			color: #000000;
			font-weight: normal;
        }
		
		
		#ftab > ul > li.home a{
		font-size: 16px;
		color: #000000;

	text-decoration: none;
        }
		
		#ftab > ul > li.home a:hover{
	font-size: 16px;
	color: #05164e;
	text-decoration: none;
	font-weight: bold;
        }
		        
        #ftab > ul > li.selected {
            opacity: 1;
            border-right: none;
            z-index: 10;
            position: relative;
			font-size: 16px;
			color: #05164e;
			font-weight: bold;
        }
		
        #ftab > ul {
	float: left;
	width: 300px;
	text-align: left;
	display: block;
	margin: auto 0;
	padding: 0;
	position: relative;
	top: 0px;
	margin-right:25px;
	margin-bottom:25px;
        }
		
        #ftab > div {
           
            margin-left: 262px;
            height: 100%;
            padding: 0px;
            position: relative;
            z-index: 9;
            -moz-border-radius: 20px;
        }
		
       
/* terminan tabs dos*/



/* formulario */


 ul.formulario {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      li.formulario {
        margin-bottom: 20px;
        clear: both;
      }
      label {
        font-size: 15px;
		color:#000;        
        
        display: block;
        margin-bottom: 3px;
        clear: both;
      }
