	body { 
		background-color: #DAF7A6;
		/background: url("images/fondos/fondo.jpg") no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		text-align: left;
		font-size: 15px;
		font-family: Arial;
		/padding: 1px;
		/opacity: .5;
		color: black;
		width: 100%;
		margin: 0;
		}

#pagina{
		max-width:1000px;
		color: black;
		background-color: white;
		/opacity: 0.5;
		/overflow: hidden; 
		/padding: 15px; 
		margin: 0 auto;
		/font-family: Arial;
		/font-size: 15px;
		/text-align: left;
		/-moz-box-shadow: 0 0 5px #000;
		/-webkit-box-shadow: 0 0 5px#000;
		/box-shadow: 0 0 25px #000;
		/-moz-border-radius: 25px; /* Firefox */
		/-webkit-border-radius: 25px; /* Google Chrome y Safari */
		/border-radius: 25px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
		}


#izquierda{  
		background-color: white;
		overflow: hidden;
        float:left;  
        max-width:455px;
		/margin-right: 0;
		/margin-left: 0;
		padding: 20px;
		/margin: 20px;
		}
		
#pagina2{
		max-width:450px;
		color: black;
		background-color: white;
		/opacity: 0.5;
		/overflow: hidden; 
		padding: 15px; 
		margin: 0 auto;
		/font-family: Arial;
		/font-size: 15px;
		/text-align: left;
		/-moz-box-shadow: 0 0 5px #000;
		/-webkit-box-shadow: 0 0 5px#000;
		/box-shadow: 0 0 25px #000;
		/-moz-border-radius: 25px; /* Firefox */
		/-webkit-border-radius: 25px; /* Google Chrome y Safari */
		/border-radius: 25px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
		}
		

		
li, p {
  line-height: 1.5;
}

.imagenes{  
    background-color: white;  
    /float:center;  
    /width: 300px; 
	/height:220px;
	/padding: 10px;
	/margin: 0 auto;
	border: 1px solid white; /*anchura, estilo y color borde*/
	/border-radius: 14px; /*bordes redondos*/
	/font-size: 16px;
	/text-align: center;
	/text-decoration: none;
 } 
 .imagenes2{  
    background-color: Yellow;  
    /float:center;  
    /width: 300px; 
	/height:220px;
	/padding: 10px;
	/margin-right: 20px;
	/border: 1px solid white; /*anchura, estilo y color borde*/
	/border-radius: 14px; /*bordes redondos*/
	/font-size: 16px;
	/text-align: center;
	/text-decoration: none;
 } 


#ventana{  
    background-color: white;  
    /float:left;  
    width: 100%; 
	/height:220px;
	/padding: 10px;
	/margin:10px;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
 } 

		
#ficha{
		/width:100%;
		/border: 2px solid #2e518b; /*anchura, estilo y color borde*/
		/box-shadow: 0 0 8px;
		/border-radius: 5px; /*bordes redondos*/
		/border-style: grove;
		color: black;
		background-color:#AED581;
		padding: 10px; 
		/margin: 10px;
		font-family: Arial;
		font-size: 15px;
		/text-align: left;
		text-indent: 30px;
		}

.boton {
		border: 1px solid #2e518b; /*anchura, estilo y color borde*/
		padding: 3px; /*espacio alrededor texto*/
		margin: 5px;
		background-color: green; /*color botón*/
		color: white; /*color texto*/
		text-decoration: none; /*decoración texto*/
		/text-transform: uppercase; /*capitalización texto*/
		font-family: 'Helvetica', sans-serif; /*tipografía texto*/
		border-radius: 5px; /*bordes redondos*/
		}
		
.boton:hover {	
		border: 1px solid #2e518b; /*anchura, estilo y color borde*/
		padding: 3px; /*espacio alrededor texto*/
		margin: 5px;
		background-color: red; /*color botón*/
		color: white; /*color texto*/
		text-decoration: none; /*decoración texto*/
		/text-transform: uppercase; /*capitalización texto*/
		font-family: 'Helvetica', sans-serif; /*tipografía texto*/
		border-radius: 5px; /*bordes redondos*/
		}
		
h4 {
	font-family: Arial;
	font-size: 22px;
	color: white;
	background-color: DarkGreen;
	padding: 5px;
	/margin: 10px;
	text-align: center;
	/width: 100%;
	font-weight: bold;
	/border-radius: 8px;
	/text-shadow: 2px 2px 0px black;
	}
	
#h8 {
	font-family: Arial;
	font-size: 21px;
	padding: 10px;
	color: green;
	text-align: center;
	/width: 90%;
	font-weight: bold;
	/text-shadow: 2px 2px 0px black;
	}	
	
#frase {
	font-family: Arial;
	font-size: 16px;
	color: black;
	text-align: left;
	/margin: 0 auto;
	text-shadow: 1px 0px 0px black;
	background-color: yellow;
	/width: 100%;
	padding: 10px;
	}	

	
.cajal {  
        background-color: white;
        float:left;  
        width: 120px;
		height: 170px;
		color: black; 
		text-decoration: none;
		/margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 5px;
		text-align: left;
		padding: 2px;
		/min-height: 100px;
		font-size: 14px;
		font-family: Arial;
		-moz-box-shadow: 0 0 5px #000;
		-webkit-box-shadow: 0 0 5px#000;
		box-shadow: 0 0 5px #000;
		clear: right;
} 
.cajal:hover {  
        background-color: yellow;
        float:left;  
        width: 120px;
		height: 170px;
		color: black; 
		text-decoration: none;
		/margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 5px;
		text-align: left;
		padding: 2px;
		/min-height: 100px;
		font-size: 14px;
		font-family: Arial;
		-moz-box-shadow: 0 0 5px #000;
		-webkit-box-shadow: 0 0 5px#000;
		box-shadow: 0 0 5px #000;
		clear: right;
} 

