@charset "utf-8";

body {
	margin: 0px 0px 0px 0px;
}
.contenido {
	position:absolute;
	width: 100%;
	height: 100%;
	z-index:0;
}
.footer {
	width: 100%;
	bottom: 0px;
	position:absolute;
	z-index:1;
	padding-bottom: 10px;
}
.footer2 {
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #1C90CE;
}
.footer2 a {
	text-decoration: none;
	color: #1C90CE;
}
.footer2 a:hover {
	text-decoration: none;
	color: #5DC5FB;
}
.footerCuadro {
	padding-right: 20px;
}
.cabecera {
	width: 100%;
	top: 1px;
	right: 0px;
	width: 100px;
	position:absolute;
	z-index:2;
}
