/**
     AUTOR: Patxi Madariaga (basado en un
	 		diseño de Pat Heard para oswd.org)
       Noviembre-Diciembre 2005
		Para T. Ella sabe porqué.
**/

body {
	margin: 5px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #8BACCD;
	background-image: url(../images/fondo.gif);
}

h1 {
   color: Maroon;
	clear: both;
	padding: 5px 0 12px 10px;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}

#text h1, #indice h1 {
  background: url(../images/h1_bg.gif) no-repeat bottom left;
}

h2 {
	clear: both;
	padding: 0 0 0 10px;
	margin: 0 0 -10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: Maroon;
	padding: 0 0 0 0;
	margin-top: -9px;
}

h4 {
	font-size: 12px;
	font-style: italic;
	color: Maroon;
	margin: 0 10px 10px 0;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	color: Navy;
	margin: 5px 5px 5px 0;
}

h6 {
	font-size: 10px;
	text-align: right;
	margin: 0 10px 10px 0;
}

p {
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}

td, th {
	font-size: 12px;
}
ol {
	list-style: none;
	margin: 15px 25px 0 0;
	padding: 0;
}

ol li {
	margin: 0 0 15px 0;
	padding-left: 25px;
	line-height: 18px;
}

ol li#l1 {
	background: url(../images/1.gif) no-repeat left top;
}

ol li#l2 {
	background: url(../images/2.gif) no-repeat left top;
}

ol li#l3 {
	background: url(../images/3.gif) no-repeat left top;
}
ol li#l4{
	background: url(../images/4.gif) no-repeat left top;
}
ol li#l5 {
	background: url(../images/5.gif) no-repeat left top;
}
ol li#l6 {
	background: url(../images/6.gif) no-repeat left top;
}

ul li {
	margin-bottom: 5px;
}

hr {
	width: 550px;
	height: 1px;
	clear: both;
	margin: 5px 10px 5px 5px;
	padding: 0;
	color: #749ABE;
	background: #749ABE;
	border: none;
}



a {
	color: Blue;
}

a:hover {
  color: #326901;
  background-color: #DDD;
}

a img {
  border: 0px;
}

#news p {
  padding: 8px;
}

#news   a:hover,
#footer a:hover {
	background-color: #cda;
}



/***
   Contenedor de página
***/

#siteBox {
	background-color: #8BACCD; /**/
	width: 780px;
	margin: 0px auto;
	text-align: left;
}

/**
  Cabecera
***/

#header {
	height: 120px;
	background-image: url(../images/fondologo.jpg);
	background-color: #8BACCD;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 5px;
	padding: 0;
}

#header .title {
	display: none;
}

#header .subTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px 0px 20px;
	color: #800000;
}	

#header img {
	clear: both;
	margin: 20px 0 0 15px;
	border: none;
}
#header a:hover {
 	background-color: transparent;
 }


/***************************************************
   Menu superior
 ***************************************************/

#menu {
	width: 770px;
	background: url(../images/menu_back.gif)  no-repeat top center;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0 0 20px 5px;
}

#menu a {
	padding: 6px 10px 0 10px;
	text-decoration: none;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #3C1D1D;
}

#menu a:hover {
	background: url(../images/menu_tab.gif) no-repeat top center;
	color: Maroon;
}

#menu a.active {
  background: url(../images/menu_tab.gif) no-repeat top center;
}

#news {
	float: left;
	width: 185px;
	margin-left: 0;
	padding: 0 5px 0 0;
}

#news .block {
  width: 175px;
  margin-bottom:5px;
  margin-left: 5px;
  background: #ccc url(../images/bloque_sup.gif) no-repeat top center;
}

#news .block .bottom {
  height: 20px;
  background: #cccccc url(../images/bloque_inf.gif) no-repeat bottom center;
}

.block h1 {
	font-size: 16px;
	padding: 10px 0 0 5px;
}

.block h3 {
	font-size: 12px;
	font-weight: bold;
	color: Maroon;
	padding: 0 0 0 10px;
	margin-top: 5px;
}
#news .links {
	margin: 5px 0 0px 0;
}

#news .links a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	margin: 0;
	color: #003366;
	text-transform: none;
	text-decoration: none;
}

#news .links a:hover {
	background: url(../images/link_news.gif) no-repeat center;
	/*color: Gray;*/
}

