/* CSS Document */

body {
	margin: 0;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
p {
	font-size: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
}

p#bienvenidos {
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.imagen img {
	display: block; margin: 0 auto;
	}
.imagen {
	text-align: center;
	color:#999; font-size: 0.6em; font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	}