@import "estandar.css";

html
{
	font-size: 20px;
	background: #FFF;
}

body
{
	color: #000;
	background: #FFF;
}

#cabecera,
#cabecera .fondo-cabecera
{
	background: #FFF;
}

#menu
{
	display: none;
}

#contenido
{
	background: #FFF;
}

#cuerpo
{
	float: none;
	width: auto;
}

#cuerpo a
{
	text-decoration: none;
	color: #000;
	padding: 0 20px 0 0;
	background: url( ../imxs/enlace.gif ) no-repeat right bottom;
	border-bottom: 1px solid #EEE;
}

#lateral
{
	display: none;
}

#pie
{
	background: #FFF;
}

#pie p
{
	display: none;
}

#pie .copyright
{
	color: #444;
	border-top: 1px solid #EEE;
	background: #FFF;
	display: block;
}

#realizado-por
{
	display: none;
}

.idioma
{
	display: none;
}