#news a img {
  border: 0px;
}

#text {
  float: right;
  width: 575px;
  margin-right: 0px;
}

#text p {
	line-height: 18px;
	margin-left: 0px;
	padding: 0 10px 0 0;
	color: #333;
}
#text p.una_cita {
	font-style: italic;
	margin: 10px 0 10px 20px;
}
#text h1 {
	margin-left: 0px;
	padding-left: 0px;	
}
#text h2 {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}

#text h2 a {
	clear: both;
	padding: 0 10px 0 10px;
	margin: 0 0 -10px 0;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

#text h2 a:hover {
	color: Blue;
	background-color: #8BACCD;
}

#text h3 {
	margin: 10px 0 5px 0px;
	font-weight: bold;
	padding: 0 10px 0 0;
	color: Maroon;
}
#text p.pregunta {
	margin: 10px 0 5px 0;
	color: Maroon;
	font-weight: bold;
}

div.jero {
	text-align: center;
	margin: auto;
	padding: 15px 0 15px 0;
}


div.jero p {
	font-size: 11px;
	font-weight: bold;
}

p#respujero {
	font-size: 12px;
	color: Maroon;
	font-weight: bold;
}
div#discografia{
	width: 500px;
	padding: 10px 10px 10px 10px;
	margin: 15px 0 10px 15px;
	background-color: #FEFADE;
}

div#discografia h1 {
	font-size: 14px;
	background-image: none;
	height: auto;
	margin: 0 0 10px 5px;
	padding: 0 0 0 0;
	text-align: left;
	clear: none;
}

div#discografia p {
	margin: 0 0 5px 0;
	padding: 0 15px 0 15px;
}

div#despiece {
	width: 520px;
	padding: 10px 10px 10px 10px;
	margin: 15px auto 10px auto;
	background-color: #FEFADE;
}

div#despiece h1 {
	background-image: none;
	padding: 5px 0 12px 10px;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
div#despiece p{
	line-height: normal;
	padding: 5px 10px 10px 10px;
	margin: 0;
	color: Gray;
}

div#despiece ul {
	list-style-type: square;
	margin: 5px 0 5px 0;
}

div#despiece ul li {
	margin: 5px 35px 5px 0;
}
/***
Portada (el contenido se llama indice en este caso
porque tiene características diferentes al 
resto de páginas)
**/

#indice {
  float: right;
  width: 575px;
  padding: 0;
  margin: 0;
}

#indice p {
	color: #333333;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	padding: 5px 0 8px 5px;
	margin: 0 10px 0 0;
}

#indice h1 {
	margin: 0 10px 0 0;
	padding-left: 0px;
}

#indice h3 {
	margin: 3px 0px 5px 0px;
	padding: 0 10px 0 5px;
}

#indice a {
	display: block;
	margin: 0 10px 0 0;
	color: #003366;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: normal;
	padding: 0 0 0 5px;
	clear: both;
}

#indice a:hover {
	color: Gray;
  background-color: #8BACCD;
}

#indice  p a {
	font-size: 12px;
	display: inline;
	margin: 0;
	padding: 0;
	clear: none;
}

#indice  p a:hover {
	background-color: #cda;
}

#indice  p a img {
	margin: 0;
	padding: 0;
	border: none;
}

.colizq {
	width: 275px;
	float: left;
	clear: none;
	margin: 0 0 0 0;
	padding: 0 5px 0 5px;
}

.coldech {
	width: 275px;
	float: right;
	margin: 0 0 0 0;
	padding: 0px 5px 0 5px;
	/*border: 1px solid Silver; */
}
.numeronotapie {
	font-weight: bold;
	font-size: 10px;
	vertical-align: super;
}

/****
Pie de página
***/
div#notapie {
	margin: 10px 0 15px 0;
	padding: 5px 0 0 0;
	border-top: 1px solid gray;
}

div#notapie p {
	font-size: 11px;
	color: #474747;
	margin: 0 0 0 10px;
	line-height: normal;
}

#footer {
	clear: both;
	width: 770px;
	height: 45px;
	padding: 0;
	margin: 5px 5px 5px;
	background: url(../images/footer.gif) no-repeat top right;
}

