body { 
		/background-color: white;
		background: url("fondos/fondo01.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: black;}

#libros {  
        /background-color: DarkRed;
        width: 300px;
		height: 175;
		margin: 5px;
		/color: white; 
		/text-decoration: none;
		/float:left;
		padding: 8px;
		/font-size: 16px;
		/font-family: Arial;
		-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) */

} 

.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;
		}

		
#pagina{
		max-width:550px;
		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;
		}
		
h4 {
	font-family: Arial;
	font-size: 20px;
	margin: 6px;
	color: black;
	text-align: center;
	/width: 3px;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;
	}

.iconos {
	   /border: 1px solid black;
	   height: 25px;
		/-moz-box-shadow: 0 0 15px #000;
		/-webkit-box-shadow: 0 0 15px#000;
		/box-shadow: 0 0 15px #000;
		-moz-border-radius: 15px; /* Firefox */
		-webkit-border-radius: 15px; /* Google Chrome y Safari */
		border-radius: 5px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */

		}
		
.iconos:hover {
	   border: 1px solid black;
	   height: 25px;
		-moz-box-shadow: 0 0 15px #000;
		-webkit-box-shadow: 0 0 15px#000;
		box-shadow: 0 0 15px #000;
		-moz-border-radius: 15px; /* Firefox */
		-webkit-border-radius: 15px; /* Google Chrome y Safari */
		border-radius: 5px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */

		}
