@charset "UTF-8";
/* CSS Document */

body {
	background-color:#f5f3ef;
	background-image:url(../images/fondoOrganos.jpg);
	background-repeat:repeat-x;
	font-family:Arial,Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	margin:0;
}
h1 {
	margin:0;
	padding: 4px;
	padding-left:35px;
	padding-bottom:15px;
	font-size:18px;
	color:#445383;
	background-image:url(../images/adornoType.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
h2 {
	margin:0PX;
	padding: 4px;
	font-size:14px;
	color:#006845;
	padding-bottom:0px;
}
h2.toggler{
	cursor: pointer;
	font-size:12px;
	font-weight:100;
	border:1px solid #003366;
	border-bottom:0;
	/*background-image: url(../images/cabeceraAcordeon.jpg);
	background-position:center;
	background-repeat:no-repeat;*/
	padding:5px;
	padding-left:10px;
	margin:0;
	color:#445383;
	background-color:#E4E4E4;
}
h2.toggler:hover{
	color:#445383;
	/*background-image:url(../images/cabeceraAcordeonOver.gif);*/
}
p{
	padding:4px;
	padding-top:0px;
}
p.cita{
	color:#006845;
	float:left;
	margin-left:40px;
}
p.cita2{
	color:#006845;
}
p.firma{
	float:right;
	margin-right:10px;
	font-size:14px;
	font-style:italic;	
}
a{
	color:#990000;
}
a:hover{
	text-decoration:none;
}
a.boton{
	display:block;
	background-image:url(../images/botonTirador.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:195px;
	min-width:195px;
}
a.boton:hover, a.botonSelect{	
	background-image:url(../images/botonTirador_over.jpg);
	display:block;
	background-repeat:no-repeat;
	background-position:top;
	width:195px;
	min-width:195px;
}
a.botonG{
	display:block;
	background-image:url(../images/botonTiradorG.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:195px;
	min-width:195px;
}
a.botonG:hover, a.botonGSelect{
	display:block;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(../images/botonTirador_overG.jpg);
	width:195px;
	min-width:195px;
}
#menuSecundario a{
	margin-left: 2px;
	margin-top:5px;
	padding: 4px;
	background-color:#403C2D;
	color:#7D6133;
	text-decoration:none;
}
#menuSecundario a:hover{
	color:#fff;
	text-decoration:none;
}
#contenedor{
	position:relative;
	margin:auto;
	width:980px;
	min-width:980px;
	background-color:#7D6133;
	padding:10px;

}
#contenido{
	background-color:#F5F5F5;
	border: 5px solid #403C2D;
	background-image:url(../images/adornoFondo.gif);
	background-repeat: no-repeat;
	background-position:top;
	padding-bottom:10px;
}
#adornoLateral{
	background-image:url(../images/adornoLateral.gif);
	background-repeat: no-repeat;
	background-position:top left;
}
#titulo{
	margin-top:5px;
	
	text-align:center;
}
#titulo img{
	margin-bottom:8px;
}
#menuPrincipal{
	margin-top: 25px;
	margin-left: 40px;
	float:left;
	margin-bottom: 20px;
	background-color:#F5F5F5;
	
}
*html #menuPrincipal{
	
	margin-left: 20px;
	
	
}
#menuPrincipal img{
	border:0;

}
#zonaContenidos{
	margin-top: 25px;
	float:left;
	margin-left:15px;
	width: 600px;
	/*text-align:left;*/
}
#introduccion{
	/*float:left;*/
	width: 350px;
	margin-top:50px;
	margin-left:20px;
}

#buscadorOrg{
	width:550px;
	min-width:550px;
	/*background-color:#E5E8C6;*/
	padding: 15px;
	/*border:2px solid #445383;*/
	margin-top:20px;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom: 30px;
	/*background-image:url(../images/fondobuscadorBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
	text-align:center;
	
}
#cabeceraBuscador{
	/*background-image:url(../images/fondobuscador.gif);
	background-repeat: no-repeat;
	background-position:top center;*/
	
	min-height:50px;
	text-align:center;
}
*html #cabeceraBuscador{
	height:50px;
}
.element{
	border:1px solid #003366;
	margin-bottom:5px;
}
.criterio{
	
	background-color: #E7E2BC;
	color:#333333;
	padding:4px;
	padding-top:2px;
	padding-left:10px;
	margin-top:0;
	/*margin-right:10px;*/
}
*html .criterio{
	margin-bottom:5px;
}

#accordion{
	width:220px;
	min-width:220px;
	text-align:left;
	position:relative;
	margin:auto;
	background-color: #EFF2D4;
}

select{
	margin-top:4px;
	margin-bottom:12px;
	margin-left:10px;
	width: 200px;
	min-width: 200px;
	
}
*html select{
	margin-bottom:0px;	
} 
input{
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom:5px;
}
#pie{
	text-align: center;
	color:#FFFFFF;
	padding: 4px;
}
#pie a{
	color:#FFFFFF;
	text-decoration:none;
}
#pie a:hover{
	text-decoration:underline;
}
#fotosOrganos{
	margin-top:20px;
}
.respuesta{
	padding:5px;
}
/**si el contenido de una capa excede el alto de esta, ponerle esta clase a la capa**/
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}