
body { 
		/background-color: black;
		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: yellow;}



#pagina{
		max-width:350px;
		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;
		}

#pagina2{
		max-width:600px;
		color: black;
		background-color: white;
		margin: 0 auto;
		padding: 18px;
		margin-top: 15px;
		font-family: Arial;
		font-size: 20px;
		line-height: 25px;
		}

	
.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: 250px;
	width: 100px;
		}

.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: 250px;
	width: 150px;
		}
		
.dosb{
	/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: 150px;
	width: 125px;
		}		
		
		
		

.tres{
	padding: 2px;
	font-size: 16px;
	/margin-bottom: 10px;
    background-color: blue;
	/text-decoration: none;
	text-align: center;	
    color: white; 
    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) */
	height: 30px;
	/width: 150px;
	font-family: Arial;
		}

#h4 {
	font-family: Arial;
	font-size: 40px;
	margin: 6px;
	color: #BD231B;
	text-align: center;
	/width: 3px;
	font-weight: bold;
	text-shadow: 1px 1px 0px black;
	}

h5 {
	font-family: Arial;
	font-size: 20px;
	margin: 6px;
	color: white;
	text-align: center;
	/width: 3px;
	font-weight: bold;
	text-shadow: 1px 1px 0px black;
	}		

#h8 {
	font-family: Arial;
	font-size: 26px;
	padding: 10px;
	color: #800000;
	text-align: center;
	/width: 90%;
	font-weight: bold;
	text-shadow: -2px -2px 0px white;
	}	

#h9 {
	font-family: Arial;
	font-size: 23px;
	padding: 10px;
	color: orange;
	text-align: center;
	/width: 90%;
	font-weight: bold;
	text-shadow: 0px 1px 1px black;
	}	
#texto {  
        background-color: white;
        /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) */

} 

.boton1 {
		border: 1px solid black; /*anchura, estilo y color borde*/
		padding: 3px; /*espacio alrededor texto*/
		margin: 5px;
		background-color: white; /*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 redontres*/
		}
		
.boton1: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 redontres*/
		}
