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;
	}
	
	#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%;
		}			
