/*
Theme Name: Chile Tenis v 1.0
Theme URI: www.global3.cl
Version: 1.0
Author: Francisco Aldana - Global3.cl
Author URI:http://panchoaldana.info -  http://www.global3.cl

*/

@import "css/reset.css";
@import "css/layout.css";

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

}

a{text-decoration: none;}
p{line-height: 130%;}
.pad{
    padding: 20px 0;
}
body{font-family: Helvetica, sans-serif;font-size: 14px;font-weight: lighter}
/*TEXTOS*/

h1,h2,h3,h4{
    font-family: 'BebasNeueRegular';
    color: #444;
    text-shadow: 0 1px 0 #fff;

}


h1{font-size: 34px;}
h2{font-size: 30px;}
h3{font-size: 26px;}
h4{font-size: 22px;}


*{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/**********************Estructuras*************************
**********************************************************/
.center{
    width: 1000px;
    margin: 0 auto;
}
.centerInfo{
    width: 100%;
    height: 333px;
    background: url(img/centerBg.jpg) repeat-x;
    padding: 20px 0;

}

/************************HEADER**************************
*********************************************************/

.logo {
    display: block;
    float: left;
    margin-right: 40px;
    padding: 10px 0;
}

header nav{
    width: 100%;
    height: 40px;
    background: url(img/menuBg.jpg) repeat-x;
}

.menu{
    display: table;
}

.menu li {
    float: left;
    height: 100%;
}

.menu a {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    padding: 11px 27px 9px;
    width: 100%;
    font-family: 'BebasNeueRegular';
    color: #fff;
    text-shadow: 0 2px 0 #000;
    font-size: 20px;
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.4) inset;
}

.menu a:hover, .current-menu-item a, .current_page_ancestor a{
    background: rgba(0,0,0,0.4);
}

.current-menu-ancestor {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
}

.sub-menu{
    display: none;
    position: absolute;
    z-index: 99999;
}

.sub-menu li{
    float: none;
    background: rgba(0,0,0,0.85);
}

.sub-menu a{
    font-size: 16px;
    box-shadow: none;
}

.sub-menu li a:hover{
    background: url(img/menuBg.jpg) repeat-x;
    background-color: transparent;
}

.menu li:hover > .sub-menu{
    display: block;
}

/*SLIDER*/
.slider{
    background: #fff;
    padding: 10px;
    height:293px; 
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.33);
}
/*NOTICIAS*/

.noticias h2 {
    background: url("img/centerBg.jpg") repeat-x scroll 0 0 transparent;
    font-size: 34px;
    padding: 10px 10px 5px;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.33);
    margin-bottom: 10px;
}

