body {
	margin-top: 0px;
	background-image: url(images/fondocontenedor.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#contenedor {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#contenedor #titulo {
	background-image: url(images/cosasdebego.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 90px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#contenedor #tituloadmin {
	background-image: url(images/cosasdebegoadmin.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 90px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#contenedor #cuerpo {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#contenedor #cuerpo a img {
	padding: 3px;
	border: 4px solid #CCCCCC;
	margin: 5px;
}
#contenedor #cuerpo a:hover img {
	border: 4px solid #FF6F6F;
}
#enlaces {
	width: 800px; 
	float:left;
}
#enlaces ul{
	width:800px;
	display:block;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}
#contenedor #cuerpo h1 {
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: normal;
	color: #0066CC;
	padding-left: 20px;
}

#enlaces ul li{
	width:800px;
	height:27px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CECECE;
}
#enlaces ul li a{
	width:800px;
	height:26px;
	display:block;
	color:#8F8C73;
	font:13px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 22px;
}
#enlaces ul li a:hover{
	width:800px;
	color:#FD990B;
	text-decoration:none;
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#contenedor #cuerpo span {
		padding-top: 10px;
	padding-left: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C9C9C9;
	display: block;
	width: 800px;
	font-family: "Century Gothic";
	font-size: 10pt;
	color: #666666;
}
