/* CSS Document */


/* ------------------------------------- General -----------------------------------*/
HTML , body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0px;
padding: 0px;
border: 0px;

font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}

body{
	background-image:url("/img/fondo_gral.jpg");
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #222222;
}

th{
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	padding:3px;
	background-color: #7c9331;

}

td{
	border-bottom: 1px solid #dcdacc;
	background-color: #f4f4f4;
	color:#333333;
	padding:3px;
	font-size:100%;
	vertical-align: middle;
}


a{
	font-weight: normal;
	color:#206072;
	text-decoration:none;
}	

a:hover {
    color: #07c4f9;
	text-decoration:underline;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

img{
	margin:0px;
	padding:0px;
	border:0px;
}

/* ----------- Capas -------------*/
#contenedor{
	width:980px;
	margin: 0px auto 0px auto;	
	/*border: 1px solid #ff0000;*/
}

#antecabecera{
	width:900px;
	height: 22px;
	margin: 0px auto 0px auto;	
	padding-top:8px;
	text-align:right;
	color: #ffffff;
	text-transform: uppercase;	
	word-spacing: 20px;
}

#cabecera{
	width:900px;
	margin: 0px auto;
	/*border: 1px solid #ff0000;*/
}

#cab1{
	width:466px;
	background-image: url("/img/fondo_cab1n.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	height:300px;
}

#cab2{
	width:434px;
	background-image: url("/img/fondo_cab2n.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	height:300px;
}

#menu{
	clear: both;
	width:900px;
	height: 22px;
	margin: 0px auto 0px auto;	
	text-align:center;
	color: #ffffff;
	text-transform: uppercase;
	padding-top:8px;
}

#cuerpo{
	width:900px;
	padding-bottom: 10px;
	margin: 0px auto 0px auto;
	background-image:url("/img/fondo_cuerpo.png");
	background-repeat: repeat-x;
	background-position: top;
}

#cuerpo_tot{
	width:893px;
	float: left;
}

#cuerpo_iz{
	width:633px;
	float: left;
}

#cuerpo_der{
	width:260px;
	float: left;
	background-image:url("/img/fondo_calendario.png");
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 490px;
}

#cuerpo_der_sin{
	width:260px;
	float: left;
	/*border: 1px solid #ff0000;*/
}

#conten_gal{
	width:580px;
	padding:0px 0px 0px 40px;
	margin: 0px;
	float:left;
}

#cv{
	width:200px;
	background-image: url("/img/fondo_caja_cuerpo.gif");
	background-position: top;
	background-repeat: repeat-x;
	margin: 45px 0px 40px 0px;
	padding: 0px;
	border: 5px solid #ffffff;
}

#pie{
	width:900px;
	height: 120px;
	margin: 0px auto;
	background-color: #232323;
	clear: both;
}

#contenedor_destacado{
    width:400px;
	padding: 40px;
	margin: 10px;
	text-align: left;
    height: auto!important; /* para los browsers buenos */
    height: 400px; /* para IE5+ */
    min-height: 400px; /* para los browsers buenos */

}


/* ----------- Capas que se repiten -------------*/

.sub_cuerpo{
	width: 260px;
	float: left;
	padding-left: 40px;	
}

.caja_cuerpo{
	width: 230px;
	background-image: url("/img/fondo_caja_cuerpo.gif");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 0px 15px 15px 15px;
}

.caja_cuerpo2{
	width: 230px;
	padding: 0px 15px 15px 15px;
}



.sub_cuerpo_musica{
	width: 248px;
	float: left;
	padding-left: 40px;	
}

.caja_cuerpo_musica{
	width: 215px;
	background-color: #86a8b2;
	padding: 0px 15px 15px 15px;
	min-height: 270px;
}

.caja_cuerpo2_musica{
	width: 215px;
	background-color: #232323;
	padding: 0px 15px 15px 15px;
	min-height: 270px;
}

.caja_cuerpo3_musica{
	width: 215px;
	/*background-image: url("/img/fondo_caja_cuerpo.gif");
	background-position: top;
	background-repeat: repeat-x;*/
	background-color: #bcdd03;
	padding: 0px 15px 15px 15px;
	min-height: 270px;
}

