/* 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;
}

img.top {
	vertical-align: text-top;
}
img.bottom {
	vertical-align: text-bottom;
}
img.middle {
	vertical-align: middle;
}


body {
	width: 994px;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

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

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

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

p {
	margin-top: 10px;
}

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

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

.centrar {
	margin-bottom:5px;
}

#header {
	width: 994px;
	height: 276px;
	background-image: url(../images/cabecera.jpg)
}



#wrapper {
	width: 994px;
	background: url(../images/bkg_medio.jpg) repeat-y; 
	overflow: auto;
	background-color: #F5E0B4;
}

/* ----- NAVIGATION ----- */
#navegador {
	padding-top: 10px;
	margin-right: 12px;
	display: block;
	text-align: right;

	
}
#navegador ul {
	list-style-type: none;
}
#navegador li {
	padding-left: 3px;
	display: inline;
	padding-right: 3px;
	color: #000000;
	font-weight:bold;
}
#navegador a {
	text-decoration: none;
	color: #000000
}
#navegador a:hover {
	text-decoration: none;
	color: #ffffff;
}

/* ----- Lateral ----- */
#navigation {
	width: 348px;
	min-height: 500px; /* for modern browsers */
	height: auto !important; /* for modern browsers */
	height: 500px; /* for IE5.x and IE6 */
	float: right;
}

#externos {
	background-image: url(../images/bkg_externos.jpg);
	background-repeat: no-repeat;
	height: 124px;
	padding-left: 35px;
	padding-top: 15px;
}

#youtube {
	float: left;
	width: 110px;
	list-style-type: none;
}
#youtube ul {
	list-style-type: none;
}

#links {
	list-style-type: none;
	float: left;
	width: 150px;
	padding-top: 10px;
}
#links ul {
	list-style-type: none;
}
#links li {
	color: #ffffff;
}
#links a {
	text-decoration: none;
	color: #000000;
}
#links a:hover {
	text-decoration: none;
	color: #ffffff;
}
#links img {
	vertical-align: top;
	padding-bottom: 4px;
	padding-right: 3px;
}

/* ----- Contenido Lateral ----- */
#contenidolateral {
	padding-left: 6px;
}
#contenidolateral2 {
	padding-left: 10px;
}

#titulo {
	padding-left: 210px;
	font-size: 130%;
}

/* ----- MAIN CONTENT ----- */
#content {
	width: 540px;
	min-height: 500px; /* for modern browsers */
	height: auto !important; /* for modern browsers */
	height: 500px; /* for IE5.x and IE6 */
	background-color: #F5E0B4;
	padding: 10px 30px 10px 40px;
}
#content2 {
	width: 540px;
	min-height: 500px; /* for modern browsers */
	height: auto !important; /* for modern browsers */
	height: 500px; /* for IE5.x and IE6 */
	background-color: #F5E0B4;
}

/*----------------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: #3B2303;
}

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

#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: #B29980;
  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: #8A7960;
}
#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: #7A6556;
}
.comentario {
    font-size: 96%;
}

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

#conciertoSolo {
    padding: 0px 10px;
}
#fechaConcierto {
    float: left;
    width: 85px;
    margin-left: 10px;
}
#ciudadConcierto {
    float: left;
    width: 290px;
    margin-left: 10px;
}
#comentariosConcierto {
    margin-left: 10px;
}
#masInfoConcierto {
    margin-left: 10px;
}

#management {
    padding: 30px 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;
}

/*-----------Discografía--------*/
#disco {
	padding-top: 50px;
	padding-left: 40px;
	padding-bottom: 40px;
	margin-bottom: 20px;
	overflow: auto;
}
#portada {
	float: left;
	width: 250px;
	padding-bottom: 40px;
}
#portada img {
	border: 1px;
	border-color: #AB937A;
	border-style: solid;
	margin-bottom: 10px;
}
#canciones {
	float: left;
	width: 240px;
}

#vaciar {
	padding-top: 20px;
	clear:both;
}

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

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

/*--------Fotos--------*/
#fotos {
    padding: 0px;
}
#fotos img {
    margin: 10px;
    border: 3px solid #FFFFFF;
}

/*-------Lista de correo-------*/
#listaCorreo {
	padding: 10px 30px 10px 40px;
}

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

/* ----- FOOTER ----- */
#footer {
	width: 994px;
	height: 164px;
	background-image: url(../images/footer3.jpg);
	background-color: #F5E0B4;
	margin-bottom: 30px;
	font-size: 90%;
}

#linksfooter {
	padding-top: 90px;
	padding-left: 38px;
	list-style-type: none;
}
#linksfooter ul {
	list-style-type: none;
	display: inline;
}
#linksfooter li {
	color: #000000;
	padding-left: 5px;
	display: inline;
	padding-right: 5px;
}
#linksfooter a {
	text-decoration: none;
	color: #000000;
}
#linksfooter a:hover {
	text-decoration: none;
	color: #ffffff;
}
#click{

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

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