/* ------ESTRUCTURA WEB ------- */

* {
	margin-left: 0;
	padding-left: 0;
}

body{
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color:#333333;
	margin: 0;

}

input,textarea,select{
	border:1px solid #cccccc;
}

input[type="submit"]{
	cursor:pointer;
}

#wrap{

	margin: 0 auto;
	background-color:#FFFFFF;
	text-align:left;
	width:900px;
}

a{
	color:#666666;
}

a:hover{
	color:#E60024;
}

#home_descrip{
	display: none;	
}

#header{
	width:900px;
	margin:auto;
	margin-top:10px;
	margin-bottom:33px;
	height:155px;
	background: url(/images/web/header1.gif) bottom no-repeat;
	text-align:left;
	font-size:10px;
	z-index:10;
}
#header a{
	color: #000;
	text-decoration: none;	
}

#tit_left{
	position:absolute;
	margin-top:160px;
}

#tit_rigth{
	position:absolute;
	margin:165px 0 0 738px;
}






#menu{
	height: 32px;
}

#nav { list-style:none; }
#nav li { 
	float:left;
}

#nav li a {
	 display:block;
	 text-decoration:none;
	 color: #787878;
	 background-color: #C1C1C1;
	 font-weight:bold;
	 font-size: 11px;
	 font-weight: bold;
	 width: 115px;
	 margin-right: 3px;
	 padding: 8px 0px 7px 6px;
}

#nav li a:hover { 
	color:#FFFFFF;
	background-color:#E60024;
}

/* Submenu */
#nav ul.submenu {
	display: none;
	position:absolute;
	list-style:none;
	border-top: 4px solid #FFFFFF;
}

#nav ul.submenu li {
	 float:none; 
	 background-image:none;
}

#nav ul.submenu li a {
	font-weight: normal; 
	margin-right: 0px;
	border-bottom: 2px solid #B7B6B6;
}





#contenedor{
	width: 900px;
	background: url(/images/web/background-contenedor.gif) center repeat-y;
	overflow: auto;
	margin-bottom: 50px;
}

#content_left{
	float: left;
	width: 134px;
	padding: 11px;
	padding-top: 25px;
	background-color: #c1c1c1;
}

#content_right{
	float: left;	
	width: 731px;
	padding: 5px;
	margin-left: 3px;
	background-color: #EEEEEE;
}




#footer{
	font-size: 10px;
	font-family: Arial;
	color: #666666;
	width: 900px;
	height: 60px;
	border-top: 2px solid #F1EDEE;
	/*padding-left: 130px;*/
	text-align: center;
	padding-top: 20px;
}

#footer a{
	color: #666666;
	text-decoration: none;	
}

/* ------ESTRUCTURA WEB ------- */


/* ------VARIOS ------- */
.pagina_documento{
	width: 80%;
	line-height: 17px;
	margin:auto;
}

.aviso{
	margin: auto;
	width: 70%;
	padding: 9px;
	font-size: 13px;
	border: 1px solid #e4e4e4;
	background-color: #FEFFA1;
}

.opcional{
	color: #F6A800;
	font-style: italic;
}

.error_span{
	color: red;
	display: none;
}


#tit_cod_particip{
	margin: 0;
	padding: 0;
}

#tit_cod_particip ul {
	list-style: none;
	margin-top: 5px;
	padding: 0;
}

#tit_cod_particip ul li a{	
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #767676;
}

#tit_cod_particip ul li a:hover{	
	color: #E60024;
}


/* ---- PROMOTORES ----- */
#black_screen {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	z-index: 95;
}


#ficha_promotor {
	display: none;
	position: absolute;
	left: 50%;
	width: 930px;
	height: 640px;
	margin-left: -482px;
	z-index: 100;
	background-color: #FFFFFF;
	padding: 10px;
	border: 5px solid #FFFFFF;
	font-size: 14px;
	overflow: auto;
	text-align:left;
}

#ficha_promotor #promo_close_window{
	float: right;
	width: 60px;
	height: 60px;
	margin: -10px -10px 0 0;
	background: url(/images/close.png) left no-repeat;
	cursor: pointer;
}

#agencias_destacadas_titulo{
	padding-right:20px;
	background: url(/images/web/arrow_down.gif) right no-repeat;
	font-weight: bold;
	font-size:13px;
	cursor:pointer;
}

#agencias_destacadas{
	border:1px dotted #000;
	margin-top:4px;
	padding:15px;
	display:none;
}

#tbl_patrocinadores{
	width:100%;
	border:0;	
}

#tbl_patrocinadores tr td{
	margin:0;
	padding:0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	width: 290px;
}

#tbl_patrocinadores img{
	cursor:pointer;
}

#agencias_destacadas ul{
	margin: 0;
	padding: 2px;
	list-style: none;
}

#agencias_destacadas ul li{
	margin-top: 10px;
	cursor: pointer;
}


.anio{
	color: #e60023;
	font-weight: bold;
	font-size: 13px;
}

.hand{
	cursor:hand;
}


<!-- SLIDER -->
/*Adaptado por Twisterizo & JJLLNN*/
#qtlbar{background-color:#ECECEC;opacity: 0.25;
position: absolute;}#qtlbar:hover{opacity: 0.9;}
img.qtl{border:0;display:inline;width:16px;height:16px;padding:4px;cursor:pointer;
}img.qtl:hover{background-color: #999999;}div.close-button:hover{background-position: -28px 0;}

.tab {
background: url(/images/tabs/tab_b.png) repeat-x 0 0;
height:42px;
position:relative;
top:0;
z-index:4;}
/*Adaptado por Twisterizo & JJLLNN*/
.tab ul.login li.left {
background: url(/images/tabs/tab_l.png) no-repeat left 0;
height: 42px;
width: 30px;
padding: 0;
margin: 0;
display: block;
float: left;}


.tab ul.login {
display: block;
position: relative;
float: right;
clear: right;
height: 42px;
width: auto;
font-weight: bold;
line-height: 42px;
margin:0;
right:150px;
color:white;
font-size:120%;
text-align:center;}

.tab ul.login li.right {
background: url(/images/tabs/tab_r.png) no-repeat left 0;
height: 42px;
width: 30px;
padding: 0;
margin: 0;
display: block;
float: left;}

.tab ul.login li {
text-align: left;
padding: 0 6px;
display: block;
float: left;
height: 42px;
background: url(/images/tabs/tab_m.png) repeat-x 0 0;}


.tab ul.login li a {color: #15ADFF;}

.tab a.open, .tab a.close {
height: 20px;
line-height: 20px !important;
padding-left: 30px !important;
cursor: pointer;
display: block;
width: 100px;
position: relative;
top: 11px;
}

.tab a.open {background: url(/images/tabs/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(/images/tabs/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(/images/tabs/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(/images/tabs/bt_close.png) no-repeat left -19px;}

#toppanel {position: absolute;  
/*position: relative;*/
top: 0;
width: 100%;
z-index:2;
text-align: center;
margin-left: auto;
margin-right: auto;}

#panel {
width:100%;
height:600px;
color:#999999;
background:#fff;
overflow:hidden;
position:relative;
z-index:10;
display:none;}
