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

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


#cabecera {
   position:absolute;
   width:934px;
   height:133px;
}


#menu-dch {
	position:absolute;
	width:160px;
	height:600px;
	margin-left:755px;
	top:155px;
	padding:5px;
	border-left:4px;
	border-left-color:#FF0000;
	border-left-style:solid;
	border-right:4px;
	border-right-color:#FF0000;
	border-right-style:solid;
	background:#FFFFFF;
	border-top:1px;
	border-top-color:#FF0000;
	border-top-style:solid;
	border-bottom:1px;
	border-bottom-color:#FF0000;
	border-bottom-style:solid;
	left:0px;
	background-color:#000000;
}

#menu-dch1 {
	position:absolute;
	width:160px;
	height:218px;
	margin-left:755px;
	top:780px;
	padding:5px;
	border-left:4px;
	border-left-color:#FF0000;
	border-left-style:solid;
	border-right:4px;
	border-right-color:#FF0000;
	border-right-style:solid;
	background:#FFFFFF;
	border-top:1px;
	border-top-color:#FF0000;
	border-top-style:solid;
	border-bottom:1px;
	border-bottom-color:#FF0000;
	border-bottom-style:solid;
	left:0px;
	background-color:#000000;
}

#menu-izq{
	position:absolute;
	width:170px;
	height:685px;
	top:155px;
	padding:5px;
	border-left:4px;
	border-left-color:#FF0000;
	border-left-style:solid;
	border-right:4px;
	border-right-color:#FF0000;
	border-right-style:solid;
	background:#FFFFFF;
	border-top:1px;
	border-top-color:#FF0000;
	border-top-style:solid;
	border-bottom:1px;
	border-bottom-color:#FF0000;
	border-bottom-style:solid;
	left:0px;
	background-color:#CCCCCC;
}
#contenido{
	position:absolute;
	width:545px;
	top:155px;
	padding:5px;
	margin-left:194px;
	background:#CCCCCC;
	
}
#body {
	background-image:
	url(../imagenes/fondo.png);
}

