/* CSS Document */

body {
	min-width:960px;
	}

div#ancho {
	position: relative;
	overflow: hidden;
	margin: 10px auto;
	padding: 0;
	top:0;
	background-color:#fff;
	width:960px;
	}
	
div#arriba {
	background-color:#FFF;
	width: 960px;
	height: 25px;
	background-image: url(../imagenes/fondo_arriba.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

div#centro {
	width:960px;
	height: 420px;
	}

div#izda {
	background-color:#FFFFFF;
	background-image:url(../imagenes/fondo_izda.jpg);
	background-position:right;
	width:100px;
	height: 420px;
	float: left;
	margin: 0;
	}	
div#dcha {
	background-color:#FFFFFF;
	background-image:url(../imagenes/fondo_dcha.jpg);
	width:100px;
	height: 420px;
	float: right;
	margin: 0;
	background-repeat: no-repeat;
	background-position: left;
	}	

div#contenido {
	width: 760px;
	height: 420px;
	position:absolute;
	left:100px;
	right:100px;
	top: 25px;
	margin:0;
	background-image:url(../imagenes/fondo_cont.jpg);
	overflow: hidden;
	}



div#abajo {
	background-color: #FFFFFF;
	width:960px;
	height:93px;
	background-image:url(../imagenes/fondo_abajo.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	}

