/* GLOBAL
--------------------------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.5em;
	list-style: none;
}

body {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-position: center top;
	background-color: #000;
}

a {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

p {
	margin:1em 0;
}

h1,h2,h3,h4,h5,h5 {
	text-transform: uppercase;
	margin: 1em 0;
	color: #CCCCCC;
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 { font-size:14px;}
h4 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
h5 { font-size:12px;}
h6 { font-size:11px;}

.clear {
	clear:both;
	height:0;
	width:100%;
}

header, footer, section, nav, colgroup, col, article, aside {
	display:block;
}

#wrapper {
	margin:0 auto;
	width:980px;
}

/* HEADER
--------------------------------------------------------------------------------------------------------*/

header {
	height: 110px;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-right: auto;
	margin-left: auto;
}


#logo {
	position: absolute;
	left: 0;
	top: 10px;
	background-repeat: no-repeat;
	background-position: 40px;
	height: 90px;
	width: 400px;
	background-color: transparent;
	background-image: url(../images/logo.png);
}

#social {
	position: absolute;
	right: 0;
	top: 10px;
	padding-right: 135px;
	width: 120px;
	padding-top: 53px;
}

#social li {
	float: left;
	margin-left: 0px;
}

#social li a {
	display:block;
	height:41px;
	width:42px;
	text-indent:-9999px;
}

#social li.facebook a {
	background:url(../images/facebook.png) no-repeat left top;
}

#social li.twitter a {
	background:url(../images/twitter.png) no-repeat left top;
}

#social li.youtube a {
	background:url(../images/youtube.png) no-repeat left top;
}

#social li.rss a {
	background:url(../images/rss.png) no-repeat left top;
}

#idioma {
	position: absolute;
	right: 0;
	top: 25px;
	width: 138px;
	padding-top: 38px;
}

#idioma li {
	float: left;
	margin-left: 0px;
}

#idioma li a {
	display:block;
	height:41px;
	width:42px;
	text-indent:-9999px;
}

#idioma li.espanol a {
	background:url(../images/espanol.png) no-repeat left top;
}

#idioma li.ingles a {
	background:url(../images/ingles.png) no-repeat left top;
}
#idioma li.italiano a {
	background:url(../images/italia.png) no-repeat left top;
}


/* NAV
--------------------------------------------------------------------------------------------------------*/

nav {
	background: url(../images/nav.png) no-repeat left top;
	height: 50px;
	margin-bottom: 0px;
}

nav li {
	background: url(../images/separator.png) no-repeat left top;
	float: left;
	padding-left: 2px;
	width: 161px;
	text-align: center;
	position: relative;
}

nav li:first-child {
	background:none;
	padding-left:1px;
	width:163px;
}

nav li a {
	display: block;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

nav li a:hover {
	background-image: url(../images/hover.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: -1px;
}

nav li ul {
	display:none;
	width:250px;
	z-index:1000;
	position:absolute;
	left:2px;
	top:70px;
}

nav li ul li {
	background:none;
	float:none;
	padding:0;
	text-align:left;
	width:248px;
}






/* BANNER
--------------------------------------------------------------------------------------------------------*/

#banner {
	height: 370px;
	width: 976px;
	padding: 1px;
	background-color: #CCC;
	background-position: left top;
}

#slider {
	position:relative;
}

/* CONTENT
--------------------------------------------------------------------------------------------------------*/

#content {
	clear: both;
	width: 976px;
	padding-top: 30;
	padding-left: 1px;
	background-color: #CCC;
	padding-right: 1px;
	height: 150px;
}

#content.inner {
	background:#fff url(../images/content.png) repeat-y right;}

#content .col {
	float:left;
	margin:0 20px;
	width:200px;
}

#content p.more {
	float:right;
	margin:0;
}

#content p.more a {
	background:url(../images/more.gif) no-repeat left top;
	display:block;
	height:23px;
	width:70px;
	text-indent:-9999px;
}

#content p.more a:hover {
	background:url(../images/more.gif) no-repeat left bottom;
}

/* CONTACTO
--------------------------------------------------------------------------------------------------------*/

