@charset "UTF-8";
/* CSS Document */

body {
	margin:0 0 0 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #6e6e6e;
	text-align: center;
	background:#fff;
}

p {
	margin:0;
	padding:0;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height:19px;
	color: #6e6e6e;
}

#contenedor {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
}

#encabezado {
	width:100%;
	height:45px;
	background:url(../2014/encabezado_botonera.jpg) no-repeat center;
	margin:0;
	padding:273px 0 10px 0;
	text-align:center;
}

#botonera {
	width:958px;
	height:43px;
	background:#314632;
	margin:0 auto 0 auto;
	padding:0;
	text-align:center;
	-webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius:10px 10px 0px 0px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
	border:1px solid #606c52;
}

#botones {
	width: 958px;
	height: 43px;
	text-align: center;
	margin: 0 auto 0 auto;
} 

#boton {
	display: inline;
	list-style: none;
	padding: 0;
	margin:0;
}

#boton li {
	display: inline;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 43px;
}

#boton_stop {
	display: inline;
	list-style: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #F09028;
	text-decoration: none;
	padding: 13px 10px 14px 10px;
	font-style:normal;
	line-height: 43px;
}

.visitado {
	display: inline;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #fff;
	text-decoration:underline;
	padding: 0;
}

#boton li a {
	display: inline;
	list-style: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 13px 10px 14px 10px;
	font-style:normal;
}

#boton li a:hover {
	color: #f48522;
	text-decoration: underline;
	font-weight: normal;
	background-image: linear-gradient(top, #314632, #011b0b);
	background-image: -o-linear-gradient(top, #314632, #011b0b);
	background-image: -moz-linear-gradient(top, #314632, #011b0b);
	background-image: -webkit-linear-gradient(top, #314632, #011b0b);
	background-image: -ms-linear-gradient(top, #314632, #011b0b);
	line-height:43px;
	padding: 12px 10px 12px 10px;
}

#back_banner {
	width:100%;
	height:305px;
	background:url(../2014/encabezado_banner.jpg) no-repeat center top;
	padding:0;
	margin:0;
	text-align:center;
}


#slider_img {
	width:960px;
	height:305px;
	padding:0;
	margin:0 auto 0 auto;
	overflow:hidden;
}


#contenedor_txt {
	width:100%;
	min-height:500px;
	background:#FFF;
	margin:0;
	padding:0 0 50px 0;
	text-align:center;
}

#sombra_slider {
	width:960px;
	height:37px;
	padding:0;
	margin:0 auto 0 auto;
	background:url(../2014/banner_sombra.jpg) no-repeat center top;
}

#txt {
	width:960px;
	height:auto;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	line-height:14px;
	margin:0 auto 0 auto;
	padding:0;
}

#fotos_predio_th_cont {
	width:960px;
	height:475px;
	margin:0 auto 0 auto;
	padding:20px 40px 20px 40px;
	clear:both;
	display:inline-block;
	visibility:hidden;
}

#fotos_predio_th {
	width:200px;
	height:133px;
	padding:0;
	float:left;
	margin:10px;
	filter: alpha(opacity=70); /* here you can set the opacity of box with text */
    -moz-opacity: 0.7; /* here you can set the opacity of box with text */
    -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
    opacity: 0.7; /* here you can set the opacity of box with text */
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#fotos_predio_th:hover {
	filter: alpha(opacity=100); /* here you can set the opacity of box with text */
    -moz-opacity: 1; /* here you can set the opacity of box with text */
    -khtml-opacity: 1; /* here you can set the opacity of box with text */
    opacity: 1; /* here you can set the opacity of box with text */
}

#banner_torneos {
	width:960px;
	height:auto;
	margin-bottom:10px;
	margin-top:5px;
	padding:0;
	text-align:center;
}

#linea_960 {
	width:960px;
	height:1px;
	background:#CCC;
	padding:0;
	margin:10px 0 20px 0;
}

ul.eventos {
	list-style:disc;
	font-family:Verdana, Geneva, sans-serif;
	padding:0;
	font-size:18px;
	line-height:22px;
	margin:5px 0 20px 30px;
}

li.eventos {
	list-style:disc;
	font-family:Verdana, Geneva, sans-serif;
	padding-bottom:10px;
	font-size:18px;
	line-height:22px;
	margin:0;
}

#cont_fotos_actividades {
	width:auto;
	height:100%;
	clear:both;
	display:inline-block;
	padding:10px 10px 10px 10px;
	background:#066;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}

