body{
	margin:0;
	background-color: #484131;
	background-image: url(images/bg.gif);
	background-repeat:  repeat-x;
	background-position: top;
}

#contenedor, #superior, #header, #contenido{
	width:850px;
	margin:auto;
}

#superior{
	background-image:url(images/banner.png);
	height:180px;
	background-repeat: no-repeat;
}

#contenido{
	background-color:#FFFFFF;
	/*height:420px;*/
	background-image: url(images/bg_contenido.gif);
	background-repeat:  repeat-y;
	background-position: top;
	float:left;
}
#contenido1{
	background-color:#FFFFFF;
	/*height:420px;*/
	background-image: url(images/bg_contenido.gif);
	background-repeat:  repeat-y;
	background-position: top;
	float:left;
}

#left{
	float:left;
	width:220px;
	height: 650px;
	background-image: url(Images/bg_lateral.gif);
}
#left1{
	float:left;
	width:220px;
	height: 1086px;
	background-image: url(Images/bg_lateral.gif);
}
#left2{
	float:left;
	width:189px;
	padding-left: 10px;
	padding-right: 5px;
	background-color: #6eb6fe;
	height: 550px;
}
#left3{
	float:left;
	width:220px;
	height: 646px;
	background-image: url(Images/bg_lateral.gif);
}
#right{
	float:right;
	width:630px;
	background-color: #FFFFFF;
	height: 650px;
	background-image: url(Images/fondo.png);
}

#right1{
	float:right;
	width:630px;
	height: 646px;
	background-image: url(Images/fondo4.png);
}
#right12{
	float:right;
	width:630px;
	background-color: #FFFFFF;
	height: 440px;
	background-image: url(Images/fondo3.png);
}
#right2{
	float:right;
	width:630px;
	height: 646px;
	background-image: url(Images/fondo4.png);
}
#right p{
	width:580px;
	padding-left:5px;
	padding-right:5px;
	}
#left p{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;

}
#footer{
	margin:auto;
	width:850px;
	height:70px;
	background-image: url(footer.png);
	float:left;
	text-align:left;
	font-size:13px;
	padding-top: 30px;
}

#creditos{
	padding-top:1px;
	color:#666666;
	text-align:center;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 850px;
	clear: both;

}
#creditos a{
	color:#333333;
}
#creditos a:hover{
	text-decoration:underline;}

