/* 
    Document   : home
    Author     : Mario Soto
    Description:
        Página de estilos de la página principal
*/

body{
    padding    : 0;
    margin     : 0;
    background : #000;
    text-align : center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size  : 10pt;
}

div.layout{
    border      : 0px solid black;
    width       : 1636px;
	margin: 0 auto 0 auto;
}
div.header{
    background: #ffffff;
    background-image : url('../img/header.home.png');
    background-repeat: no-repeat;
    width     : 800px;
    height    : 130px;
    padding   : 0;
    margin    : 0;
    clear: both;
}
div.menuizquierdo{
    background: #ffffff;
    width     : 200px;
    height    : 850px;
    padding   : 0;
    margin    : 0;
    float     : left;
}
div.contenido{
    background: #ffffff;
    width     : 600px;
    height    : 850px;
    padding   : 0;
    margin    : 0;
    float     : left;
    position  : relative;
}

div.corredor{
	width:1634px;
	height:636px;
	margin:0 auto 0 auto;
	background-repeat:no-repeat;
	background-position:top center;
	background: transparent;
	background-image: url('../img/corredor.png');
}

div.patrocinio0{
    width : 184px;
    height: 192px;
    background: transparent;
    background-image: url('../img/pat.home.0.png');
    background-repeat: no-repeat;
}
div.patrocinio1{
	width : 204px;
	height: 192px;
	background: transparent;
	background-image: url('../img/pat.home.1.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 609px;
	left: -200px;
}
div.patrocinio2{
    background: #ffffff;
    background-image : url('../img/pat.home.2.png');
    background-repeat: no-repeat;
    width     : 800px;
    height    : 100px;
    padding   : 0;
    margin    : 0;
    clear     : both;
    font-weight: 800;
    font-size: 0.8em;

}

div.videoHome{
    width     : 315px;
    height    : 250px;
    background: black;
    position  : absolute;
    top       : 400px;
    left      : 25px;
}

div.facebookbadge{
	width     : 315px;
	height    : 250px;
	position  : absolute;
	top       : 682px;
	left      : 3px;
}


div.tag{
    background  : #000000;
    color       : #85C700;
    text-align  : left;
    height      : 23px;
    font-size   : 1.3em;
    margin      : 0;
    clear       : both;
    padding-top : 8px;
    *padding-top : 0px;
    padding-left: 25px;
    clear       : both;
    width       : 775px;
    *width      : 800px;
}
#countdownSpan{
    background: #000000;
    color     : #ffffff;
    height    : 25px;
    width     : 25px;
    text-align: center;
    border    : 0;
    font-size : 16px;
    font-weight: 800;
    padding-top: 3px;
    margin-bottom: 5px;
}

span.cdCuadro{
    width            : 40px;
    height           : 28px;
    border           : 2px solid white;
    padding          : 3px;
    padding-bottom   : 2px;
    *padding-top    : 10px;
    *padding-left    : 5px;
    border-radius        : 5px;
    -moz-border-radius   : 5px;
    -ms-border-radius    : 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius : 5px;
    * border           : 0;
    * background-image : url('../img/roundedcorners.png');
    * background-repeat: no-repeat;
}

#link{ width:500px; height:25px; font-size:25px; font-family:Helvetica; margin:370px 0 0 420px;}
a:link {color:#8dd400; text-decoration:none;}
a:visited {color: #8dd400; text-decoration: none;}
a:hover, a:active, a:focus { color:#8dd400; text-decoration:underline;}