/* PAGE - CONTACTO
----------------------------------------- */

#Contacto{
	float: left;
	width: 978px;
	background-image: url(../images/fondos/contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

	#Contacto .Contenido{
	float: left;
	border: 1px solid #171717;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	width: 838px;
	background-image: url(../images/fondos/black70.png);
	background-repeat: repeat;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 48px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: auto;
	}
	
		#Contacto .Contenido h2{
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0px #7d2b16;
		}
		
		
		#contact{
			float: left;
			list-style:none;
			margin: 0 0;
			width: 470px;
		}
		
#contact li{
	float: left;
	margin:0 0 5px 0;
	padding: 0 0 5px 0;
    position: relative;
    width: 470px;
    border-bottom: 1px solid #595959;
}
#contact li .text{
	float: left;
	padding: 5px 10px;

	text-indent: 5px;
	width: 80px;
}
#contact li .required{
	margin: 0 0 0 10px;
}
#contact li .wpcf7-form-control-wrap{
}
#contact li .wpcf7-form-control-wrap input, #contact li .wpcf7-form-control-wrap textarea{
	background: url(images/bg-Black50.png) repeat;
	border:solid 2px #a8a8a8;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px;
	color: white;
	float: left;
	padding: 5px 10px;
	width: 310px;

	margin:0;
}
#contact li .wpcf7-form-control-wrap input:focus, #contact li .wpcf7-form-control-wrap textarea:focus{
	background: url(images/bg-White50.png) repeat;
}
#contact li .wpcf7-form-control-wrap textarea{
	line-height: 18px;
    padding: 5px 10px 5px 10px;
	height: 70px;
}
#contact li#message{
	min-height: 90px;
}
#contact li#submit input{
	background:#09b2f3;
	border: none;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px;
	color: white;
	display:block;
	margin:10px 30px 0 330px;
	padding:10px 25px;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 0 #09b2f3;
	text-transform:uppercase;
	
}
#contact li#submit input:hover{
	background:#69d2f9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b2f3', endColorstr='#69d2f9');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#09b2f3), to(#69d2f9));
	background: -moz-linear-gradient(top, #09b2f3, #69d2f9);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	-o-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	color:#06506c;
	text-shadow:0 1px 0 rgba(255,255,255,.25);
	text-transform:uppercase;
	cursor:pointer;
}
div.wpcf7-validation-errors {
    clear: left;
}






#fondocontacto {
	clear: both;
	width: 958px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-image: url(../images/fondos/contacto.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#contacto {
	background: #fff;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#contacto.inner {
	background-color: transparent;
}

#contacto .col {
	float:left;
	margin:0 20px;
	width:200px;
}

#contacto p.more {
	float:right;
	margin:0;
}

#contacto p.more a {
	background:url(../images/more.gif) no-repeat left top;
	display:block;
	height:23px;
	width:70px;
	text-indent:-9999px;
}

#contacto p.more a:hover {
	background:url(../images/more.gif) no-repeat left bottom;
}


contacto-mensaje {
	float: left;
	width: 400px;
	background-color: transparent;
	text-align: justify;
	padding-right: 20px;
	padding-top: 10px;
	padding-left: 30px;
}


/* ARTICLE
--------------------------------------------------------------------------------------------------------*/

jugadores {
	background-color: transparent;
	text-align: left;
	padding-right: 20px;
	padding-top: 22px;
}

.mdi {
	background-color: transparent;
	text-align: left;
	padding-right: 20px;
	padding-top: 22px;
}

mid {
	float: left;
	width: 759px;
	background-color: transparent;
	padding-left: 28px;
	padding-top: 10px;
	text-align: justify;
}

agencia {
	float: left;
	width: 759px;
	background-color: transparent;
	text-align: justify;
	padding-left: 30px;
	padding-top: 10px;
	background-image: url(../images/agencia.png);
	background-position: right top;
	background-repeat: no-repeat;
}
servicio ul li {
	padding-left: 20px;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}

