html {
	height: 100%;
}
body {
	margin:0;
	padding:0;
	background-color: #dbc281;
	background-image: url(../img/body_fondo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.limpia {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
}
a {
	text-decoration: none;
}
#tapry {
	background-color: #f0e1b8;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 452px;
	width: 775px;
	margin-left: -387px; /* half of width */
	margin-top: -229px;  /* half of height */
}
#cabecera {
	background-repeat: no-repeat;
	background-position: right;
	border-top: 5px solid #000;
	background-color: #8a0125;
	padding-left: 20px;
}
#cabecera .logotipo a{
	height: 102px;
	width: 245px;
	background-image: url(../img/cabecera_logotipo.gif);
	background-repeat: no-repeat;
	/*text-indent: -10000px;*/
	display: block;
}
#cabecera .logotipo a span{
	display: none;
}
#contenido {
	height: 273px;
}
#pie {
	background-repeat: repeat-x;
	background-image: url(../img/pie_fondo.gif);
	padding-top: 0px;
	height: 28px;
}
#pie ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#pie ul li{
	margin-top: 11px;
	margin-bottom: 0px;
	display: inline;
	float: left;
	margin-left: 26px;
	padding: 0px;
}
#pie ul li, #pie a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F0E1B8;
}
#pie a {
	text-decoration: none;
}
#pie a:hover {
	text-decoration: underline;
}