.artist{
	width: 185px;
	color: #d3f777;
	padding: 10px 0px 0px 0px;
	text-transform: uppercase;
}

.track{
	width: 185px;
	border-bottom: 1px dotted #ffffff;
	color: #232323;
	padding: 3px 10px 3px 12px;
}

.caja_bio{
	 width:210px;
	 min-height: 50px;
	 padding: 15px 0px 0px 0px;
	 border-bottom: 1px dotted #ffffff;
}

.foto_bio{
	 float:left;
	 width:70px;
}

.dj{
	width: 140px;
	color: #dc0e59;
	text-transform: uppercase;
	float:left;
	padding-top: 3px;
}

.sesion{
	width: 195px;
	color: #07c4f9;
	padding: 10px 0px 0px 0px;
	text-transform: uppercase;
}

.sesion2{
	width: 202px;
	border-bottom: 1px dotted #ffffff;
	color: #ffffff;
	padding: 5px 10px 5px 0px;
}



.txt_pd{
	width:573px;
	float: left;
	padding: 0px 20px 0px 40px;
	line-height: 15px;
}

.form1{
	width:150px;
	float: left;
}

.form2{
	width:350px;
	float: left;
}

.cv1{
	width:70px;
	float: left;
}

.cv2{
	width:130px;
	float: left;
}

.txt_col1{
	width: 250px;
	float:left;
	padding-right: 40px;
}

.txt_col2{
	width: 270px;
	float:left;
}

.program{
	width: 230px;
	border-bottom: 1px dotted #444444;
}

.program1{
	padding: 15px 0px 10px 0px;
	width: 80px;
	float:left;
	font-family:georgia;
	font-size:11px;
	font-weight: normal;
	color: #d30801;
}

.program2{
	width: 140px;
	float:left;
	padding: 15px 0px 10px 10px;
	color: #232323;
	font-family:arial;
}

.dest{
	font-family:georgia;
	font-size:11px;
	font-weight: bold;
	text-transform: uppercase;
}

.foto_iz{
	border: 3px solid #ffffff;	
	margin: 0px 5px 10px 0px;
}

.foto_iz_gal{
	border: 1px solid #232323;	
	margin: 0px 5px 10px 0px;
}

.foto_caja{
	padding: 45px 0px 0px 13px;
}

.foto_izq {
	border: 3px solid #ffffff;	
	float:left;	
	margin:0px 20px 10px 0px;
}

.foto_act {
	border: 3px solid #ffffff;	
	float:left;	
	margin:0px 0px 10px 0px;
}

.sub_cuerpo_der{
	width: 163px;
	padding: 70px 0px 20px 31px;	
	/*border: 1px solid #ff0000;*/
	font-family: arial;
	font-size: 11px;
}

.galeria p{
	margin: 0px;
	padding: 0px;
	font-size: 119%;
}

.galeria{
	width:128px;
	padding:0px;
	margin: 0px 10px 10px 0px;
	float:left;
	border: 1px solid #cdcdcd;
	text-align: center;
	/*background-image: url("/img/fondo_prod.gif");*/
}