#cont_fotos {
	width:450px;
	height:100%;
	clear:both;
	display:inline-block;
	padding:0;
	margin:0;
	float:left;
}

#fotos_th {
	width:225px;
	height:180px;
	margin:0;
	padding:0;
	float:left;
	filter: alpha(opacity=50); /* here you can set the opacity of box with text */
    -moz-opacity: 0.5; /* here you can set the opacity of box with text */
    -khtml-opacity: 0.5; /* here you can set the opacity of box with text */
    opacity: 0.5; /* here you can set the opacity of box with text */
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#fotos_th:hover {
	filter: alpha(opacity=100); /* here you can set the opacity of box with text */
    -moz-opacity: 1; /* here you can set the opacity of box with text */
    -khtml-opacity: 1; /* here you can set the opacity of box with text */
    opacity: 1; /* here you can set the opacity of box with text */
}

#fotos_th_actividades {
	width:200px;
	height:150px;
	margin:5px;
	padding:0;
	border:3px solid #fff;
	float:left;
	filter: alpha(opacity=50); /* here you can set the opacity of box with text */
    -moz-opacity: 0.5; /* here you can set the opacity of box with text */
    -khtml-opacity: 0.5; /* here you can set the opacity of box with text */
    opacity: 0.5; /* here you can set the opacity of box with text */
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#fotos_th_actividades:hover {
	filter: alpha(opacity=100); /* here you can set the opacity of box with text */
    -moz-opacity: 1; /* here you can set the opacity of box with text */
    -khtml-opacity: 1; /* here you can set the opacity of box with text */
    opacity: 1; /* here you can set the opacity of box with text */
}

#actividades_animation {
	width:960px;
	height:auto;
	margin:0;
	padding:0;
	visibility:hidden;
}

#actividades_animation_2 {
	width:960px;
	height:auto;
	margin:0;
	padding:0;
	visibility:hidden;
}

#actividades_animation_3 {
	width:960px;
	height:auto;
	margin:0;
	padding:0;
	visibility:hidden;
}

#actividades_animation_4 {
	width:960px;
	height:auto;
	margin:0;
	padding:0;
	visibility:hidden;
}


#eventos_2columnas {
	width:920px;
	height:auto;
	background:url(../2012/back_eventos_dark_50x50.jpg) repeat;
	margin:0 auto 0 auto;
	padding:20px;
	clear:both;
	display:inline-block;
	visibility:hidden;
}

#eventos_cont {
	width:400px;
	min-height:auto;
	margin:0;
	padding:10px;
	text-align:left;
	float:right;
	color:#999;
}

#presupuestos {
	width:960px;
	height:auto;
	padding:0;
	margin:0 0 35px 0;
	float:left;
	text-align:center;
}

#facebook_box {
	width: 960px;
	height: auto;
	padding:0;
	text-align:center;
	margin:20px auto 20px auto;
	background:#e7ecf2;
}

#mapa {
	width: 960px;
	height: auto;
	padding-bottom:20px;
	text-align:center;
	margin:0 0 20px 0;
}

#botoneradostitle2 {
	width: 940px;
	height: 50px;
	background: #1d0503;
	padding-left:20px;
	margin-top: 0px;
	margin-bottom:0px;
	font-family:Verdana;
  	font-size:24px;
	text-align: left;
	line-height: 50px;
  	font-weight:bold;
  	font-style:normal;
  	color:#a5e7be;
	letter-spacing:-1px;
  	text-shadow: 0px 1px 1px #000;
	 -moz-box-shadow: inset 0px 1px 6px #000;
	-webkit-box-shadow: inset 0px 1px 6px #000;
	box-shadow: inset 0px 1px 6px #000;
}

#back_titulo_facebook {
	width: 940px;
	height: 50px;
	background: #355b95;
	padding-left:20px;
	margin-top: 0px;
	margin-bottom:0px;
	font-family:Verdana;
  	font-size:24px;
	text-align: left;
	line-height: 50px;
  	font-weight:bold;
  	font-style:normal;
  	color:#fff;
	letter-spacing:-1px;
  	text-shadow: 0px 1px 1px #000;
}

#pie {
	width:100%;
	height:460px;
	background:url(../2014/back_pie.jpg) no-repeat center top;
	margin:0;
	padding:0;
	text-align:center;
}

#contenedor_contacto {
	width:960px;
	height:auto;
	display:inline-block;
	clear:both;
	margin:0 auto 0 auto;
	padding:20px 0 0 0;
}

