/*FONTS*/
	@font-face {
		font-family: 'wpt';
		src: url('../fonts/tade_bold.eot');
		src: url('../fonts/tade_bold.eot?#iefix') format("embedded-opentype"), url('../fonts/tade_bold.ttf') format("truetype"), url('../fonts/tade_bold.woff') format("woff"), url('../fonts/tade_bold.svg#tade_bold') format("svg");
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'wpt_cond';
		src: url('../fonts/tade_cond_b.eot');
		src: url('../fonts/tade_cond_b.eot?#iefix') format("embedded-opentype"), url('../fonts/tade_cond_b.ttf') format("truetype"), url('../fonts/tade_cond_b.woff') format("woff"), url('../fonts/tade_cond_b.svg#tade_cond_b') format("svg");
		font-weight: normal;
		font-style: normal;
	}
/*END FONTS*/

/*GLOBAL STYLES*/
    html,
    body {
    	font-family: 'wpt', Arial, Helvetica, sans-serif;
        height: 100%;
    }
    body {
        color: #fff;
        font-size: 100%;
        background-color: #011C37;
        padding: 10px 0;
    }
    a {
        color: #fff;
    }
    a:hover, a:active, a:focus {
        color: #f90;
        text-decoration: none;
    }
    hr {
        border-top: 1px solid #ddd;
    }
    label {
        margin-bottom: 0px;
        font-weight: normal;
    }
    .align-center {
        text-align: center !important;
    }
    .align-right {
        text-align: right !important;
    }
    .align-left {
        text-align: left !important;
    }
    .align-justify {
        text-align: justify !important;
    }
    .margin-center {
        margin: auto !important;
    }
    .uppercase {
    	text-transform: uppercase;
    }
    .no-padding {
    	padding: 0 !important;
    }
/*END GLOBAL STYLES*/

/*CONTENT*/
    .logos_top div{
        max-height: 120px;
        line-height: 100px;
    }
    img.logo_main,
    img.logo_add {
/*    	width: 100%;*/
        max-width: 150px;
        vertical-align: middle;
        margin: 0;
    }
     img.logo_add2 {    	
	    width: 100%;
        max-width: 99px;
        vertical-align: middle;
        margin-top: 20px;
    }
    .tournament {
        font-size: 5.3em;
        text-transform: uppercase;
        line-height: 1em !important;
        padding-top: 15px;
        text-align: center;
    }
    .sets {
        font-size: 3em;
        text-align: center;
        text-transform: uppercase;
        padding: 0px 0 0px;
    }
    .sets .set {
        font-size: 1.3em;
        text-align: right !important;
    }
    .team {
        min-height: auto;
        border-top: 2px solid #eee;
        border-bottom: 2px solid #eee;
    }
    .team .players div{
        border: none;
    }
    .team .players .name{
    	font-family: 'wpt_cond', Arial, Helvetica, sans-serif;
        font-size: 4.5em;
		/*font-size: 3.5em;*/
        text-transform: uppercase;
        padding-right: 5px;
    }
    .team .players .name div{
        line-height: 1;
		/*line-height: 1.2;*/
        width: 100%;
        margin-top: 10px;
    }
    .team .players .name .serve_dott {
        width: 20px !important;
        height: 20px;
        background-color: yellow;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        margin: 0 0 0 5px;
        display: inline-block;
        position: relative;
        left: -10px;
        bottom: 3px;
    }
    .team .set{
        border-left: 7px double #eee;
        border-right: 1px solid #eee;
    }
    .team .set,
    .team .point {
        color: #060D15;
        font-size: 10em;
		text-align: center;
        padding: 0;
    }
    .team .set div {
        border-right: none;
    }
    .team .set .set_on{
        color: #fff;
        text-shadow: 0px 0px 20px rgba(255,255,255,0.3);
    }
    .team .point {
        color: #D51625;
        text-shadow: 0px 0px 20px rgba(255,255,255,0.2);
    }
    .logos_bott {
        margin-top:1%; 
    }
	.divReloj{
		
		margin-top:18px;}
	.logos_bott .time {
        font-size: 5.9em;
        border: 2px solid #fff;
        padding: 0px 5px;
		margin-left:20px;
        }
		.logos_bott .time_txt {
        font-size: 3.5em;
        text-transform: uppercase;
	    margin-left: 1px;
	    position: relative;
	    top: 1px;
	    display: inline-block;
        }
    /*.logos_bott .time {
        font-size: 5.9em;
        border: 2px solid #fff;
        padding: 0px 5px;
		margin-left:20px;
		
    }*/
    /*.logos_bott .time_txt {
        font-size: 3.5em;
        text-transform: uppercase;
	    margin-left: 1px;
	    position: relative;
	    top: 1px;
	    display: inline-block;
    }*/
    .logos_bott img.logo_add {
        max-width: 150px;
    }
    .front_cover {
    	width: 100%;
    	height: 100%;
    	background: #011C37 url('../img/trama_master.jpg') no-repeat center center;
    	background-size:cover;
    	position: absolute;
    	top:0;
    	left:0;
    	z-index: 10;
    }
    .front_cover .cover_content {
	    position: absolute;
	    top: 50%;
	    margin-top: -25%;
    }
    .front_cover .cover_txt,
    .front_cover .cover_txt2 {
    	color: #fff;
        font-size: 6.5em;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0px 2px 7px #000;
        margin: 5% 0;
    }
    .front_cover .cover_txt2 {
        font-size: 5em;
    }
    .front_cover .cover_logo {
        text-align: center;
    }
    .front_cover .cover_logo img{
        width: 25%;
    }
