@charset "utf-8";
@import url("menus.css");
@import url("comunes.css");
@import url("tabla.css");
@import url("formulario.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;
	background-color: white;
}
#contenedor{
	width: 950px;	
	/*padding: 5px 20px;*/
	margin: auto;
	/*border:1px solid silver;*/
}
#cabecera{
	width: 950px;
	height: 220px;
/*	position:relative; */
}
#flash{
	/*float:right;*/
	/*width: 480px;*/
	/*margin-top: -50px;*/
}
#cuerpo{
	clear:both;
	float: right;
	width:940px;
}
#columna_izda{
	float:left;
	width:203px;
}
#contenido{
	float:right;
	width: 720px;
	font-size: 0.85em;
}
.izq{
	float:left;
}
.der{
	float:right;
}
#pie{
	clear: both;
	width: 100px;
	height: 26px;
	color:#333333;
	/*background-color: #cccccc;*/
	border-top:5px solid white;
	text-align:center;
}

