/* banner _ top */
.banner{
	position: absolute;
	top: 0;
	left:0;
	visibility: visible;
}
/* FIN banner _ top */
body{
	text-align: center;
	font: 10px/1.6em "Verdana", sans-serif;
	padding: 25px 0;
	margin: 0;
	color: #666;
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: left top;
}
#boxmain{
	margin: 0px auto;
	text-align: left;
	background: #FFF url(images/corner.gif) no-repeat top right;
	width:550px;
	padding: 5px;
}
/* MENU--------------------------------------*/
#navigation{
	position: absolute;
	top: 130px;
	left: 52%;
	margin-left: 260px;
	background: #FFF url(images/nav.gif) no-repeat top right;
	width: 180px;
	padding: 5px;
	text-align: left;
}
#navigation ul{
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
}
#navigation ul li{
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation ul li a{
	display: block;
	color: #FFF;
	margin: 3px 0 1px 0;
	text-decoration: none;
	padding: 0 .9em ;
	font-weight: normal;
}
#navigation ul li a span{
	color: #ED2E38;
	font-weight: normal;
}	
#navigation ul li a:hover{
	color: #FFFFFF;
	background-color: #000000;
}
/* FIN MENU--------------------------------------*/
/* GENERALES----------------------------------*/
h1{
	background: #000000;
	color: #ED2E38;
	font-size: 19px;
	padding: 0 .5em;
	margin: 0;
	font-weight: normal;
	width: 75%;
}
h2{
	background: #1E2B4D;
	color: #FFF;
	padding: 1px .9em;
	margin: 1px .3em;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}
.texto{
	font: 10px "Verdana", sans-serif;
	color: #666;
}
.texto1 {
	color: #ED2E38;
	font-size: 13px;
	padding: 0 .5em;
	margin: 0;
	font-weight: normal;
	width: 75%;
}
.texto2 {
	color: #ED2E38;
	font-size: 12px;
	padding: 0 0.5em;
	margin: 0;
	font-weight: bold;
}
.mes{
	color: #ED2E38;
	font-size: 10px;
	font-weight: normal;
	background-color: #FBD0D2;
}
.dia{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-transform: none;
	background-color: #E8E8E8;
}
.hora{
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	margin: 2px;
}
.lugar{
	color: #666666;
	font-size: 10px;
	font-weight: bold;
}
a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:HOVER{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.artista{
	color: #ED2E38;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.artista:HOVER{
	color: #ED2E38;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
}
.artista2{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
}
.artista2:HOVER{
	color: #ED2E38;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.artista3{
	color: #ED2E38;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
}
.linea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 1px solid #666666;
}
hr {
	margin: 0px;
}