.middleSection{

    background: #226fbc;
    background: -moz-linear-gradient(top,  #226fbc 0%, #003384 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#226fbc), color-stop(100%,#003384));
    background: -webkit-linear-gradient(top,  #226fbc 0%,#003384 100%);
    background: -o-linear-gradient(top,  #226fbc 0%,#003384 100%);
    background: -ms-linear-gradient(top,  #226fbc 0%,#003384 100%);
    background: linear-gradient(to bottom,  #226fbc 0%,#003384 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#226fbc', endColorstr='#003384',GradientType=0 );
    padding-bottom: 30px;
    padding-top: 30px;
    box-shadow: inset  0 9px 4px -3px rgba(0,0,0,0.3);
}

.seguir {
    background: #226fbc;
    background: -moz-linear-gradient(top,  #226fbc 0%, #003384 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#226fbc), color-stop(100%,#003384));
    background: -webkit-linear-gradient(top,  #226fbc 0%,#003384 100%);
    background: -o-linear-gradient(top,  #226fbc 0%,#003384 100%);
    background: -ms-linear-gradient(top,  #226fbc 0%,#003384 100%);
    background: linear-gradient(to bottom,  #226fbc 0%,#003384 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#226fbc', endColorstr='#003384',GradientType=0 );
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin: 15px 0 5px;
    padding: 5px;
    text-align: center;
    text-shadow: 0 1px 0 #000000;
}

.seguir:hover{
    color: #001C38;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

.PostImp {
    background: #ECECEC;
    margin-bottom: 10px;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.33);
    padding: 10px;
    
}

.sideBlock{
    background: #ECECEC;
    margin-bottom: 10px;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.33);
}

.PostImp:last-child {
    margin-right: 0;
}

.date{
    font-size: 12px;
    color: #777
}

.PostImp img {
    border: 9px solid #FFFFFF;
    display: block;
    margin: 10px 0;
}


.postLast{
    background: #ECECEC;
    padding: 10px;
}

.postUlt{
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    min-height: 130px;
}

.postUlt:nth-child(n+3){
    
    border-bottom: 0 none;
}

.postUlt:nth-child(even){
    margin-right: 0;
    
}

.postUlt img {
    border: 5px solid #FFFFFF;
    display: block;
    float: left;
    margin-right: 12px;
}


/*FOOTER*/

.mainFoot{
    background: #a90329;
background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%);
background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%);
background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%);
background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
box-shadow: inset  0 9px 4px -3px rgba(0,0,0,0.3);
}

/*Paginas*/

.pageInfo {
    padding: 20px 30px;
    min-height: 915px;
}

.pageInfo h1 {
    margin-bottom: 20px;
}

.pageInfo p{
    line-height: 150%;
}

.pageInfo > ul {
    color: #333333;
    line-height: 120%;
    list-style: square outside none;
    padding-left: 20px;
    text-shadow: 0 1px 0 #FFFFFF;
}

.pageInfo li{
    
    margin-bottom: 20px;
}

.pageInfo img {
    border: 9px solid #FFFFFF;
    display: block;
    height: auto;
    margin: 10px 0;
    max-width: 100%;
}

.turnos {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

.turnos thead td {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 1px 0 #000000;
    background: url("img/menuBg.jpg");
}

.turnos tbody td{
    
    background: #fff;
}

.turnos td {
    padding: 10px;
    text-align: center;
    width: 20%;
}


b , strong {
    font-weight: bold;
}


.campeo {
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.campeo img {
    border: 3px solid #FFFFFF;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.33);
    display: block;
    float: left;
    height: auto;
    margin-right: 10px;
}

.campeo a {
    color: #FFFFFF;
    display: block;
    text-shadow: 2px 2px 0 #000000;
}

.campeo h4 {
    bottom: 10px;
    left: 10px;
    position: absolute;
    width:90%;
}
.rotuloBg{
    
    background: url("img/centerBg.jpg") repeat-x scroll 0 0 transparent;
    padding: 10px 10px 5px;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.33);
}

.sideBarBlock{
    margin-bottom: 10px;
    padding: 10px;
    overflow: hidden;
}

.attachment-jugador {
    border: 7px solid #FFFFFF;
    float: left;
    margin-right: 10px;
}

.jugador h4{
    margin-bottom: 5px;
}
.jugador p{
    font-size: 12px;
}

/*Ranking*/

.rankingSide tbody th {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 12px;
    padding: 5px;
}


.rankingSide thead th {
    background: url("img/menuBg.jpg") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding: 6px;
    text-shadow: 0 1px 0 #000000;
}

.pageInfo h2 {
    margin-bottom: 20px;
}

#slidePage{
    float: left;
    position: relative;
    z-index: 100;
    width: 600px;
    height: 418px;
    margin-bottom: 20px;
}

#slidePage .slides_container {
    float: left;
    height: 418px;
    overflow: hidden;
    position: relative;
    width: 600px;
}

.slidesP img {
    margin: 0;
    
}

#slidePage .slidesP{
    height: 418px;
    width: 600px;
}

#slidePage .pagination {
    float: right;
    margin: 0 auto;
}

.contacto .wpcf7-submit {
    
    background: url("img/menuBg.jpg") repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-family: helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #000000;
    cursor: pointer;
}

.contacto .wpcf7-submit:hover {
color: #001C38;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

.ajax-loader{
    /*display: none !important;*/
}

.descarga thead td {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 1px 0 #000000;
    background: url("img/menuBg.jpg");
    background-size: contain;
}

.descarga {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

.descarga tbody td{
    
    background: #fff;
}

.descarga td {
    padding: 10px;
    text-align: left;
}

.PostImp h3 a, .postUlt h4 a {
    color: #226FBC;
}

.btnDown {
    background: url("img/descarga.jpg") no-repeat scroll right center transparent;
    color: #0C60B6;
    display: block;
    font-weight: bold;
    padding: 9px;
    width: 118px;
}

.info {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.2) inset;
    color: #470110;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 180%;
    margin: 20px;
    padding: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
}

.info a{
    color: #470110;
}

.sponsor {
    float: left;
    margin: 10px 0;
}

.sponsor li {
    float: left;
    margin-right: 15px;
}

.mainFoot .logo {
    display: block;
    float: left;
    margin-right: 0;
    padding: 10px 0;
    margin-top: 20px;
}

.row > span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 30px;
}

.mainHead {
    position: relative;
}

#buscador {
    float: right;
    margin-top: 9px;
}

.searchInput {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #CCCCCC;
    border-radius: 18px 18px 18px 18px;
    color: #999999;
    font-size: 12px;
    padding: 6px;
    width: 210px;
}

#searchsubmit {
    background:url(img/searchInput.png) no-repeat 0 0 #1163b7;
    border-radius: 30px 30px 30px 30px;
    display: inline-block;
    float: right;
    height: 30px;
    margin-left: 5px;
    text-indent: -9999px;
    width: 30px;
}

.pagin {
    clear: both;
    margin: 20px 0;
}
.page-numbers {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 5px;
    padding: 5px 10px;
    text-align: center;
}

.page-numbers.current {
    background: none repeat scroll 0 0 #1869b8;
}

.buscadorPage {
    margin: 20px auto;
    width: 41%;
}
/*CAtegorias*/
.postCat {
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 1px 0 0 #FFFFFF;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 0 20px;
}

.thumbCate {
    float: left;
    margin-right: 20px;
}

.thumbCate img {
    margin: 0;
}

.postCat h2{
    margin-bottom: 5px;
}
.postCat h2 a{
    color: #226FBC;
}

.postCat p{
    font-size: 13px;
}

.postCat span{
    margin-bottom: 20px;
    display: block;
}

/*GALERIA*/

.galery-thumb{
    padding: 0 !important;
}
.galery-thumb li {
    float: left;
    list-style: none outside none;
    margin-right: 10px;
}

.galery-thumb li img{
    display: block;
    margin: 0;
}

.foot{
    position: relative;
}

.foot span {
    bottom: 10px;
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    right: 0;
}

.foot span a{
    color: #fff;
}

.postLast .seguir {
    clear: both;
    padding: 10px 0;
}

.campeonatos h3{
    margin-bottom: 10px;
}

.links img{
    width: 100%;
    height: auto;
    border: 5px solid #fff;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.33);
    display: block;
    margin-bottom: 10px;
    
}

.headWrap{
    
    position: relative;
}


.face {
    background: url(img/face.png) no-repeat scroll 7px 4px #1163B7 ;
    box-shadow: 0 5px 2px -2px rgba(0, 0, 0, 0.3);
    padding: 10px 10px 10px 40px;
    position: absolute;
    right: 0;
    top: 0;
}

.face a {
    color: #FFFFFF;
    display: block;
    font-family: 'BebasNeueRegular';
    font-size: 18px;
    text-shadow: 0 2px 0 #000000;
}