servicio {
	float: left;
	width: 759px;
	background-color: transparent;
	text-align: justify;
	padding-left: 20px;
	padding-top: 10px;
}
servicio ul li {
	padding-left: 20px;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
article {
	float: left;
	width: 470px;
	background-color: transparent;
	text-align: justify;
	padding-right: 20px;
	padding-top: 10px;
}

article ul {
	padding-left:20px;
}

article ul li {
	padding-left: 20px;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}

article ul.columns li {
	float:left;
	width:40%;
	padding-right:5%;
}

article .post h1 {
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	border-bottom:1px solid #e0dad5;
}

/* PAGING
--------------------------------------------------------------------------------------------------------*/

ul.paging {
	border-top:1px solid #e0dad5;
	padding:2em 0;
	text-align:center;
	margin-top:2em;
}

ul.paging li {
	display:inline;
	background:none;
	padding:5px;
}

ul.paging li.first {
	float:left;
	padding:0;
}

ul.paging li.last {
	float:right;
	padding:0;
}

ul.paging li.first a, ul.paging li.last a {
	font-size:9px;
	color:#1f150f;
	text-transform:uppercase;
	text-shadow:1px 1px rgba(255,255,255,0.4);
	border:1px solid #d5cdc6;
	padding:7px 10px;

	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #D9D4CF 0%, #D1CBC6 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #D9D4CF 0%, #D1CBC6 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #D9D4CF 0%, #D1CBC6 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D9D4CF), color-stop(1, #D1CBC6));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #D9D4CF 0%, #D1CBC6 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #D9D4CF 0%, #D1CBC6 100%);
}

ul.paging li.first a:hover, ul.paging li.last a:hover {
	border:1px solid #c6bdb6;
	padding:7px 10px;
		
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #CBC4BD 0%, #C2B9B2 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #CBC4BD 0%, #C2B9B2 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #CBC4BD 0%, #C2B9B2 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CBC4BD), color-stop(1, #C2B9B2));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #CBC4BD 0%, #C2B9B2 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #CBC4BD 0%, #C2B9B2 100%);
}

/* PEOPLE
--------------------------------------------------------------------------------------------------------*/

#people {
	float:left;
	width:580px;
	margin-left:20px;
}

#people div {
	float:left;
	width:180px;
	margin:0 20px;
}

#people .first, #people .last {
	margin:0;
}

#people h2 {
	margin:2em 0 0.5em;
}

#people h3 {
	margin: 0;
}

/* PRODUCTS
--------------------------------------------------------------------------------------------------------*/

#products {
	width:600px;
	margin:20px 0 0 20px;
	float:left;
}

#products div {
	float:left;
	width:180px;
	height:230px;
	margin:0 20px 30px 0;
	display:block;
	overflow:hidden;
}

#products h3 {
	margin:0.5em 0;
	text-align:right;
}

#products h3 a {
	float:left;
}

#products p {
	margin:0;
}

/* GALLERY
--------------------------------------------------------------------------------------------------------*/

#gallery {
	width:600px;
	margin:0px 0 0 10px;
	float:left;
}

#gallery li {
	float:left;
	width:180px;
	height:165px;
	padding:10px;
	display:block;
	overflow:hidden;
}

#gallery li:hover {
	background:url(../images/gallery.png) no-repeat left top;
	color:#fff;
}

#gallery p {
	margin:3px 0;
	text-align:center;
}

/* ASIDE
--------------------------------------------------------------------------------------------------------*/

aside {
	float: right;
	width: 280px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
}

aside h2 {
	margin:0;
}

aside ul {
	padding-top: 2px;
}
aside li {
	margin-top: 10px;
}

#submenu li a {
	border-bottom:1px solid #e0dad5;
	display:block;
	padding:10px 10px 10px 30px;
	background:url(../images/submenu.gif) no-repeat 10px 12px;
	color:#2c2017;
	font-size:16px;
}

#submenu li a:hover {
	color:#87796c;
}

#specials, #awards, #cards {
	margin:40px 0;
}

#comments {
	padding-top:30px;
}

#comments a {
	font-weight:bold;
}

#flickr {
	padding-top:30px;
}

#flickr h2 {
	margin-bottom: 20px;
}

#flickr img {
	margin: 0 7px 5px 0;
}

