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

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


#cabecera {
   position:absolute;
   width:800px;
   height:157px;
}

#adsense {
	position:absolute;
	width:728px;
	height:15px;
	left: 26px;
	top: 136px;
}

#contenido{
	position:absolute;
	width:407px;
	top:157px;
	padding:5px;
	margin-left:163px;
	background:#FFFFFF;
	height:487px;
	border-bottom:5px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	text-align: center;
}

#menu-izq {
	position:absolute;
	width:148px;
	height:487px;
	top:157px;
	padding:5px;
	border-left:5px;
	border-left-color:#000000;
	border-left-style:solid;
	background:#FFF;
	border-top:0px;
	border-top-color:##000000;
	border-top-style:solid;
	border-bottom:5px;
	border-bottom-color:##000000;
	border-bottom-style:solid;
	left:0px;
}

#menu-dch {
	position:absolute;
	width:216px;
	height:497px;
	margin-left:742px;
	top:157px;
	border-right:5px;
	border-right-color:##000000;
	border-right-style:solid;
	background:#FFFFFF;
	border-top:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-bottom:5px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	left:-163px;
}


h1 { 
line-height: 30px;
margin:auto;}

body {
	background-image:url(../imagenes/fondo2.jpg) no-repeat;
	
}

li {
line-height:35px;
font:ComicSans13; }

