@charset "utf-8";
@import url("menus.css");
@import url("comunes.css");
@import url("tabla.css");
/** Estructura de la web **/
body{
	margin:0;
	padding: 0;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-align: center;
}
#contenedor, #cabecera, #cuerpo, #columna_izda, #contenido, #pie{
	text-align: left;
}
#contenedor{
	width: 978px;	
	padding: 5px 20px;
	margin: auto;
}
#cabecera{
	height: 100px;
	background: white url(../img/fondo_cabecera.jpg) no-repeat left;
	position:relative;
}
#cuerpo{
	width:978px;
}
#columna_izda{
	float:left;
	width:90px;
}
#contenido{
	float:right;
	width: 783px;
	margin-right:0;
	font-size: 0.85em;
}
.izq{
	float:left;
}
.der{
	float:right;
}
#pie{
	clear: both;
	width: 978px;
	height: 26px;
	background-color: #6C6451;
	border-top:5px solid white;
	text-align:center;
}
#swf{
float:left;
width:100px;
height:15px;
margin-top:7px;
padding-top:0px;
}