	
		
	body { 
		background-color: DarkKhaki;
		/background: url("../images/fondos/azul.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: 10px;
		color: black;
		/width: 100%;
		}

	
	
	#pagina{
		max-width:1000px;
		color: black;
		background-color: #FBEFDD;
		/opacity: 0.5;
		overflow: hidden; 
		padding: 5px; 
		margin: 0 auto;
		font-family: Arial;
		font-size: 18px;
		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) */
}
	
	
	.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*/
		}
		
	.boton2 {
		border: 1px solid #2e518b; /*anchura, estilo y color borde*/
		padding: 3px; /*espacio alrededor texto*/
		margin: 5px;
		height: 100px;
		background-color: Aquamarine; /*color botón*/
		color: black; /*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*/
		}
.boton2:hover {	
		border: 1px solid #2e518b; /*anchura, estilo y color borde*/
		padding: 3px; /*espacio alrededor texto*/
		margin: 5px;
		height: 100px;
		background-color: yellow; /*color botón*/
		color: black; /*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*/
		}

	
	
	#limpiar{ clear: both; } 
	
#articulo {
	font-family: Arial;
	font-size: 20px;
	color: green;
	text-align: center;
	text-decoration: blink;
	text-shadow: 1px 1px 0px black;
	}
	
	
		
#izquierda{  
		background-color: #FBEFDD;
        float:left;  
        max-width:485px;
		margin: 0 auto;
}

	#ficha{
		width:85%;
		color: black;
		background-color:#FBEFDD;
		/opacity: 0.5;
		/overflow: hidden; 
		margin: 0 auto;
		font-family: Arial;
		/font-size: 18px;
		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) */

}


#ventana-publicidad{
	width: 90%;
	
}





.button1 {
	padding: 3px 20px;
	margin-bottom: 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 {
    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) */

}

#mini-ventana{  
    background-color: #F4DA9C;  
    float:left;  
    width: 85px; 
	height: 70px;
	margin:2px;
	text-align: center;
	border: 1px solid #2e518b; /*anchura, estilo y color borde*/
	padding: 2px;
	text-decoration: none;
	/clear: right;
	/-moz-box-shadow: 0 0 5px #888;
	/-webkit-box-shadow: 0 0 5px#888;
	/box-shadow: 0 0 5px #888;
	/-moz-border-radius: 15px; /* Firefox */
	/-webkit-border-radius: 15px; /* Google Chrome y Safari */
	/border-radius: 15px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
} 

.cajal {  
        background-color: LightSteelBlue;
        float:left;  
        width: 120px;
		height: 250px;
		color: black; 
		text-decoration: none;
		/margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 15px;
		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: 250px;
		color: black; 
		text-decoration: none;
		/margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 15px;
		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;
} 