@charset "utf-8";
/* CSS Document */

#web {
width:950px;
position:relative; 
margin-left: auto; 
margin-right: auto;
}

#cabecera {
position:absolute;
width:950px;
height:156px;
top:10px;
}

#adsense {
position:absolute;
width:728px;
height:15px;
top:143px;
margin-left:220px;
background-color:#000000;
}

#menu_izq {
position:absolute;
width:145px;
height:1400px;
top:166px;
padding:5px;
border-left:1px;
border-left-color:#588afb;
border-left-style:solid;
border-right:1px;
border-right-color:#588afb;
border-right-style:solid;
background:#FFFFFF;
}
#menu_dch {
position:absolute;
width:169px;
height:1401px;
top:166px;
margin-left:769px;
padding:5px;
border-right:1px;
border-right-color:#588afb;
border-right-style:solid;
border-left:1px;
border-left-color:#588afb;
border-left-style:solid;
background:#FFFFFF;
}

#contenido {
	position:absolute;
	width:595px;
	height:1390px;
	top:166px;
	margin-left:157px;
	padding:10px;
	background:#FFFFFF;
}

#pie {
	position:absolute;
	width:948px;
	height:100px;
	top:1576px;
	border-left:1px;
	border-left-color:#588afb;
	border-left-style:solid;
	border-right:1px;
	border-right-color:#588afb;
	border-right-style:solid;
	border-top:1px;
	border-top-color:#588afb;
	border-top-style:solid;
	border-bottom:1px;
	border-bottom-color:#588afb;
	border-bottom-style:solid;
	background-color:#FFFFFF;
	left: 0px;
	}
	#subpie {
	position:absolute;
	width:948px;
	height:20px;
	top:1676px;
	border-left:1px;
	border-left-color:#588afb;
	border-left-style:solid;
	border-right:1px;
	border-right-color:#588afb;
	border-right-style:solid;
	border-top:1px;
	border-top-color:#588afb;
	border-top-style:solid;
	border-bottom:1px;
	border-bottom-color:#588afb;
	border-bottom-style:solid;
	background-color:#FFFFFF;
	left: 0px;
	}

#scroll {
width:600px;
height:500px;
}

body {
	background-image: url(Imagenes/fondo.jpg) repeat;
}