/* CONTACT FORM
--------------------------------------------------------------------------------------------------------*/

form {
	margin:30px 0;
}

form li {
	margin:10px 0;
}

form label {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 2px;
}

form input, form textarea {
	border: 1px solid #CCCCCC;
	width: 400px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	margin-bottom: 10px;
}

form input[type=checkbox] {
	width:auto;
	float:left;
	margin:0 10px 20px 0;
	position:relative;
	top:3px;
}

form input[type=submit] {
	width:auto;
	float:right;
	border:1px solid #ab9b8d;
	font-size:9px;
	color:#1f150f;
	text-transform:uppercase;
	text-shadow:1px 1px rgba(255,255,255,0.4);
	border:1px solid #d5cdc6;
	padding:7px 20px;

	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #b4a9a0 0%, #a4978d 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #b4a9a0 0%, #a4978d 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #b4a9a0 0%, #a4978d 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b4a9a0), color-stop(1, #a4978d));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #b4a9a0 0%, #a4978d 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #b4a9a0 0%, #a4978d 100%);
}

/* PARTNERS
--------------------------------------------------------------------------------------------------------*/

#partners {
	height: 90px;
	width: 914px;
	position: relative;
	background-image: url(../images/carusel.jpg);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 32px;
	padding-bottom: 0;
	padding-left: 32px;
}

#partners .prev, #partners .next {
	position: absolute;
	top: 0;
	width: 30px;
	height: 90px;
	display: block;
	text-indent: -9999px;
}

#partners .prev {
	left: 0;
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000;
}

#partners .next {
	right: 0;
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000;
}

#partners .carousel {
	position: absolute;
	left: 30px;
	top: 0;
	width: 920px;
	height: 90px;
}

#partners li {
	background: url(../images/partners-separator.png) no-repeat left top;
	height: 90px;
	padding-left: 2px;
	width: 228px;
	float: left;
}

#partners a {
	display:block;
	width:100%;
	text-align:center;
}




/* REVIEWS
--------------------------------------------------------------------------------------------------------*/

.reviews li {
	display:block;
	width:200px;
	padding:0 35px;
	background:url(../images/quote.png) no-repeat left top;
}

.reviews p.review {
	color:#d3c7ba;
	height:130px;
	overflow:hidden;
}

.reviews p.author {
	color:#fff;
	text-align:right;
}

/* PRE-FOOTER
--------------------------------------------------------------------------------------------------------*/

#prefooter {
	background:url(../images/prefooter.png) no-repeat left top;
	width:980px;
	height:280px;
}

#prefooter section {
	float:left;
	width:27.33%;
	padding:0 3%;
}

#prefooter h2 {
	color:#9e9389;
	font-size:16px;
	text-align:center;
}

/* NEWS
--------------------------------------------------------------------------------------------------------*/

.news li {
	height:70px;
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}

.news .date {
	background:url(../images/calendar.png) no-repeat left top;
	color:#fff;
	float:left;
	font-size:9px;
	font-weight:bold;
	height:45px;
	margin-top:3px;
	width:36px;
	text-align:center;
	text-transform:uppercase;
}

.news .month {
	padding:4px 0;
	line-height:1em;
}

.news .day {
	color:#4d3e33;
	font-size:24px;
	padding:1px 0;
	line-height:1em;
	text-shadow:#e4dcd5 1px 1px;
}

.news .article {
	color:#d3c7ba;
	float:right;
	width:221px;
}

.news h3 {
	font-size:13px;
	text-transform:none;
	margin:0;
}

.news h3 a {
	color:#fff;
	text-decoration:none;
}

.news h3 a:hover {
	text-decoration:underline;
}

.news p {
	margin:0;
}

/* TWEETER FEED
--------------------------------------------------------------------------------------------------------*/

.twtr-widget, .twtr-widget p, #twtr-widget-1 p, .twtr-widget em {
	font-family:Arial, Helvetica, sans-serif!important;
	font-size:12px!important;
	line-height:1.5em!important;
}

.twtr-widget .twtr-tweet-wrap {
	padding:0!important;
}

#twtr-widget-1 .twtr-tweet em a {
	color:#43372d!important;
	font-weight:normal!important;
}

