﻿@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;

}
#contenedor {
	width: 1000px;
	margin: 0 auto;
}

a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
}

a:hover {
	color: #DAE6FC;
	font-variant: small-caps;
	font-style: italic;
}