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

body{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	font-weight:normal;
	
	line-height:130%;
	
	color:#183435;
	
	margin-top: 2%;
	margin-right: 15%;
	margin-left: 15%;
	
	background-color: #176B72;
	
}

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


h3 {
	font-weight:lighter;
	font-size:105%; 
}
	
h5 {
	font-weight:lighter;
	font-size:90%; 
}
		
#header {
	background-color: #46A7B0;
	padding: 10px;
}

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

#footer {
	color: #f3f8fa;
	text-align: center;
	background-color: #46A7B0;
	padding: 5px;
}

.imagen {
	margin-left: 12%;
}

.texto{

}

a:link {
	color: #f3f8fa;
}

a:visited {
	color: silver;
}

a:hover {
	/*background: #f3f8fa;*/
	color: #33230B;
}
