/* Cabeceras */
div#contenedor h1 {
 font-size: 1.30em;
 color: #e8422b;
 margin: 0.2em 0;
}
div#contenedor h2 {
 font-size: 1em;
 margin: 0.8em 0;
}
div#contenedor h3 {
 font-size: 1em;
 margin: 0.2em 0;
}

/* Imagenes */
img {
 border: 0px;
}

div#contenedor { 
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
}
div#contenedor img {
 border: 0px;
}
div#contenedor p {
 margin-top: 8px;
 margin-bottom: 0px; 
 color: #000;
 font-weight: normal;
}
div#contenedor p.juntos {
 margin: 0px;
}
div#contenedor p.rojo {
 color: #bd1000;
}
div#contenedor p.verdoso {
 color: #316b7b;
}
div#contenedor p.grande {
 font-size: 1.25em;
}
div#contenedor p.peque {
 font-size: 0.75em;
}

div#contenedor p a, div#contenedor .leyenda ul li a {
 color: #316B7b;
 text-decoration: none; 
 font-weight: bold;
}
div#contenedor p a:hover, div#contenedor .leyenda ul li a:hover {
 text-decoration: underline;
}
div#contenedor p.referencias {
 background-color: #ddd;
 color: #316B7b;
 font-weight: bold;
 width: 98%;
 margin-left: 1%;
 line-height: 2em;
}
div#contenedor p.referencias span.rojo{
 color: #bd1000;
}
div#contenedor p.referencias span.izquierda {
 float: left;
 padding-left: 2em;
}
div#contenedor p.referencias span.derecha{
 float: right;
 padding-right: 2em;
}
div#contenedor ul { 
 list-style-type: none;
 clear: both;
}
/* Estilos para los busquedas */
#busquedas {
 overflow: auto;
 padding:3px 0px;
 clear: both;
 }
 
#busquedas ul {
 margin: 0px 1px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 }

#busquedas ul li {
 display: inline;
 float:left;
 color: #000;
 background-color: #ddd;
 font-size: xx-small;
 padding: 2px 10px 2px 10px;
 margin: 0 auto;
 margin-right: 2px;
 text-align: center;
 width: 29%;
}

#busquedas ul li a {
 color: #000;
 text-decoration: none;
 }
 
#busquedas ul li.seleccionado {
  background-color: #ccc;
  font-weight: bold;
 }
#busquedas ul li.nueva {
  font-weight: bold;
  margin-left: 32.9%;
 } 
 
/* Fin estilos para los busquedas */

/* Formulario busqueda */
div#contenedor form fieldset {
 border: 1px solid #cc9;
 padding: 0 1em;
}
div#contenedor form legend {
 padding-right: 7px;
 color: #116884;
 font-size: 1.5em;
}
div#contenedor input.en_bloque {
 display: block;
 margin: 0 auto;
}
div#contenedor form label {
 display: block;
 font-size: 1em;
 width: 100%;
 margin: 2px auto;
 clear: both;
}
div#contenedor form label.en_linea {
 display: inline;
}
div#contenedor form label strong {
 display: block;
 float: left;
 text-align: right;
 width: 25em;
 margin-right: 0.5em;
 height: 2em;
 line-height: 2em;
}
div#contenedor form label input, div#contenedor form label select, div#contenedor form label textarea {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #FFFFE8;
 padding: 2px;
 border: 1px solid #666;
}
div#contenedor form label input.blanco {
 background-color: #FFF;
 border: 0;
}
div#contenedor form .longitud20 {
 width: 28ex;
}
div#contenedor form div#botones {
 display: block;
 text-align: center;
 margin: 0 auto;
}
div#contenedor form.flecha {
 width: 8%;
 float: right;
 margin: 1px;
} 
/* Fin formulario busqueda */

div#contenedor table.ayuda {
 border: 0;
 width: 400px;
 margin: 0 auto;
}
div#contenedor table.ayuda th {
 background-color: #ccc;
}
div#contenedor table.ayuda td {
 vertical-align: top;
}
div#contenedor .leyenda {
 color: #000;
 background-color: #fff;
 font-weight: normal;
 font-size: 0.95em;
 border-top: 1px solid #cc9;
 border-bottom: 1px solid #cc9;
 padding: 7px 0px;
 margin-top: 2px;
 margin-bottom: 2px;
 clear: both;
}
div#contenedor .leyenda ul{
margin-top: 0;
margin-bottom: 0;
}
/* Pie */

div#pie {
  margin-top: 5px;
	clear: both;
}