.tit_ofe{
	width:230px;
	float:left;
	border-bottom: 1px dotted #0c4e68;
	color: #d90d56;
	text-transform: uppercase;	
	padding:15px 0px 2px 10px;
	font-size: 11px;
	background-image: url("/img/adr_bol.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}

.tit_dest{
	color:#ffffff;
	font-size: 18px;
	font-family: Arial Narrow, Arial, Trebuchet_Ms, Helvetica, sans-serif;
	padding-bottom: 4px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 20px;
}

.txt_ofe{
	float:left;
	color: #232323;	
	padding:0px 4px 1px 4px;
	clear: both;
	background-color: #232323;
}

.fecha{
	text-transform: lowercase;
	color: #0c4e68; 
	font-size:10px;
	text-align: left;
	padding:5px 0px 5px 0px;
	clear: both;
}

.txt_ofe2{
	float:left;
	color: #232323;	
	padding:0px 4px 1px 4px;
	clear: both;
}

.pie1{
	width:160px;
	margin: 0px;
	color: #A1A1A1;
	font-size: 11px;
	border-right: 1px solid #A1A1A1;
	line-height: 25px;
	float: left;
	margin-top: 24px;
	padding:0px 5px 0px 35px;
}

.pie2{
	width:250px;
	padding: 24px 0px 0px 0px;
	color: #A1A1A1;
	font-size: 11px;
	float: left;
	text-align: right;
}

.adr_con{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	background-image:url(/img/adr_con.gif);
	background-repeat:no-repeat;
	background-position: left top;
	height:16px;
	font-weight: normal;
	color: #232323;
}

/* ----------- Encabezados y parrafo -------------*/

h1{
	display:none;
}

h2{
	font-family: georgia, "Trebuchet MS", Arial;
	font-weight: normal;
	color:#ffffff;
	font-size:16px;	
	text-transform: uppercase;
	padding:0px 0px 5px 0px;
	margin:15px 0px 25px 40px;
	background-image: url("/img/linea_tit.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}

h3{
	font-family: georgia, "Trebuchet MS", Arial;
	font-weight: bold;
	color:#232323;
	font-size:15px;	
	text-transform: uppercase;
	padding:0px 0px 5px 0px;
	margin:0px 0px 15px 0px;
	border-bottom: 1px solid #cdcdcd;
}

h4{
	font-family: georgia, "Trebuchet MS", Arial;
	font-weight: bold;
	color:#232323;
	font-size:10px;	
	text-transform: uppercase;
	padding:0px 0px 5px 0px;
	margin:0px 0px 15px 0px;
	border-bottom: 1px solid #bcbcbc;
}

/* ----------- Enlaces -------------*/
a.bl{
	color:#A1A1A1;
}
a.bl:hover{
	color:#07c4f9;
}

a.bla{
	color:#ffffff;
}
a.bla:hover{
	color:#07c4f9;
}

a.mas{
	color:#d30801;
}
a.mas:hover{
	color:#232323;
}

a.pd{
	margin:0px;
	padding: 10px 5px 15px 10px;
	display:block;
	height: 70px;
}

a.txt_gal{
	display:block;
	color: #222222;
	padding: 5px;
	height: 30px;
	text-align: center;
	font-family:"Trebuchet_ms", arial;
	font-size:11px;
	/*border-top: 10px solid #86a9b2;
	background-color: #86a9b2;*/
}

a.txt_gal:hover{
	color: #df0f5a;
}

a.masd{
	color:#ffffff;
	padding:0px 4px 1px 4px;
	background-color: #232323;
	text-transform: lowercase;
}

a.masd:hover{
	color:#07c4f9;
}

a.down{
	color:#232323;
	padding:0px 4px 1px 4px;
	background-color: #ffffff;
	text-transform: lowercase;
	cursor: pointer;
}

a.down:hover{
	color:#07c4f9;
}

a.paginacion{
	font-weight: normal;
	color:#ffffff;
	text-decoration:none;
}	

a.paginacion:hover {
    color: #3ebade;
	text-decoration:underline;
}	

/* --------------paginacion------------*/

#paginacion ul li {
      display: inline;
      width:565px;
}

#paginacion ul li {
        display: inline;
        padding: 2px 7px; /*Separar el texto*/
        margin:5px; /* Separar los botones */
        background-color:#feb431; /* Color de fondo */
}
#paginacion ul li:hover {
        background-color:#CCCCCC; /* Color de fondo sobre el boton */
}
#paginacion ul {
        text-align: center;
}		

/* ----------- Clases -------------*/
.max{text-transform: uppercase;}
.both{clear:both;}
.red{color:#d30801;}
.bla{color:#ffffff;}
.li_he{line-height: 15px;}
.i130{width: 130px;}
.back{background-image: url("/img/fondo.gif");background-repeat: repeat;}
.jus{text-align: justify;}

/* ---------- lista del menu -------------------- */
#menu ul li {
      display: inline;
} 

#menu ul li {
        display: inline;
        padding: 2px 7px; /*Separar el texto*/
        margin:8px; /* Separar los botones */
        color:#ffffff;
}