#footer p{
	line-height: normal;
	font-size: 9px;
	text-align: left;
	margin: 0px;
	padding: 10px 10px 0px 10px;
}

#copyright {
	clear: both;
	font-size: 9px;
	text-align: right;
	font-weight: bold;
	margin: 10px 15px;
}


/**************
   Otras clases
 **************/

div.formula {
	margin: 10px 0 10px 35px;
}
div.formula p {
	color: Maroon;
	font-weight: bold;
}

.quote{
	width: 225px;
	float: left;
}

p.quote {
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	color: Gray;
	padding: 10px 0px 0 15px; 
	/*margin: 10px 10px 10px 5px !important;*/
	margin: 10px 10px 5px 3px;
	background: #FEFADE url(../images/quote_top.gif) no-repeat top right;
	border-left: 6px solid #5384B5;
}

p.quote span.bottom {
	float: right;
	width: 20px;
	margin-right: -10px;
	background: url(../images/quote_bottom.gif) no-repeat bottom right;
}

img.right {
	float: right;
	padding: 5px 10px 5px 10px;
}

img.left {
  float: left;
  padding: 5px 15px 5px 0px;
}

img.manual {
	padding: 3px 0 0 10px;
}

.imgizq, imgder{
  width: 315px;
}
.imgizq {
  clear: right;
  float: left;
  padding: 0 0 0 0;
  margin: 5px 10px 5px 0px;
}
div.imgder {
  clear: left;
  float: right;
  padding: 0 0 0 0;
  margin: 5px 10px 5px 10px;
}
#text div.imgder p, #text .imgizq p {
	color: Blue;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	width: 290px;
}

div.imgcent {
	width: 500px;
	clear: none;
	margin: 0 0 0 33px;
}

#text div.imgcent p {
	width: 500px;
	color: Blue;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;	

}
.grey {
  color: #AAA;
}



.resaltado {
	font-weight: bold;
	color: Maroon;
}

.cita {
	font-style: italic;
	font-weight: normal;
}

div#text´div.cita {
	font-style:italic;
	color: black;
}
div#text div.cita p {
	line-height: normal;
	margin: 10px 30px 5px 30px;
}

div#text div.cita p.autorcita {
	text-align: right;
	color: Maroon;
	margin-bottom: 10px;
}

/******************
  Parrafo para versos individuales
*****************/
.versos {
	margin: 25px 0 25px 50px;
	padding: 0;
}

.versos p {
	line-height: 12px !important;
}
/***
Musijero
***/
img#musijero {
	margin: 0;
	padding: 0
}

#piejero {
	font-size: 10px;
	color: Gray;
	font-weight: bold;
	margin: 0 0 0 10px;
}

#solujero {
	font-size: 10px;
	color: black;
	font-weight: bold;
	margin: 0 0 0 10px;
}

/***
Google
***/
form#google {
	width: 155px;
	font-size: 10px;
	margin: 0 5px 0 5px;
	padding: 0;
}

form#google input.txt {
	color: #00008B;
	border: 1px solid #00008B;
	margin: 0;
	padding: 2px 0 2px 0;
	width: 140px;
}

div#inputtext div#inputradio {
	clear: both;
	margin: 0;
	padding: 0 0 5px 0;
}

.oculto {
	display: none;
}
.smt {
	display: block;
	margin: 5px 0 0 0;
}

div.sumarioizq {
	background: #FEFADE url(../images/gradient.gif) repeat-x 0 -5px;
	width: 225px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

div.sumarioder {
	background: #FEFADE url(../images/gradient.gif) repeat-x 0 -5px;
	width: 225px;
	float: right;
	margin: 5px 10px 5px 10px;
}

div#text div.sumarioizq p, div#text div.sumarioder p {
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	color: Gray;
	padding: 5px 0px 10px 15px; 
	margin: 5px 10px 5px 3px;
}

div.quoteleft{
	width: 225px;
	float: left;
	background-color: #FEFADE;
	border-left: 6px solid #5384B5;
	margin: 10px 10px 5px 3px;

}

div#text div.quoteleft p {
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	color: Gray;
	padding: 10px 10px 10px 15px; 
}

div#entradilla {
	background-color: #eeedbf;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#entradilla p{
	font-style: oblique;
	color: Black;
	padding: 5px 10px 5px 10px;
}