#datos_contactos {
	width: 400px;
	height: auto;
	text-align:left;
	float:left;
	margin-left:6px;
	margin-right:6px;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:19px;
	color:#fff;
	visibility:hidden;
}

#datos_contactos a {
	font-style:italic;
	text-decoration:underline;
	color:#FFF;
}

#datos_contactos a:hover {
	font-style:italic;
	text-decoration:underline;
	color:#930;
}

#formulario {
	width:400px;
	height:auto;
	padding:0;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	float:right;	
	margin:0 20px 0 0;
		visibility:hidden;
}


#sponsors {
	width:100%;
	height:150px;
	background:#000;
	margin:0;
	padding:0;
	text-align:center;
}

#sponsors_img {
	width:960px;
	height:150px;
	margin:0 auto 0 auto;
	padding:0;
	text-align:center;
}





/*FORMULARIO*/

#formulariotitulo {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow: 0px 1px 1px #666;
	color:#222;
	padding-left:10px;
	padding-top:10px;
	text-align:left;
	width:350px;
	float:left;
	margin-bottom:5px;
}

.word {
        font-family: Tahoma, sans-serif, Arial;
		font-weight:bold;
        font-size: 24px;
		line-height:30px;
		text-shadow:1px 1px 3px #ccc;
        color:#777;
		padding:20px;
	border-top: 5px solid #f5847c;
	border-left: 5px solid #f5847c;
	border-right: 5px solid #7accc8;
	border-bottom: 5px solid #7accc8;
	text-align:center;
}

.text {
	font-family:Verdana;
	font-size: 14px;
	font-variant:small-caps;
	color:#697a9f;
	height:30px;
	padding-left:10px;
	background:#d6d1d7;
	border: 0;
	width:250px;
	margin-top:5px;
}

.text_fecha {
	font-family:Verdana;
	font-size: 14px;
	color:#697a9f;
	height:30px;
	padding-left:10px;
	background:#d6d1d7;
	border: 0;
	margin-top:5px;
}

.text_contactos {
	font-family:Verdana;
	font-size: 14px;
	font-variant:small-caps;
	color:#697a9f;
	height:30px;
	padding-left:10px;
	background:#fff;
	border: 0;
	width:400px;
	margin-top:5px;
}

#formulariotxt {
	width:350px;
	height:30px;
	float:left;
	text-align:left;
	margin-left:10px;
	margin-bottom:15px;
}

.textarea {
	font-family:Verdana;
	font-size: 14px;
	color:#697a9f;
	font-variant:small-caps;
	padding-left:10px;
	background:#d6d1d7;
	border: 0;
	width:250px;
	margin-top:5px;
}

.textarea_contactos {
	font-family:Verdana;
	font-size: 14px;
	color:#697a9f;
	font-variant:small-caps;
	padding-left:10px;
	background:#fff;
	border: 0;
	width:400px;
	margin-top:5px;
}

#formulariotxtarea {
	margin-left:10px;
	margin-bottom:15px;
	width:350px;
	float:left;
	text-align:left;
}









/* TITULOS */

h1 {
font-family: 'Anton', serif;
font-size: 30px;
font-weight: normal;
	color:#565656;
	text-decoration: none;
	line-height: 35px;
	margin-bottom:5px;
	margin-top:0px;
	padding:0;
}

h1.secciones {
font-family: 'Anton', serif;
font-size: 50px;
font-weight: normal;
	color:#565656;
	text-decoration: none;
	line-height: 60px;
	margin-bottom:5px;
	margin-top:0px;
	padding:0;
}

h2 {
font-family: 'Anton', serif;
font-size: 25px;
font-weight: normal;
	color:#fff;
	text-decoration: none;
	line-height: 30px;
	margin-bottom:5px;
	margin-top:0px;
	padding:0;
}

h3 {
font-family: 'Anton', serif;
font-size: 20px;
font-weight: normal;
	color:#fff;
	text-decoration: none;
	line-height: 25px;
	margin-bottom:0;
	margin-top:10px;
	padding:0;
}

h4 {
font-family: 'Anton', serif;
font-size: 20px;
font-weight: normal;
	color:#666;
	text-decoration: none;
	line-height: 25px;
	margin-bottom:0;
	margin-top:10px;
	padding:0;
}

h4.eventos {
font-family:Verdana, Geneva, sans-serif;
font-size: 21px;
font-weight: bold;
	color:#e32178;
	text-decoration: none;
	line-height: 25px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding:0;
	text-transform: uppercase;
}
	

