body {
	margin: 20px 0;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #FFFFFF repeat-x;
}

h1 {
}

h2, h3, h4, h5, h6 {
	color: #000000;
}

p, ol, ul {
	text-align: justify;
}

strong {
	font-weight: bold;
	color: #808080;
}

a {
	color: #0051A2;
}

a:hover {
	text-decoration: none;
	color: #0000FF;
}

.box {
	margin-bottom: 0;
	padding-bottom: 0;

}

.bottom {
	display: block;
	margin-bottom: 0;
	padding-bottom: 10px;

}

.image {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}

.indent {
	margin-left: 125px;
}

/* Header */

#header {
	width: 928px;
	height: 37px;
	margin: 0 auto;
	background: #0051A2 repeat-x;
	border-bottom: 3px solid #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 800px;
	height: 37px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 15px 0px 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}



/* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  color: #FFFFFF;
  }

#menu a:hover {
	background: #0000FF repeat-x;
    color: #000000;
}

#header2 {
	width: 928px;
	height: 20px;
	margin: 0 auto;
	background: #0051A2 repeat-x;	
	border-bottom: 3px solid #FFFFFF;
}
/* Search */

#search {
	float: right;
	height: 28px;
	margin: 0;
	background: #000000 no-repeat right top;; padding-left:0; padding-right:25px; padding-top:9px; padding-bottom:0

}

#search fieldset {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

#input1 {
	width: 164px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: none;
}

#input2 {
	height: 20px;
	background: #FF0000;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 928px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 238px;
}

#colOne h3 {
	padding: 0 20px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
}

#colOne li {
	padding: 5px 0;
	border-top: 1px solid #EFEFEF;
}

#colOne li.first {
	border: none;
}

#colTwo {
	float: right;
	width: 617px;
	padding: 30px 40px 0 30px;
	

}

#colTwo h2 {
	margin-top: 0;
	font-size: 26px;
}

#colTwo h3 {
	margin-bottom: 0;
	font-size: 18px;
}

#colTwo h4 {
	margin-top: 0;
	font-size: 11px;
	font-weight: normal;
}

#colTwo .box {
	margin: 0 -30px 30px -20px;
	padding: 0 30px 0 20px;
}

#colTwo .bottom {
	margin: 0 0 20px -20px;
	padding: 0 0 20px 20px;
}

/* Logo */

#logo {
	height: 200px;
	
}

#logo h1, #logo h2, #logo a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	color: #FFFFFF;
}

#logo h1 {
	padding-top: 25px;
	font-size: 34px;
}

#logo h2 {
	margin-top: -5px;
	font-size: 12px;
}

/* Footer */

#footer {
	clear: both;
	width: 928px;
	margin: 0 auto;
	padding-top: 40px;
}

#footer p {
	margin: 0;
	text-align: center;
}

.Boton_azul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	color:#FFFFFF;
	background: #003967;
	padding:5px;
	height:25px;
	text-transform:uppercase;
	border:1px solid #003967;
	margin-left: 2px;
	cursor:pointer;
	}
.linea_azul{
	background-position: 50% top; 
	background-image: url(/imagenes/punto_azul.png); 
	background-repeat: repeat-x;

}	
	
#botones {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	font-size: 12px;
	background: url(/estilos/img/botonera.jpg) repeat-x; }
 
.boton {
	width: 11%;
	height: 30px;
	float: left;
	text-align: center;
	margin-left: 1px;
	font-weight: bold;
	font-size: 10px;
	line-height: 30px; }
 
	.boton:hover { background: url(/estilos/img/menu_select.jpg) repeat-x; }
 
	.boton a {
		color: white;
		text-decoration: none;
		display: block; }
 
		.boton a:hover { color: black; }
 

.boton div {
		position: relative;
		width: 200%;
		background: url(/estilos/img/desplegable_relleno.png);
		font-size: 100%;
		visibility: hidden;
		text-align: left;
		padding: 10px 2px 10px 10px;
		font: bold 100% Verdana; }
 
	.boton:hover div { visibility: visible; }
 
	.boton ul {
		margin: 0 10px;
		padding: 0;
		list-style-image: url(/estilos/img/desplegable.png); }
 
	.boton li a {
		color: white;
		text-decoration: none;
		padding: 3px; }
 
		.boton li a:hover { color: #fe19026; }
		

.estilo_letras{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	text-align:center;
}

.estilo_canciones_discos{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

.estilo_canciones_discos_small{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	text-align:left;
}

.estilo_titulo_letras{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;
	font-weight: bold;
	text-align:center;

}

.estilo_autor_letras{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	color:#000000;
	text-align:center;
}

.estilo_informacion_letras{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	color:#000000;
}

.estilo_titulo_discos{
 	font-size: 20px;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	color:#1C476A;
	font-weight: bold;
	text-align:center;
}

.estilo_texto_historia{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;

}

.estilo_nombre_discos_small{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	text-align:center;

}

/**************** Menu 2 ******************************/
/*Credits: CSSplay */
/*Credits: CSSplay */
/*URL: http://www.cssplay.co.uk/menus/pro_drop2 */
.preload2 {background: url(/estilos/img/button4.gif);}
.menu2 {padding:0 0 0 20px; margin:0; list-style:none; height:40px; background:#fff url(/estilos/img/button1a.gif) repeat-x; position:relative; font-family:arial, verdana, sans-serif; }
.menu2 li.top {display:block; float:left; position:relative;}
.menu2 li a.top_link {display:block; float:left; height:40px; line-height:33px; color:#bbb; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;}
.menu2 li a.top_link span {float:left; display:block; padding:0 10px 0 3px; height:40px;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 24px 0 3px; height:40px; background:url(/estilos/img/down.gif) no-repeat right top;}
.menu2 li a.top_link:hover {color:#fff; background: url(/estilos/img/button4.gif) no-repeat;}
.menu2 li a.top_link:hover span {background:url(/estilos/img/button4.gif) no-repeat right top;}
.menu2 li a.top_link:hover span.down {background:url(/estilos/img/button4a.gif) no-repeat right top;}

.menu2 li:hover > a.top_link {color:#fff; background: url(/estilos/img/button4.gif) no-repeat;}
.menu2 li:hover > a.top_link span {background:url(/estilos/img/button4.gif) no-repeat right top;}
.menu2 li:hover > a.top_link span.down {background:url(/estilos/img/button4a.gif) no-repeat right top;}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {left:2px; top:40px; background: #fff; padding:3px 0; border:1px solid #4ab; white-space:nowrap; width:176px; height:auto;}
.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:90px;}
.menu2 :hover ul.sub li a {display:block; font-size:11px; height:20px; width:170px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu2 :hover ul.sub li a.fly {background:#fff url(/estilos/img/arrow.gif) 80px 7px no-repeat;}
.menu2 :hover ul.sub li a:hover {background:#4ab; color:#fff;}
.menu2 :hover ul.sub li a.fly:hover {background:#4ab url(/estilos/img/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu2 :hover ul li:hover > a.fly {background:#4ab url(/estilos/img/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #4ab; white-space:nowrap; width:93px; z-index:200; height:auto;}
