/* CSS Document */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-color: #000000;
	margin: 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.0em;
}

p {
	margin-top: 10px;
}

hr {
	 border: 0;
	 height: 1px;
	 color: #FFFFFF;
	 background-color: #FFFFFF;
	 margin-top: 0px;
	 padding: 0px;
}

a {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
}

/* CABECERA */
#header{ 
background-color:#FF0000;
height:394px;
background-image:url(../images/bkg_cabecera.jpg)
}
#fondo{
background-image:url(../images/cabecera.jpg);
width:990px;
margin:0 auto;
height:393px;
}
#navegador {
    padding-top:10px;
	padding-left:150px;
	display: block;
	text-align:left;
}
#navegador ul {
	list-style-type: none;
}
#navegador li {
	padding-left: 5px;
	display: inline;
	padding-right:5px;
	color: #FFFFFF;
	font-weight: bold;

}

#navegador a { 
	text-decoration: none;
	color: #FFFFFF
}
#navegador a:hover {
	text-decoration: none;
	color:#FF0000;
}

/* CONTENIDO */
#center {
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
	display: block;
	background-color:#000000;
}
#contenidoHome { 
width: 990px;
margin:0 auto;
	min-height:480px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:480px; /* for IE5.x and IE6 */
background-image:url(../images/bkg_medio.gif);
background-repeat:repeat-y;
}
#contenido {
width: 990px;
margin:0 auto;
	min-height:480px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:480px; /* for IE5.x and IE6 */
background-image:url(../images/bkg_medio2.gif);
background-repeat:repeat-y;
}

#contentHome{
	float:left;
	width:550px;
	padding: 25px;
}
#content {
	float: left;
	width: 620px;
	padding: 25px;
}
#sidebarHome{
	float:left;
	width:350px;
	padding-left: 40px;
	padding-top:25px;
}
#sidebar {
	float:left;
	width:280px;
	padding-left: 40px;
	padding-top:25px;
}
#limpiar{
clear:both;
}

/*---------Noticias---------*/
#noticia {
        padding: 0px 15px;
        overflow: hidden;
}
#noticia img {
        float: left;
        margin-bottom: 10px;
        margin-right: 10px;
        margin-top: 15px;
        border: 1px solid white;
}
#noticia h4 a {
        color: #FFFFFF;
}

#separadorNoticia {
        border-top: 1px dashed #FFFFFF;
        margin: 18px 0px;
}

#video {
    padding-left: 30px;
}

#noticiaSola {
        overflow: auto;
}
#noticiaSola img {
        float: right;
        margin: 0px 0px 20px 40px;
        border: 2px solid white;
}
#noticiaSola h3 {
        margin: 0px;
        padding: 2px 0px;
}

.fecha {
        font-size: 88%;
}

/*---------------Comentarios------------*/
#enviarComentario {
        width: 450px;
        padding-left: 10px;
}
#enviarComentario form fieldset {
  border-color: #BB5A5A;
  border-width: 1px;
  border-style: solid;
  padding: 20px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}
#enviarComentario form fieldset legend {
    font-size:1.2em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    color: #BB5A5A;
}
#enviarComentario form input, form textarea, form select {
	margin:0px 0 5px 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

#comentarios {
    width: 520px;
    padding: 20px;
}
#comentarios h3 {
    padding: 20px 0px 4px 0px;
    margin: 0px;
}

.enviadoPor {
    font-size: 88%;
    color: #BB5A5A;
}
.comentario {
    font-size: 96%;
}

/*-----------Biografía----------*/
#biografia {
    padding: 15px 25px;
}

/*------------Conciertos---------------*/
#conciertos {
    min-height: 360px;
    padding: 0px 10px;
}

#conciertoSolo {
    padding: 0px 10px;
}
#fechaConcierto {
    float: left;
    width: 70px;
    margin-left: 10px;
}
#ciudadConcierto {
    float: left;
    width: 110px;
    margin-left: 10px;
}
#tituloConcierto {
    float: left;
    width: 250px;
    margin-left: 10px;
}
#comentariosConcierto {
    margin-left: 10px;
}
#masInfoConcierto {
    margin-left: 10px;
}

#management {
    padding: 10px 40px 20px 15px;
}

#subMenu {
    margin: 0px;
}
#subMenu ul {
    list-style-type: square;
    padding-top: 10px;
    margin-left: 40px;
    font-size: 110%;
}
#subMenu li {
    line-height: 1.4;
}
#subMenu h3 {
    text-align: center;
}

#estuvisteAlli {
    padding: 0 0 20px 0;
    margin: 0;
}

/*----------Videos------------*/
#videos {
        margin: 50px 130px;
}

/*-----------Fotos-------------*/
/* Con Maikel */
#foto {
    clear: both;
    text-align: center;
    padding-bottom: 20px;
}
#textoFoto {
    padding: 0px 20px 10px 20px;
    margin-right: 20px;
    background-color: #5E5E5E;
    border: 1px solid #B6B6B6;
}

#comprobarDetalles {
    padding: 20px;
    text-align: center;
}

/* De Maikel */
#fotos {
    padding: 0px;
}
#fotos img {
    margin: 12px;
    border: 3px solid #B6B6B6;
}

/* Ultimas Fotos */
#ultimasFotos {
    padding: 10px 0px;
    text-align: center;
}
#ultimasFotos a img {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    border: 2px solid #C8C8C8;
}

/*-------Móvil-----------*/
#movil {
	padding-left: 30px;
	margin-top: 20px;
	line-height: 1.8;
}

/*----- FOOTER------- */
#footer { 
clear:both;
background-color:#C20001;
height:300px;
background-image:url(../images/bkg_footer.gif);
}
#links {
color:#FFffff;
font-weight:bold;
padding-top: 30px;
font-size: 90%;
width: 980px;
margin:0 auto;
}
.links1{
width:160px;
float:left;
padding-left:20px;
}

.links1 ul{
margin: 0;
padding:0;
list-style-type: none;
}

.links1 li{
margin: 0;
padding:0;
list-style-type: none;
font-weight:normal;
}

.links1 a { 
	text-decoration: none;
	color:#ffffff
}
.links1 a:hover {text-decoration: none; color:#000000;}

#footer_links{
float:left;
width:580px;
padding-left:30px;
}


#footerdisco{
padding-top:35px;
float:left;
width: 200px;
	padding-right: 20px;
}
#titulo_footer{
padding-bottom:9px;
width:500px;
}
#portada{
	float:left;
	width:200px;

}
#compra{
float:left;
width:140px;
}
#click{
	clear:both;
	width:500px;
	padding-top: 20px;
	padding-left: 40px;

}
#click ul{
list-style-type: none;
color:#FFFFFF;
font-weight:normal;
}
#click li{
display: inline;
color:#FFFFFF;
font-weight:normal;
}
#click a{
color:#FFFFFF;
text-decoration: none;
}
#click a: hover{
color:#000000;
text-decoration: none;
}
#click img{
vertical-align:middle;
padding-bottom:4px;
}

/*-----------Paginador---------*/
#paginator {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*---------Error---------------*/
#error {
    padding: 20px 40px;
}