#twtr-widget-1 .twtr-tweet a {
	font-weight:bold;
}

.twtr-hd, .twtr-ft {
	display:none;
}

.twtr-widget .twtr-tweet {
	border:0!important;
	padding-bottom:15px;
}

/* FOOTER
--------------------------------------------------------------------------------------------------------*/

footer {
	width: 100%;
	color: #CCCCCC;
	background: url(../images/footer.png) no-repeat center top;
	text-align: center;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

footer li {
	display:inline;
	margin:0 10px;
}





#jugador1{
	float: left;
	background-color: transparent;
}

	#jugador1 .player{
	float: left;
	border: 1px solid #171717;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	background-image: url(../images/fondos/black70.png);
	background-repeat: repeat;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-left: 20px;
	margin-right: auto;
	width: 755px;
	height: 260px;
	}
	
	
#jugador2{
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}

	#jugador2 .player{
	float: left;
	border: 1px solid #171717;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	width: 370px;
	background-image: url(../images/fondos/black70.png);
	background-repeat: repeat;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
	padding-left: 20px;
	height: 260px;
	}
	
.foto{
	width: 190px;
	height: 260px;
	float: right;
	border-bottom-radiu: 6px
	}







#jugadores{
	float: left;
	width: 978px;
	background-image: url(../images/fondos/estadio_3.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

	#jugadores .Contenido{
	float: left;
	border: 1px solid #171717;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	width: 860px;
	background-image: url(../images/fondos/black70.png);
	background-repeat: repeat;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: auto;
	}
	
		#jugadores .Contenido h2{
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0px #7d2b16;
		}
		
		
		#contact{
			float: left;
			list-style:none;
			margin: 0 0;
			width: 470px;
		}
		
#contact li{
	float: left;
	margin:0 0 5px 0;
	padding: 0 0 5px 0;
    position: relative;
    width: 470px;
    border-bottom: 1px solid #595959;
}
#contact li .text{
	float: left;
	padding: 5px 10px;

	text-indent: 5px;
	width: 80px;
}
#contact li .required{
	margin: 0 0 0 10px;
}
#contact li .wpcf7-form-control-wrap{
}
#contact li .wpcf7-form-control-wrap input, #contact li .wpcf7-form-control-wrap textarea{
	background: url(images/bg-Black50.png) repeat;
	border:solid 2px #a8a8a8;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px;
	color: white;
	float: left;
	padding: 5px 10px;
	width: 310px;

	margin:0;
}
#contact li .wpcf7-form-control-wrap input:focus, #contact li .wpcf7-form-control-wrap textarea:focus{
	background: url(images/bg-White50.png) repeat;
}
#contact li .wpcf7-form-control-wrap textarea{
	line-height: 18px;
    padding: 5px 10px 5px 10px;
	height: 70px;
}
#contact li#message{
	min-height: 90px;
}
#contact li#submit input{
	background:#09b2f3;
	border: none;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px;
	color: white;
	display:block;
	margin:10px 30px 0 330px;
	padding:10px 25px;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 0 #09b2f3;
	text-transform:uppercase;
	
}
#contact li#submit input:hover{
	background:#69d2f9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b2f3', endColorstr='#69d2f9');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#09b2f3), to(#69d2f9));
	background: -moz-linear-gradient(top, #09b2f3, #69d2f9);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	-o-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	color:#06506c;
	text-shadow:0 1px 0 rgba(255,255,255,.25);
	text-transform:uppercase;
	cursor:pointer;
}
div.wpcf7-validation-errors {
    clear: left;
}

#infojugador {
	width: 380px;
	float: left;
	padding-top: 25px;
	padding-left: 20px;
}	


	#jugador2 .player{
	float: right;
	border: 1px solid #171717;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	width: 265px;
	background-image: url(../jugadores/sergio2.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	height: 175px;
	margin-bottom: 10px;
	background-position: center;
	}
	

#jugador3{
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}
	
	#jugador3 .player{
	float: right;
	border: 1px solid #171717;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	width: 265px;
	background-image: url(../jugadores/moya2.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	height: 175px;
	margin-bottom: 10px;
	background-position: center;
	}
	
