@charset "utf-8";
/* CSS Document */

#web {
width:950px;
position:relative; 
margin-left: auto; 
margin-right: auto;
}


#cabecera {
   position:absolute;
   width:956px;
   height:173px;
}

#adsense {
	position:absolute;
	width:728px;
	height:15px;
	left: 226px;
	top: 149px;
}

#contenido{
	position:absolute;
	width:566px;
	top:173px;
	padding:5px;
	margin-left:180px;
	background:#FFFFFF;
	height:700px;
	border-bottom:5px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	
}

#menu-dch {
	position:absolute;
	width:180px;
	height:700px;
	margin-left:756px;
	top:173px;
	padding:5px;
	border-left:5px;
	border-left-color:#000000;
	border-left-style:solid;
	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:0px;
}

#menu-izq {
	position:absolute;
	width:160px;
	height:700px;
	top:173px;
	padding:5px;
	border-left:5px;
	border-left-color:#000000;
	border-left-style:solid;
	border-right:5px;
	border-right-color:##000000;
	border-right-style:solid;
	background:#FFCCFF;
	border-top:0px;
	border-top-color:##000000;
	border-top-style:solid;
	border-bottom:5px;
	border-bottom-color:##000000;
	border-bottom-style:solid;
	left:0px;
}



h1 { 
line-height: 30px;
margin:auto;}
