/* CSS Document */
body {font-family:'trebuchet',Arial, Helvetica, sans-serif; text-align:center;}

#contenedor_total {padding:0px; margin-top:10px; width:920px; text-align:left;}
#col_izq {width:110px; float:left;}
#contenedor { width:800px; float:left; margin-top:28px;}
#top-index { width:800px; float:left; margin-bottom:7px;}
#top { width:800px; height:125px; float:left; margin-bottom:7px;}

.txt-banner-sup { font-size:22px; color:#FFFFFF; font-weight:bold; float:left;}

#bandita { width:800px; height:24px; float:left; border:0; margin-bottom:7px;}

#baner_x3 { width:780px; height:100px; float:left; background-color:#FABB00; padding:5px 10px; margin-bottom:7px;}
#baner_x3_izq { width:254px; height:100px; float:left; background-color:#FFFFFF; margin-right:9px;}
#baner_x3_cen { width:254px; height:100px; float:left; background-color:#FFFFFF; margin-right:9px;}
#baner_x3_der { width:254px; height:100px; float:left; background-color:#FFFFFF;}

#centro {width:800px; float:left;}
#centro_clasific {width:780px; float:left; padding:30px 10px 20px 10px;}
#centro_inscriptos {width:780px; float:left; margin:30px 10px 20px 10px; background:#F2F2F3 url(../img/bg-inscriptos.gif) bottom no-repeat;}
#centro_info { width:530px; float:left; padding:30px 60px 20px 60px; background-color:#FFFFFF;}
#centro-info_col-1 {width:260px; float:left; margin-right:10px;}
#centro-info_col-2 {width:260px; float:left;}

#col_int_der { width:150px; float:left; background-color:#FFFFFF;}

#logo { width:103px; height:115px; float:left; border:0;}
#bajada-logo { font-size:14px; width:100px; float:left; text-align:center; margin: 5px 0 8px 0; color:#FFFFFF;}
#menu-vertical { width:110px; float:left; display:block;}
.bot-menu-vert { width:110px; float:left; margin-bottom:2px; border:0px;}

.texto { font-size:12px; color:#666666; text-align:left; float:left; line-height:17px;}
.texto-blanco { font-size:12px; color:#FFFFFF;}
.texto-gris { font-size:12px; color:#333333;}
.destacado-verde { color:#00883C; font-size:14px; font-weight:bold;}
.destacado-naranja { color:#F6A800; font-size:14px;}
#linea-naranja { width:100%; height:5px; border-top: 1px dotted #F6A800; float:left;}

#pasar-pag { font-size:14px; color:#00883C; font-weight:bold; text-align:center; float:left; width:530px; margin-top:8px;}
#menu-pie { width:800px; height:17px; float:left; background-image:url(../img/bg_bot_pie.gif); margin-top:10px; text-align:center; padding-top:3px;}

#espacio-blanco { width:530px; float:left; }

.casillero { width:300px; margin-left:3px;}
.casillero-02 { width:350px; margin-left:3px;}


th { background-color:#F6A800; color:#333333; font-size:12px; text-align:center;}
.bg-amarillo { background-color:#fffbdb;}
.bg-naranja { background-color:#ffcc00;}
.bg-azul { background-color:#A2DAF4;}
.bg-celeste { background-color:#EBF7FC;}
.th-inscriptos { background-color:#00AAE7;}

.boton { background-color:#009EE0; color:#FFFFFF;}
.boton-verde { background-color:#00883C; color:#FFFFFF; border:none;}

a{color: #999999;}
a:visited{color: #00883C;text-decoration:none;}
a:hover{color:#333333;text-decoration:none;}
a:active{text-decoration:none;}
a:link{text-decoration:none;}



.elementoVisible {display:block;}
.elementoOculto {display:none;}
.linkContraido {
     cursor: pointer;
     width: anchopx;
	 color:#00883C;
	 font-weight:bold;
	 font-size:12px;
     [propiedades de los textos]
}
.linkExpandido {
     cursor: pointer;
     width: anchopx;
	 font-size:12px;
	 color:#666666; 
	 text-align:left; 
	 line-height:17px;
     [propiedades de los textos]
}


/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
float:left;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}


.shadow{
border:1px solid silver;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.05; /*firefox 1.5 opacity*/
-moz-opacity:0.05; /*mozilla opacity*/
-khtml-opacity:0.05; /*opacity*/
z-index:10
}