#jugador4{
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}
	
	#jugador4 .player{
	float: right;
	border: 1px solid #171717;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	width: 265px;
	background-image: url(../jugadores/maximiliano2.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	height: 175px;
	margin-bottom: 10px;
	background-position: center;
	}
	
#jugador5{
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}
	
	#jugador5 .player{
	float: right;
	border: 1px solid #171717;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	width: 265px;
	background-image: url(../jugadores/joe2.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	height: 175px;
	margin-bottom: 10px;
	background-position: center;
	}
	

#jugador6{
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}
	
	#jugador6 .player{
	float: right;
	border: 1px solid #171717;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	width: 265px;
	background-image: url(../jugadores/cornejo2.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	height: 175px;
	margin-bottom: 10px;
	background-position: center;
	}


#jugador7{
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}
	
	#jugador7 .player{
	float: right;
	border: 1px solid #171717;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	width: 265px;
	background-image: url(../jugadores/carlos2.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	height: 175px;
	margin-bottom: 10px;
	background-position: center;
	}
	
#jugador8{
	float: right;
	margin-right: 30px;
	margin-top: 10px;
	text-align: center;
}
	
	#jugador8 .player{
	color: #FF6600;
	float: right;
	border: 1px solid #171717;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	width: 265px;
	background-image: url(../jugadores/bravo2.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	height: 175px;
	margin-bottom: 10px;
	background-position: center;
	}
	.player a {
	color: #FF9900;
}

	.player a:hover {
	color: #FF6600;
}
	
#jugador9{
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}
	
	#jugador9 .player{
	float: left;
	border: 1px solid #171717;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	width: 265px;
	background-image: url(../jugadores/alvaro2.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	height: 175px;
	margin-bottom: 10px;
	background-position: center;
	}
	
#jugador10{
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}
	
	#jugador10 .player{
	float: right;
	border: 1px solid #171717;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	width: 265px;
	background-image: url(../jugadores/gabriel2.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	height: 175px;
	margin-bottom: 10px;
	background-position: center;
	}
	
#jugador11{
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}
	
	#jugador11 .player{
	float: right;
	border: 1px solid #171717;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	width: 265px;
	background-image: url(../jugadores/nicolas2.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	height: 175px;
	margin-bottom: 10px;
	background-position: center;
	}

#jugador12{
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}
	
	#jugador12 .player{
	float: right;
	border: 1px solid #171717;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	width: 265px;
	background-image: url(../jugadores/diego2.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	height: 175px;
	margin-bottom: 10px;
	background-position: center;
	}	
#jugador13{
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}
	
	#jugador13 .player{
	float: right;
	border: 1px solid #171717;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	width: 265px;
	background-image: url(../jugadores/jorge2.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	height: 175px;
	margin-bottom: 10px;
	background-position: center;
	}		
/* Menu 3 Categoria
--------------------------------------------------------------------------------------------------------*/

#menu-categoria{
	float: right;
	margin-right: 30px;
	margin-top: 10px;
	height: 500px;
	width: 850px;
}
	
	#menu-categoria li{
	float: left;
	border: 1px solid #171717;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	width: 280px;
	background-image: url(../jugadores/gabriel.jpg);
	background-repeat: no-repeat;
	height: 400px;
	background-position: center;
	text-align: center;
	font-size: 20px;
	}
	
	#menu-categoria .menu2{
	float: left;
	border: 1px solid #171717;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	width: 239px;
	background-image: url(../jugadores/gabriel.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	height: 160px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-position: center;
	}
	
	#menu-categoria .menu3{
	float: left;
	border: 1px solid #171717;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	width: 239px;
	background-image: url(../jugadores/gabriel.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	height: 160px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-position: center;
	}



#sponsor{
	float: left;
	height: 90px;
	width: 978px;
	background-image: url(../images/sponsor.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* Contact page ------------------------------------------------------------- */
.page-contacts {}

    .contacts-map,
    .contacts-about {
        margin-bottom: 40px;
    }

        .contacts-map .gmap-holder {
            width: 594px;
            height: 300px;
        }
