html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: black;
	font: 100% "Trebuchet MS",Verdana,Arial,sans-serif;
}
#cabecera{
	background: url(../imag/fondo-cabecera2.gif) repeat-x top;
	width: 100%;
	height: 60px;
}
#logo{
	float: left;
	background: url(../imag/logo2.gif) no-repeat top;
	width: 235px;
	height: 40px;
	margin: 0 0 0 2%;
	padding: 0;
	clear: both;
}
#menu{
	float: right;
	background-color: transparent;
	width: 320px;
	margin: 5px 15% 7px 3%;
}
#terminar_visita{
	float: right;
	background-color: transparent;
	width: 250px;
	margin: 5px 0 7px 0;
}
#contenedor{
	width: 100%;
	height: 100%;
   margin: 0;
	background: transparent;
}
#contenido{
	margin: 0 auto 0 auto;
	width: 980px;
	background-color: transparent;
}
#contenido_texto{
	margin: 10px auto 0 auto;
	padding: 10px 20px 10px 20px;
	border: 1px solid #990100;
	width: 70%;
	background-color: transparent;
}
#marco_rojo{
	margin: 10px auto 0 auto;
	padding: 10px 20px 10px 20px;
	border: 1px solid #990100;
	width: 70%;
	background-color: transparent;
}
#pie{ 
	bottom:0;
	width:100%;
	height:57px; 
	background-color: #AE1416;
	text-align: center;
	/*filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;*/
}
/*************Enlaces****************/
A.bot_artistas{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 0;
}
A.bot_artistas:hover{
	background: white;
	color: #778899;
	text-decoration: none;
}
A.bot_terminar{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 0;
}
A.bot_terminar:hover{
	background: white;
	color: #778899;
	text-decoration: none;
}
.enl_participante{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #8B0000;
	text-decoration: none;
}
.enl_participante:hover{
	color: #DCDCDC;
	text-decoration: none;
}

/*****Estilos textos*********/
.texto_blanco{
	font-size: 12px;
	color: White;
}
.texto_blanco14{
	color: White;
	font-size: 14px;
}
.texto_blanco16{
	color: White;
	font-size: 16px;
}
.texto_lista{
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
}
h1{
	font-size: 150%;
	color: #AE1416;
}