@charset "utf-8";
/* CSS Document */

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight:normal;
	
	line-height:130%;
	
	color:#470C0C;
	
	margin-top: 2%;
	margin-right: 15%;
	margin-left: 15%;
	
	background-color: #4f473b;
	
}

h2 {
	font-weight: lighter;
	font-size: 115%;
	font-style: italic;
}


h3 {
	font-weight:lighter;
	font-size:130%; 
}
	
h5 {
	font-weight:lighter;
	font-size:90%; 
}
		
#header {
	background-color: #33230B;
	padding: 10px;
}

#main {
	padding: 20px;
	background-color: #f7f5e6;
}

#footer {
	color: #f7f5e6;
	text-align: center;
	background-color: #33230B;
	padding: 10px;
}

.imagen {
	margin-left: 12%;
}

.texto{

}

a:link {
	color: #f7f5e6;
}

a:visited {
	color: silver;
}

a:hover {
	background: #f7f5e6;
	color: #33230B;
}
