body { 
		background-color: #DAE0E0;
		/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;
		max-width: 450px;
		margin: 0 auto;	
		text-align: left;
		font-size: 14px;
		font-family: Arial;
		padding: 0 auto;

	}

	a {color:black;}
	a:link { text-decoration:none;}
	a:hover {color: #808080;}

#texto {  
        background-color: #DAE0E0;
        width: 90%;
		text-align: left;
		max-width: 450px;
		color: white;
		padding: 8px;
		margin: 0 auto;
		}
		

#h7 {
	font-family: Arial;
	font-size: 16px;
	margin: 5px;
	padding: 5px;
	color: black;
	text-align: center;
	width: 90%;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;
	background-color: orange;
	border-radius: 15px;
	}
	
#h71 {
	font-family: Arial;
	font-size: 16px;
	margin: 5px;
	padding: 5px;
	color: black;
	text-align: center;
	width: 90%;
	/font-weight: bold;
	text-shadow: 1px 1px 0px white;
	background-color: #DAE0E0;
	border-radius: 5px;
	border: 1px solid orange;
	}
	
	
	#texto2 {  
        background-color: #DAE0E0;
        width: 90%;
		text-align: left;
		max-width: 450px;
		color: black;
		padding: 8px;
		margin: 0 auto;
		}

.cabecera{
	text-align: center;	
    color: black; 
		-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) */
	width: 90%;
		}			

.fotos{
	/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: 220px;
	/width: 175px;
		}
		
		#h5 {
	font-family: Arial;
	font-size: 18px;
	/margin: 6px;
	color: black;
	text-align: center;
	/width: 3px;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;
	}