#libros {  
        /background-color: Silver;
        width: 90%;
		margin: 10px;
		color: black; 
		text-decoration: none;
		text-align: left;
		padding: 8px;
		font-size: 16px;
		font-family: Arial;
		/-moz-box-shadow: 0 0 5px #000;
		/-webkit-box-shadow: 0 0 5px#000;
		/box-shadow: 0 0 25px #000;
		/-moz-border-radius: 25px; /* Firefox */
		/-webkit-border-radius: 25px; /* Google Chrome y Safari */
		/border-radius: 25px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */

} 

#libros:hover {  
        /background-color: yellow;
        width: 90%;
		margin: 10px;
		color: black; 
		text-decoration: none;
		text-align: left;
		padding: 8px;
		font-size: 16px;
		font-family: Arial;
		/-moz-box-shadow: 0 0 5px #000;
		/-webkit-box-shadow: 0 0 5px#000;
		/box-shadow: 0 0 25px #000;
		/-moz-border-radius: 25px; /* Firefox */
		/-webkit-border-radius: 25px; /* Google Chrome y Safari */
		/border-radius: 25px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */

} 
	a {color:DarkSlateGray;}
	a:link { text-decoration:none;}
	a:hover {color: black;}
	
.button1 {
	padding: 3px 5px;
	/margin: 10px;
    background-color: NavajoWhite;
	text-decoration: none;
	text-align: left;	
    color: black; 
    border: 1px solid black;
	text-shadow: 1px 0px 0px white;
		-moz-box-shadow: 0 0 5px #000;
		-webkit-box-shadow: 0 0 5px#000;
		box-shadow: 0 0 5px #000;
		-moz-border-radius: 5px; /* Firefox */
		-webkit-border-radius: 5px; /* Google Chrome y Safari */
		border-radius: 5px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
}

.button1:hover {
	padding: 3px 5px;
	/margin: 10px;
    background-color: SaddleBrown;
    color: white;
	-webkit-transition-duration: 0.9s; /* Safari */
    transition-duration: 1.4s;
	text-shadow: 1px 0px 0px white;
		-moz-box-shadow: 0 0 5px #000;
		-webkit-box-shadow: 0 0 5px#000;
		box-shadow: 0 0 5px #000;
		-moz-border-radius: 5px; /* Firefox */
		-webkit-border-radius: 5px; /* Google Chrome y Safari */
		border-radius: 5px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */

}

	.cabeceras {
       background-color: white;
        float:left;  
        width: 90%;
		height: 220px;
		color: blue; 
		text-decoration: none;
		margin: 10px;
		text-align: left;
		padding: 10px;
		font-size: 16px;
		font-family: Arial;
		clear: right;
		/text-shadow: 1px 0px 0px white;
		/-moz-box-shadow: 0 0 5px #000;
		/-webkit-box-shadow: 0 0 5px#000;
		/box-shadow: 0 0 5px #000;
		/-moz-border-radius: 5px; /* Firefox */
		/-webkit-border-radius: 5px; /* Google Chrome y Safari */
		/border-radius: 5px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */

		}

	.cabeceras:hover {
      background-color: white;
        float:left;  
        width: 90%;
		height: 220px;
		color: blue; 
		text-decoration: none;
		margin: 10px;
		text-align: left;
		padding: 10px;
		font-size: 16px;
		font-family: Arial;
		clear: right;
		text-shadow: 1px 0px 0px white;
		-moz-box-shadow: 0 0 5px #000;
		-webkit-box-shadow: 0 0 5px#000;
		box-shadow: 0 0 5px #000;
		-moz-border-radius: 5px; /* Firefox */
		-webkit-border-radius: 5px; /* Google Chrome y Safari */
		border-radius: 5px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */

		}


.flechas {
	/margin: 0 auto;
	/opacity: 0.50;
	/align: center;
	position: fixed;
	top: 85%;
	/bottom: -50px;
	left: 0;
	width: 200px;
	/background-color: Olive;
}


#texto {
	font-family: Arial;
	font-size: 16px;
	color: black;
	/padding: 15px;
	/text-align: left;
	text-indent: 30px;

	}


	
#mini-ventana{  
    background-color: white;  
    /float:left;  
    /max-width: 100%; 
	/height:200px;
	/padding: 10px;
	/margin:5px;
	/font-size: 16px;
	/text-align: left;
	/text-decoration: none;
	/border: 1px solid #000; /*anchura, estilo y color borde*/
	/border-radius: 6px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
 
} 

#textocab {
	font-family: Arial;
	font-size: 22px;
	color: orange;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px black;
	}	
	
#fondocab {
	font-family: Arial;
	background-color: DarkRed;
	width: 100%;
	/height: 170px;
	margin-bottom: 10px;
	
	}

#comarca{
		font-family: Arial;
		color: white;
		font-size: 40px;
		text-align: center;
		text-shadow: 1px 1px black;
		margin: 5;
}

#ventana-publicidad{
	
	max-width: 300px;
	font-family: Arial;
	/border: 1px solid #000; /*anchura, estilo y color borde*/
	/border-radius: 6px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
	/font-size: 16px;
	text-align: left;
	/margin: 100 px;
	/padding: 10px;
}	

#derecha{  
		/background-color: white ;
		/overflow: hidden;
        float:left;  
        width:320px;
		/margin: 20;
		/opacity: 0.5;
		padding: 5px;
}


#limpiar{ clear: both; }

