#fondo{
	width: 100%;
	background-color: black;
	background-attachment: fixed;
	font-family: Arial;
	font-size: 14px;
	margin: 0px;

}

#cabecera{
	width: 100%;
	/background-color: blue;
	text-align: center;
	/color: white;
	left: 0px;
	height: 60px;
	top: 0; /* Posicionamos la cabecera pegada arriba */
	/position: fixed; /* Hacemos que la cabecera tenga una posición fija */
}

#pagina{
		max-width:1100px;
		color: white;
		background-color: black;
		/opacity: 0.5;
		overflow: hidden; 
		padding: 5px; 
		margin: 0 auto 0px auto;
		font-family: Arial;
		font-size: medium;
		text-align: left;
		/margin-top: 340px;
		/-moz-box-shadow: 0 0 5px #888;
		/-webkit-box-shadow: 0 0 5px#888;
		/box-shadow: 0 0 5px #888;
		/-moz-border-radius: 15px; /* Firefox */
		/-webkit-border-radius: 15px; /* Google Chrome y Safari */
		/border-radius: 15px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
}



#izquierda{  
		/background-color: #E6E6FA;
        float:left;  
        max-width: 540px;
		margin-right: 5px;
		text-align: left;
		padding: 2px;
		clear: right;
} 

#derecha{  
        /background-color: #F5F5DC;  
        float:left;  
        max-width: 540px; 
		text-align: left;
		/padding: 5px;
		text-decoration: none;
		/-moz-box-shadow: 0 0 5px #888;
		/-webkit-box-shadow: 0 0 5px#888;
		/box-shadow: 0 0 5px #888;
		/-moz-border-radius: 15px; /* Firefox */
		/-webkit-border-radius: 15px; /* Google Chrome y Safari */
		/border-radius: 15px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
} 



#caja{  
        background-color: #A02214;  
        width: 90%; 
		min-height: 40px;
		text-align: left;
		padding: 10px;
		color: GhostWhite;
		margin: 10px;
		text-decoration: none;
		-moz-box-shadow: 0 0 5px #000;
		-webkit-box-shadow: 0 0 5px#000;
		box-shadow: 0 0 5px #000;
		-moz-border-radius: 15px; /* Firefox */
		-webkit-border-radius: 15px; /* Google Chrome y Safari */
		border-radius: 15px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
}

#caja2{  
        background-color: black;  
        width: 95%; 
		min-height: 40px;
		text-align: center;
		font-size: 25px;
		font-family: Arial;
		padding: 10px;
		color: GhostWhite;
		margin: 10px;
		text-decoration: none;
		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: 15px; /* Firefox */
		-webkit-border-radius: 15px; /* Google Chrome y Safari */
		border-radius: 15px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
}


#limpiar{ clear: both; } 

#foto{
        /background-color: LemonChiffon;
        float:left;  
        width: 90%;
		/height: 200px;
		margin-right: 10px;
		margin-bottom: 5px;
		text-align: left;
		padding: 2px;
		/min-height: 100px;
		font-size: 14px;
		font-family: Arial;
		-moz-box-shadow: 0 0 15px #000;
		-webkit-box-shadow: 0 0 5px#000;
		box-shadow: 0 0 5px #000;
		clear: right;
} 



h4 {
	font-family: 'Arial';
	font-size: 25px;
	color:white;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 {
	font-family: 'Arial';
	font-size: 16px;
	color:white;
	margin-bottom: 0px;
	margin-top: 0px;
}

h6 {
	font-family: Arial;
	text-shadow: 1px 1px 1px Black;
	font-size: 22px;
	color: Red;
	margin: 1px;
}