/* ---------- paginacion -------------------- */

#paginacion ul li {
      display: inline;
      width:565px;
}

#paginacion ul li {
        display: inline;
        padding: 2px 7px; /*Separar el texto*/
        margin:5px; /* Separar los botones */
        background-color:#feb431; /* Color de fondo */
}
#paginacion ul li:hover {
        background-color:#CCCCCC; /* Color de fondo sobre el boton */
}
#paginacion ul {
        text-align: center;
}

/* ----------- Botones -------------*/

.bot_vis{
background-color: #206072;
border:1px solid #bebebe;
color: #ffffff;
width: 100px;
font-size: 10px;
cursor: pointer;
}

.bot_min{
background-color: #206072;
border:1px solid #bebebe;
color: #ffffff;
width: 50px;
font-size: 10px;
cursor: pointer;
}

/* Redondear bordes*/
.nifty{ margin: 0 ;background: #a6e010; width:190px;text-align: center;font-family:georgia;font-size: 14px;font-weight: bold; color: #ffffff;}
b.rtop{display:block;background: #44849f}
b.rbottom{display:block;background: #a6e010}
b.rtop b, b.rbottom b{display:block;height: 1px;
overflow: hidden; background: #a6e010}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

.nifty2{ margin: 0 ;background: #07c4f9; width:190px;text-align: center;font-family:georgia;font-size: 14px;font-weight: bold; color: #ffffff;}
b.rtop2{display:block;background: #44849f}
b.rbottom2{display:block;background: #07c4f9}
b.rtop2 b, b.rbottom2 b{display:block;height: 1px;
overflow: hidden; background: #07c4f9}
b.r12{margin: 0 5px}
b.r22{margin: 0 3px}
b.r32{margin: 0 2px}
b.rtop2 b.r42, b.rbottom2 b.r42{margin: 0 1px;height: 2px}

.nifty4{ margin: 0 ;background: #dc0e59; width:190px;text-align: center;font-family:georgia;font-size: 14px;font-weight: bold; color: #ffffff;}
b.rtop4{display:block;background: #44849f}
b.rbottom4{display:block;background: #dc0e59}
b.rtop4 b, b.rbottom4 b{display:block;height: 1px;
overflow: hidden; background: #dc0e59}
b.r14{margin: 0 5px}
b.r24{margin: 0 3px}
b.r34{margin: 0 2px}
b.rtop4 b.r44, b.rbottom4 b.r44{margin: 0 1px;height: 2px}

.nifty3{ margin: 0 ;background: #206072; width:190px;text-align: center;font-family:georgia;font-size: 14px;font-weight: bold; color: #ffffff;}
b.rtop3, b.rbottom3{display:block;background: #44849f}
b.rtop3 b, b.rbottom3 b{display:block;height: 1px;
overflow: hidden; background: #206072}
b.r13{margin: 0 5px}
b.r23{margin: 0 3px}
b.r33{margin: 0 2px}
b.rtop3 b.r43, b.rbottom3 b.r43{margin: 0 1px;height: 2px}

.nifty5{ margin: 0 ;background: #FF7300; width:190px;text-align: center;font-family:georgia;font-size: 14px;font-weight: bold; color: #ffffff;}
b.rtop5{display:block;background: #A9C3CD}
b.rbottom5{display:block;background: #FF7300}
b.rtop5 b, b.rbottom5 b{display:block;height: 1px;
overflow: hidden; background: #FF7300}
b.r15{margin: 0 5px}
b.r25{margin: 0 3px}
b.r35{margin: 0 2px}
b.rtop5 b.r45, b.rbottom5 b.r45{margin: 0 1px;height: 2px}

.nifty6{ margin: 0 ;background: #DD0D59; width:190px;text-align: center;font-family:georgia;font-size: 14px;font-weight: bold; color: #ffffff;}
b.rtop6{display:block;background: #A9C3CD}
b.rbottom6{display:block;background: #DD0D59}
b.rtop6 b, b.rbottom6 b{display:block;height: 1px;
overflow: hidden; background: #DD0D59}
b.r16{margin: 0 5px}
b.r26{margin: 0 3px}
b.r36{margin: 0 2px}
b.rtop6 b.r46, b.rbottom6 b.r45{margin: 0 1px;height: 2px}

/* ----------- Calendario -------------*/

.tdmesant {
	padding:3px 5px;
	background-color:#FFFFFF;
	border: none;
	}
 .tdmes {
	background-color: #206072;
	padding:3px 5px;
	color:#FFFFFF;
}
.tdmeslink {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #206072;
}

.tdmeslink:hover{
	background-color: #a6e010;
}

.tdmeslink a{
	color:#FFFFFF;
	text-decoration:none;
}

.tdmeslink a:hover{
	color:#FFFFFF;
	text-decoration:none;
}


.tdnormal{
	padding:3px 5px;
	text-align: center;
}

.tdhoy {
	padding:3px 5px;
	border:1px solid #b2770e;
	text-align: center;
}

.tdevento {
	background-color: #3399cc;
	color:#FFFFFF;
	padding:0px;
	text-align:center;
}

.tdevento a{
	color:#FFFFFF;
	text-decoration:none;
}


.tdevento:hover{
	background-color: #66aecf;
}

.clh{
	padding:3px 5px;
	text-align: center;
	background-color: #206072;
	border:1px solid #b2770e;
}

.cln{
	padding:3px 5px;
	text-align: center;
	background-color: #206072;
}

.total{
	background-color:#206072;
	text-align:right;
	color:#ffffff;
	padding-top:4px;
	padding-right:10px;
	padding-bottom:3px;
	
}

a.calend{
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
}	

a.calend:hover {
    color: #7c9331;
	text-decoration:none;
}

/* ------------------------- */

.cal1{
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 30px;
	background-image:url(/img/actual.gif);
	background-repeat:no-repeat;
	background-position: left center;
	height:22px;
	}

.cal2{
	margin: 0px;
	padding: 7px 0px 0px 30px;
	background-image:url(/img/evento.gif);
	background-repeat:no-repeat;
	background-position: left center;
	height:22px;
	}
	
.vol{
	clear: both;
	margin: 0px;
	padding: 10px 0px 0px 25px;
	background-image:url(/img/fle_azul.gif);
	background-repeat:no-repeat;
	background-position: left center;
	height:22px;
	}
	
.gal{
	margin: 0px;
	padding: 10px 0px 0px 25px;
	background-image:url(/img/camera.gif);
	background-repeat:no-repeat;
	background-position: left center;
	height:22px;
	}	

.caja_con{
	color:#2f8aa5;
	padding:4px;
	margin: 0px 0px 5px 0px;
	width: 350px;
	background-color:#f2f2f2;
	border: none;
	font-size: 11px;
	font-family: arial;
	font-size: 11px;
}

.caja_con2{
	color:#2f8aa5;
	padding:4px;
	margin: 0px 0px 5px 0px;
	width: 358px;
	background-color:#f2f2f2;
	border: none;
	font-size: 11px;
	font-family: arial;
	font-size: 11px;
}

.caja_cv  {
font-size : 11px;
border : none;
padding : 3px;
margin-bottom:3px;
background-color : #ffffff;
color:  #2f8aa5;
width: 130px;
}

.caja_cv2  {
font-size : 11px;
border : none;
padding : 3px;
margin-bottom:3px;
background-color : #ffffff;
color:  #2f8aa5;
width: 124px;
}

.caja_track  {
font-size : 11px;
border : none;
padding : 3px;
margin-bottom:3px;
background-color : #ffffff;
color:  #62b908;
width: 210px;
}

.sel_cv {
font-size : 11px;
border : none;
background-color : #ffffff;
padding : 3px;
color : #2f8aa5;
width: 130px;
margin-bottom:20px;
} 

.bot_con{
background-color: #07c4f9;
border: none;
color: #ffffff;
width: 150px;
padding: 4px;
font-size: 10px;
cursor: pointer;
}

