@charset "utf-8";
/* CSS Document */
a {
	text-decoration:none;
}


a img {
	border:none;
}


body {
	background:url(../imagenes/fondo.jpg) repeat-x center top;
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:14px;
	background-color:#f5f5f5;
	margin:0;
}

.centrar {
	margin:0 auto;
	width:1000px;
	padding-top:30px;
}

.centrar_contenedor {
	margin:0 auto;
	width:1000px;
	padding-top:30px;
	text-align:center;
}

.margen_slide {
	margin-top:120px;
}

.centrar_header {
	margin:0 auto;
	width:1000px;
}

/*********Clientes*********/

.centrar_clientes {
	overflow:hidden;
	width:1050px;
}

.cliente {
	position: relative;
	float: left;
	width: 322px;
	height: 250px;
	margin-right: 16px;
	margin-bottom: 16px;
}

.cliente img {
	position: absolute;
	top: 0;
	width: 322px;
}

.imagen_byn {
	z-index: 0;
	opacity: 0.65;
}

.imagen_color {
	opacity: 0;
	z-index: 1;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.cliente:hover .imagen_color {
	opacity: 1;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}


.cliente:hover .contenedor_texto {
	opacity: 1;
	-o-transition: 0s;
	-ms-transition: 0s;
	-moz-transition: 0s;
	-webkit-transition: 0s;
	transition: 0s;
}

.contenedor_texto {
	position: absolute;
	bottom: 0;
	width: 322px;
	height: 90px;
	background-color: #35c187;
	opacity: 0;
	z-index: 3;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.texto {
	text-align: center;
	margin-top: 26px;
}




/*********FIN Clientes*********/



.centrar_trabajos {
	margin:0 auto;
	width:1000px;
}

.centrar_trabajos img {
	margin-bottom:15px;
} 

.centrar_pie {
	margin: 0 auto;
    width: 100%;
    height: 120px;
    text-align: center;
	background-color: #e6e6e6;
}

.fondo_header {
	width: 100%;
	height: 120px;
}


.fondo_estudio {
	width: 100%;
	background: url("../imagenes/bg_estudio.jpg") no-repeat center center;
	height: 500px;
}

.fondo_destacados {
	width: 100%;
	padding:0px 0 20px 0;
	height: 360px;
	background-color:#f5f5f5;
}

.barra_slide {
	width: 100%;
	background: url("../imagenes/barra_slide.jpg") no-repeat center center;
	height: 100px;
}

.cuerpo {
	width:900px;
	margin-top:0px;
	min-height:500px;	
}


.fondo_scrollable {
	background-repeat:no-repeat;
	padding:0px;
	width:900px;
}

.header{
	height: 120px;
}


.header a .logo {
	background-image: url("../imagenes/logo.png");
	border: none;
	float: left;
	height: 66px;
	width: 212px;
	position: absolute;
	margin-top: 30px;
}


.header .botonera {
	float: right;
	margin-top: 53px;
	height: 44px;
	font-weight: 400;
	font-size: 14px;
}

.header .botonera a {
	font-style: normal;
	text-decoration: none;
	margin-left:28px;
}

.header .botonera img {

}

.header .botonera a.pasivo {
	color: #2c3e50;
}

.header .botonera a.activo {
	color: #57d4bd;
	border-bottom: 3px solid #57d4bd;
	padding-bottom: 12px;
	padding-left:2px;
}

.header .botonera a:hover {
	color: #57d4bd;
}


.img_empresa{
	background: url('../imagenes/img_empresa.jpg') center no-repeat;
	height:300px;
	width:100%;
}



<!---------------------------------------->



a .facebook {
	background: url("../imagenes/logo_fb.png") no-repeat;
	width: 34px;
	height: 33px;
	position: absolute;
	margin-top: 44px;
	margin-left: 968px;
}

a:hover .bot_web{
	background-position:bottom;
}


.fotos_cont {
	float:left;
	margin-right:18px;
}



.titulos {
	height: 85px;
    width: 100%;
    color: #FFFFFF;
    background: url("../imagenes/fondo_titulos.jpg") no-repeat;
    font-size: 26px;
    text-align: left;
    padding-top: 15px;
    margin-top: 0;
    font-weight: 700;
}

.titulos .centrar{
	margin:0 auto;
	width:1000px;
	padding-top:20px;
}


hr {
	border:none;
	border-bottom: dotted 1px #2c4055;
}


p {
    font-size: 15px;
    font-weight: 300;
    color: #444;
    padding-left: 0px;
    margin-bottom: 20px;
	margin-top:0px;
    text-align: left;
    line-height: 22px;
}

.resumen {
	font-size: 14px;
	font-weight: 300;
	color: #333;
	padding-left: 0px;
	margin-bottom: 2px;
	margin-top: 0px;
	text-align: center;
}

.web {
	font-size: 14px;
	font-weight: 700;
	color: #333;
	padding-left: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	text-align: center;
}


h2 {
    font-size: 25px;
    color: #000;
    padding-left: 0px;
    margin-bottom: 20px;
    font-weight: 300;
    text-align: left;
    line-height: 22px;
    margin-top: 0px;
}

h3 {
    font-size: 15px;
    font-weight: 700;
    color: #444;
    padding-left: 0px;
    margin-bottom: 0px;
    text-align: left;
    line-height: 22px;
}

h4 {
	height: 43px;
	color: #2c4055;
	font-size: 38px;
	text-align: center;
	margin-top: 105px;
	margin-bottom: 5px;
	font-weight: 100;
	padding-top: 8px;
}

h6 {
	font-size: 14px;
    font-weight: 300;
    color: #999;
    text-align: left;
    float: left;
    margin: 0 0 0 25px;
}

.listado {
	font-size:18px;
	font-weight: 400;
	padding-left:15px;
	list-style: url(../imagenes/item.jpg);
	float:left;
	margin-right:35px;
	margin-top:0;
}

.listado li {
	color:#666;
	margin-bottom:3px;
}



.contenido_servicios p {
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:0px;
	margin:0 0 5px 0;
	text-align:justify;
}

.contenido_servicios a {
	color:#666;
	font-size:12px;
	text-decoration:underline;
}



.cont_general p {
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}


.columna4 p {
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:0px;
	text-align:left;
	height:150px;
}


.cont_general {
	float:left;
	width:640px;
}

.cont_general li
{
	color:#666;
	font-weight:blod;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
}


.cont_general ul
{
    padding-left:25px;
	list-style-image: url(../imagenes/item.png);
	font-weight:bold;
}


.contenido_servicios {
	float:left;
	width:477px;
}

.contenido_servicios p {
	text-align:left;
	
	}

.contenido_servicios li
{
	color:#666;
	font-weight:blod;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
}

.contenido_servicios ul
{
    padding-left:25px;
	list-style-image: url(../imagenes/item.png);
	font-weight:bold;
}

.contenido_servicios_2 {
	float:right;
	width:477px;
	font-size:14px;
	color:#666666;
}

.contenido_servicios_2 li
{
	color:#666;
	font-weight:blod;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
}

.contenido_servicios_2 ul
{
    padding-left:25px;
	list-style-image: url(../imagenes/item.png);
	font-weight:bold;
}

.ico_fotos {
	overflow: hidden;
	width: 1020px;
	margin-bottom: 20px;
}

.ico_fotos img{
	position: absolute;
	clip: rect(0px,173px,173px,0px);
	border: none;
	height: 173px;
	min-width: 173px;
	overflow: hidden;
}

.ico_fotos a{
	position: relative;
	display: block;
	width: 173px;
	height: 173px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}


/**************FORMULARIO****************/

.area_form {
	border: #ddd thin solid;
	margin-bottom:10px;
	margin-top:5px;
	height:30px;
	width:230px;
	padding-left:8px;
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-weight:300;
	color:#999999;
	font-size:14px;
	float:left;
}

.msj_form {
	border: #ddd thin solid;
	margin-bottom:10px;
	height:100px;
	width:478px;
	margin-top:5px;
	padding-left:8px;
	padding-top:8px;
	resize: none;
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-weight:300;
	color:#999999;
	font-size:14px;
}


.enviar_form {
	background-color: #ddd;
	width: 118px;
	height: 35px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 12px;
	border: none;
	float: right;
	cursor: pointer;
}


.contactos {
	float: left;
    margin-left: 5px;
    margin-top: 24px;
    width: 229px;
	height: 116px;
}


.contactos h2 {
	background-image:url(../imagenes/fondo_contactos.jpg);
	color:#262626;
	width:180px;
	padding-left:7px;
	margin-left:1px;
}

.contactos a {
	color:#666;
	font-size:12px;
	text-decoration:underline;
}


.txt_cont {
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:0px;
	text-align:justify;
	height:auto;
}


/**************columnas****************/

.destacados{
	width: 250px;
	float: left;
	margin-right: 50px;
	text-align: center;
}

.destacados p{
	text-align: center;
}

a .destacado_1{
	background-image: url("../imagenes/destacado_1.png");
	width:270px;
	height:318px;
	float:left;
	margin-right:40px;
	margin-left:50px;
}

a:hover .destacado_1{
	background-position:bottom;
}


a .destacado_2{
	background-image: url("../imagenes/destacado_2.png");
	width:270px;
	height:318px;
	float:left;
	margin-right:40px;
}

a:hover .destacado_2{
	background-position:bottom;
}

a .destacado_3{
	background-image: url("../imagenes/destacado_3.png");
	width:270px;
	height:318px;
	float:left;
}

a:hover .destacado_3{
	background-position:bottom;
}


/**************fin columnas home****************/


a .bot_1{
	background-image: url("../imagenes/bot_ver_afiche.jpg");
	width:320px;
	height:60px;
	float:left;
	margin-right: 20px;
}

a:hover .bot_1{
	background-position:bottom;
}


a .bot_2{
	background-image: url("../imagenes/bot_ver_cronograma.jpg");
	width:320px;
	height:60px;
	float:left;
	margin-right: 20px;
}

a:hover .bot_2{
	background-position:bottom;
}


a .bot_3{
	background-image: url("../imagenes/bot_proximos_torneos.jpg");
	width:320px;
	height:60px;
	float:left;
}

a:hover .bot_3{
	background-position:bottom;
}

a .bot_fb{
	background-image: url("../imagenes/icono_facebook.jpg");
	width:34px;
	height:34px;
	float:left;
}

a:hover .bot_fb{
	background-position:bottom;
}


/*************GAERIA columnas****************/

.col_1 {
	float:left;
	margin-right:25px;
}

.col_1 h2{
	text-align:right;
}

.col_1 h3{
	text-align:right;
}

.col_1 p{
	text-align:right;
}

.col_2 {
	padding-left:25px;
	float:left;
	border-left: dotted 1px #2c4055;
}

.contenedor {
	display:inline-block;
}



.col_datos {
	width:490px;
	float:left;
	margin-right:20px;
}

.col_form {
	width:490px;
	float:left;
}

/*------------------------- Logos ------------------------*/

.logos {
	height: 65px;
	border: #CCCCCC solid thin;
	padding-top: 15px;
	padding-left: 90px;
}

.logos img {
	float:left;
}

.logo_1 {
	background-image:url(../imagenes/logo_1.jpg);
	background-position: top;
	height: 50px;
	width:149px;
	float: left;
	margin-right:20px;
	margin-left:20px;
}
a:hover .logo_1 {
	background-position: bottom;
}

.logo_2 {
	background-image:url(../imagenes/logo_2.jpg);
	background-position: top;
	height: 50px;
	width:106px;
	float: left;
	margin-right:20px;
	margin-left:20px;
}
a:hover .logo_2 {
	background-position: bottom;
}

.logo_3 {
	background-image:url(../imagenes/logo_3.jpg);
	background-position: top;
	height: 50px;
	width:47px;
	float: left;
	margin-right:20px;
	margin-left:20px;
}
a:hover .logo_3 {
	background-position: bottom;
}

.logo_4 {
	background-image:url(../imagenes/logo_4.jpg);
	background-position: top;
	height: 50px;
	width:147px;
	float: left;
	margin-right:20px;
	margin-left:20px;
}
a:hover .logo_4 {
	background-position: bottom;
}

.logo_5{
	background-image:url(../imagenes/logo_5.jpg);
	background-position: top;
	height: 50px;
	width:147px;
	float: left;
	margin-right:20px;
	margin-left:20px;
}
a:hover .logo_5 {
	background-position: bottom;
}



/*----------------------------------------------------------*/




.pie {
	margin: 0 auto;
	width: 1000px;
	padding-top: 26px;
	text-align: center;
	font-size: 16px;
	font-family: Dosis, Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #333;
}



/* position and dimensions of the navigator */
.navi {
	margin-left:414px;
	margin-top:8px;
	width:200px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:20px;
	height:20px;
	float:left;
	margin:3px;
	background:url(imagenes/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}


/* mouseover state */
.navi a:hover {
	background-position:0 -20px;      
}


/* active state (current page state) */
.navi a.active {
	background-position:0 -40px;     
}




	
