/* Stylesheet para la página*/

body {
	color: white; /*Color de fuente*/
	background-color: #c0c0c0; /*Color de fondo*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}
#wrapper {
	padding: 20px;
	color: black;
	background-color: white;
	width: auto;/*anchura del area de contenido*/
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	
}
#areatexto{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}

address{
	text-align: center;
	font-size: 80%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
}
#pie{
	
	padding-top: 10px;
	border-top: 1px solid #8c8c8c;
	margin-top: 20px;
}

a { text-decoration: none; outline:none;}
a:link {color:#0000ff;}
a:visited {color:#808080;}
a:hover, a:focus { text-decoration: underline;}
a:active {color: blue; background-color: blue;}





