@charset "utf-8";
/* CSS Document */

body {
	font: 8pt Arial, Helvetica, sans-serif;
	text-align: center;
}

#contenedor {
	width: 98%;
	/*margin: auto;*/
}

#contenedor-pad {
	padding: 10px 10px 10px 10px;
}

#seccionizquierda {
	width: 280px;
	float:left;
	clear: both;
}

#seccionderecha {
	float:left;
	overflow:auto;
	clear: both;
	width: 750px;
}

#logo {
	position: absolute;
	left:0px;
	top:0px;
	width: 250px;
	height: 120px;
	text-align: center;
	
	padding: 15px 15px 15px 15px;
}

#menudatos {	
	position: absolute;
	left: 0px;
	top: 150px;
	
	width: 250px;
	
	padding: 15px 15px 15px 15px;
}

#menuacciones {
	position: absolute;
	left: 280px;
	top: 25px;
	
	height: 35px;
	
	float:left;
	
	width: 750px;
}

#cuerpo {
	clear:both;
	z-index:-1;
	position: absolute;
	left: 280px;
	top: 65px;
	
	margin:auto;
	padding: 0px 10px;
	text-align:center;
}

#titulocongreso {
	position: absolute;
	left: 280px;
	top: 0px;
	
	height: 20px;
	
	float:left;
	
	width: 750px;
	
	text-align:center;
}


