/* CSS Document */

/* Para Conciertos de hoy*/
.w100 {
  width:100px; 
  text-align:left;
  float:left; 
  position:relative;
}

.w300 {
  width:300px; 
	padding-right:20px;
  text-align:left;
  float:left; 
  position:relative;

}

.w100clr {
  width:100px; 
  text-align:left;
  float:left; 
  position:relative;
  clear:both;
	border:1px solid transparent;
}

body {
	margin:0; padding:0;
	background-color:#FFFFFF;
	font-family: Trebuchet MS ; font-size:13px; color: #666666;
	text-align:center;
	
}

.clr {
	clear:both;
	}

/* ESTILOS
----------------------------------------------- */	
.head {font-size:18px; color: #666600;

}

.subtitulo{
	font-size:13px; color:#666600;
}

.bold {
	font-size: 12px;
	font-weight: bold;
	color:#666600;
}
	
/* LAYOUT 
----------------------------------------------- */
#wrap {
	width:750px;
	position:relative;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	/*border:1px solid yellow;*/
}

#head {
	width:750px;height:83px;

}

#head h1 {
	width:295px; height:51px;
	margin:15px 0 0 20px;
	float:left;	
	background-image: url(../i/img_logo.gif); background-repeat:no-repeat;
}
	
#head h1 span {
	display:none;
	}
	
#image {
	width:750px; height:169px;
	background-image: url(../i/img_home.jpg); background-repeat:no-repeat;
}
#content {
	width: 750px;
	margin-top:10px;
	border:1px solid transparent !important;
	border:0;
}

#sidebar {
	height:400px;
	float:left;
	margin-top:27px;
	text-align: right; 
	font-size:11px;
	/*border: solid 1px #669ACC;*/
}

#sidebar h1 {
	width:150px;
	padding:0 20px 0 0;
	font-size:16px; color: #666600;
	background-image:url(../i/bullet_icon.gif); background-repeat:no-repeat; background-position:right center;
	/*border: solid 1px red;*/}	
	
#sidebar h1 span {
	display:none;
	}
#main {
	width: 540px;
	float: right;
	padding: 23px 0 0 20px;
	margin: 0 0 0 15px;
}

#maintxt {
	width: 495px;
	/*border:1px solid blue;*/
}


#main h1 {
	width:500px;
	/*border:1px solid orange;*/
	}

#main h2  {
	font-size:18px; color:#CC3300; font-weight:lighter;
}

#logo {
	width:78px; height:57px;
	position:absolute; top:660px; left:90px;
	background-image:url(../i/img_cl.gif); background-repeat:no-repeat; background-position:center;
	/*border:1px solid orange;*/
}
#logo a {
	display:block;
	width:78px; height:57px;
	}
	
#utilitynav {
	height:20px;
	padding: 0 0 0 170px;
	/*border:1px solid #0066ff;*/
}

#footer {
	width:750px; height: 41px;
	padding: 40px 0 0 5px;
	background-image: url(../i/img_bottom.gif); background-repeat:no-repeat;
	font-size: 10px; color: #666666;
	position:relative;
	border:1px solid transparent !important;
	border:0;
	}
/* =images=
----------------------------------------------------- */
.img-perfil {
	padding:2px;
	/* float:right;  */
	margin:20px;
	border:1px solid #D26609;
}


/* sections
--------------------------------------------*/
#home #main h1{ background-image: url(../i/img_b.gif) left no-repeat;}

/* LINKS 
----------------------------------------------- */
a:link,
a:visited { color: #666666; text-decoration:none;}
a:hover, #mainnav a:active {color: #CC6600;}
a.current:active{}

#main ul {
	margin:0 0 0 10px; padding:0;
	font-family: Trebuchet MS ; font-size:13px; color: #666666;
}
#main li {
	margin:2px 0; padding:0 0 0 10px;
	list-style:none;
	background:url(../i/bullet_icon2.gif) 0 3px no-repeat; background-position: left;
	}
#main a  {
	margin:0; padding:1px;
	font-size:11px;
	text-align:left; 
	}
	


/* SIDEBAR
---------------------------------------------------*/
#sidebar ul {
	margin:0px 0 0 0; padding:0;
	list-style:none;
	}
	
#sidebar li {
	padding:0 0 2px 0;

	}
#sidebar a {
	margin:0 0 3px 0;
	display:block;
	}
#sidebar a:link,
#sidebar a:visited {color: #666666; text-decoration:none;}
#sidebar a:hover, #mainnav a:active {color: #CC6600;}
#sidebar a.current:active{}

#s2 { padding:3px 0; border-top:1px dotted #CC6600; border-bottom:1px dotted #CC6600; background-color:#F5F1CF;}


/* UTILITY NAV
---------------------------------------------------*/

#utilitynav ul {
	text-align: center;
	list-style:none;

	}
	
#utilitynav li {
	margin:0 0 0 0px; padding:0 0 0 15px;
	font-family: Trebuchet MS ;font-size:12px;
	float: left;
	background-image:url(../i/bullet_icon.gif); background-repeat:no-repeat; background-position: left center;
	}
	
#utilitynav a {
	margin:0 90px 0 5px;
	display: block;
	}

#utilitynav  a:link,
#utilitynav  a:visited { color: #999999;text-decoration:none;}
#utilitynav  a:hover, #mainnav a:active {color: #CC6600;}
#utilitynav a.current:active{}

/* =table=
----------------------------------------------------- */

table#conciertos {
	border-collapse:collapse;
}
th.artistas {
	padding-right:10px;
	text-transform:uppercase;
}

td.descripcion, td.hora {
	padding:4px 0;
	border-bottom: 1px solid #999;
}
td.hora {text-align:right;}
