/* ------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;
}
#header a{
	color: #000;
	text-decoration: none;	
}

#tit_left{
	float: left;	
}

#tit_rigth{
	float: right;	
}






#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;
	cursor: pointer;
	font-size: 13px;
}

#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;
}