/*END CONTENT*/

/*RESPONSIVE STYLES*/
	@media(min-width:1201px) {
		.logos_top div{
	        max-height: inherit;
	    }
		img.logo_main,
		img.logo_add {
	        max-width: 190px;
	    }
	    .tournament {
	    	font-size: 6em;
	        padding-top: 40px;
	    }
	    .sets {
		    padding: 1% 0;
		}
		.logos_bott .time {
        font-size: 5.9em;
        border: 2px solid #fff;
        padding: 0px 5px;
		margin-left:20px;
        }
		.logos_bott .time_txt {
        font-size: 3.5em;
        text-transform: uppercase;
	    margin-left: 1px;
	    position: relative;
	    top: 1px;
	    display: inline-block;
        }
		 img.logo_add2 {    	
	    width: 100%;
        max-width: 150px;
        vertical-align: middle;
        margin-top: 20px;
    }
    }
	@media(max-width:991px) {
        body {
            font-size: 63%;
			/*font-size: 75%;*/
        }
        .logos_bott {
            margin-top: 5px;
        }
		.logos_bott .time {
        font-size: 5.9em;
        border: 2px solid #fff;
        padding: 0px 5px;
		margin-left:20px;
        }
		.logos_bott .time_txt {
        font-size: 3.5em;
        text-transform: uppercase;
	    margin-left: 1px;
	    position: relative;
	    top: 1px;
	    display: inline-block;
        }
		img.logo_add2 {    	
	    width: 100%;
        max-width: 99px;
        vertical-align: middle;
        margin-top: 4px;
    }
	}

	@media(max-width:767px) {
        body {
            font-size: 40%;
        }
        .logos_top div{
            line-height: 1;
        }
        img.logo_main,
        img.logo_add {
            max-width: 70px;
        }
        img.logo_add2 {
            max-width: 70px;
        }		
        logo_add2 {
            max-width: 70px;
        }		
		
        .tournament {
    		padding-top: 10px;
		}
        .team .players{
            border-right: 2px solid #eee;
        }
        .team .players .name {
            min-height: 70px;
        }
        .team .players .name div {
            margin-top: 2px;
        }
        .team .players .name .serve_dott {
            width: 10px !important;
            height: 10px;
            margin: 8px 0 0 -5px;
            left: -5px;
            bottom: 0px;
        }
        .team .set{
            border-left: none;
        }
        .team .set div {
		    min-height: 70px;
		    line-height: 70px;
		}
        .logos_bott {
            margin-top: 15px;
        }
        .logos_bott img.logo_add {
            max-width: 70px;
        }
		.team .point {
		    min-height: 70px;
		    line-height: 70px;
		}
		.logos_bott .time {
        font-size: 2.9em;
        border: 2px solid #fff;
        padding: 0px 5px;
		margin-left:20px;
        }
        .logos_bott .time_txt {
        font-size: 2.5em;
        text-transform: uppercase;
	    margin-left: 1px;
	    position: relative;
	    top: 1px;
	    display: inline-block;
        }		

	}
	@media(max-width:480px) {
		.tournament {
		    font-size: 3em;
		}
		.logos_bott .time {
        font-size: 2.9em;
        border: 2px solid #fff;
        padding: 0px 5px;
		margin-left:20px;
        }
		.logos_bott .time_txt {
        font-size: 2.5em;
        text-transform: uppercase;
	    margin-left: 1px;
	    position: relative;
	    top: 1px;
	    display: inline-block;
        }
        img.logo_add2 {
            max-width: 70px;
        }		

		
	}
/*END RESPONSIVE STYLES*/