
body { 
		background-color: blue;
		/background: url("fondos/fondo.jpg") no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin: 0;	
		text-align: left;
		font-size: 22px;
		font-family: Arial;
		text-shadow: 1px 1px white;

	}

	a {color:black;}
	a:link { text-decoration:none;}
	a:hover {color: #808080;}

#texto {  
        /background-color: DarkRed;
        /width: 100%;
		/height: 175;
		/color: white; 
		/text-decoration: none;
		padding: 8px;
		/font-size: 16px;
		/font-family: Arial;
		-moz-box-shadow: 0 0 5px #BDB5B5;
		-webkit-box-shadow: 0 0 5px#BDB5B5;
		box-shadow: 0 0 15px #BDB5B5;
		-moz-border-radius: 10px; /* Firefox */
		-webkit-border-radius: 10px; /* Google Chrome y Safari */
		border-radius: 10px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */

} 

#texto2 {  
        background-color: #FFBC09;
        /width: 100%;
		/height: 175;
		/color: white; 
		/text-decoration: none;
		padding: 8px;
		/font-size: 16px;
		/font-family: Arial;
		-moz-box-shadow: 0 0 5px #BDB5B5;
		-webkit-box-shadow: 0 0 5px#BDB5B5;
		box-shadow: 0 0 15px #BDB5B5;
		-moz-border-radius: 10px; /* Firefox */
		-webkit-border-radius: 10px; /* Google Chrome y Safari */
		border-radius: 10px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */

} 

#texto0 {  
        /background-color: DarkRed;
        width: 90%;
		text-align: left;
		padding: 8px;
} 


.uno{
	/padding: 5px;
	font-size: 16px;
	/margin-bottom: 10px;
    background-color: white;
	text-decoration: none;
	text-align: center;	
    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: 15px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
	height: 180px;
	width: 150px;
		}
		
.dos{
	/padding: 5px;
	font-size: 16px;
	/margin-bottom: 10px;
    background-color: white;
	text-decoration: none;
	text-align: center;	
    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: 15px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
	height: 138px;
	width: 100px;
		}

.tres{
	/padding: 5px;
	font-size: 16px;
	/margin-bottom: 10px;
    background-color: white;
	text-decoration: none;
	text-align: center;	
    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: 15px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
	height: 100px;
	width: 80px;
		}

.libros{
	/padding: 5px;
	font-size: 16px;
	/margin-bottom: 10px;
    background-color: white;
	text-decoration: none;
	text-align: center;	
    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: 15px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
	/height: 100px;
	width: 175px;
		}

		
#pagina{
		max-width:450px;
		color: black;
		background-color: #DAE0E0;
		margin: 0 auto;
		-moz-box-shadow: 0 0 15px #000;
		-webkit-box-shadow: 0 0 15px#000;
		box-shadow: 0 0 15px #000;
		-moz-border-radius: 10px; /* Firefox */
		-webkit-border-radius: 10px; /* Google Chrome y Safari */
		border-radius: 10px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
		padding: 18px;
		font-size: 16px;
		margin-top: 15px;
		/max-height: 600px;	
		font-family: Arial;
		}
h5 {
	font-family: Arial;
	font-size: 20px;
	margin: 6px;
	color: black;
	text-align: center;
	/width: 3px;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;
	}

h6 {
	font-family: Arial;
	font-size: 14px;
	margin: 3px;
	color: white;
	text-align: center;
	/width: 3px;
	font-weight: bold;
	text-shadow: 1px 1px 0px black;
	background-color: #800000;
	}

.microventana{  
    background-color: red; 
	color: white;	
    /float:left;  
    /max-width: 90%; 
	height: 30px;
	padding: 3px;
	margin:6px;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	/border: 1px solid black; /*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) */
 
} 

