@charset "UTF-8";
/* CSS Document */
body {
	background-color: #D16BFF;
margin-top: 0px;
margin-bottom: 0px;

}
#contenedor {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	/*background-image: url(../images/fondo.png);*/
background-color: #FF99FF;
background-repeat: no-repeat;

}
#contenedor #banner {
	float: left;
	height: 212px;
	width: 1000px;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#contenedor #mleft {
	/* [disabled]float: left; */
	height: 204px;
	width: 100px;
	position: absolute;
	bottom: 0px;
	left: -100px;
	/* [disabled]top: 0px; */
	background-image: url(../images/bublesizg.jpg);
}
#contenedor #contenido {
	float: left;
	height: auto;
	width: 800px;
	position: relative;
	margin-right: 100px;
	margin-left: 100px;

	/* [disabled]bottom: 0px; */
}
#contenedor #mright {
	/* [disabled]float: left; */
	height: 204px;
	width: 100px;
	position: absolute;
	bottom: 0px;
	/* [disabled]top: 0px; */
	right: -100px;
	background-image: url(../images/bublesder.jpg);
}
#contenedor #contenido #articulos {
	/* [disabled]float: left; */
	height: auto;
	width: 750px;
	background-color: #000;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
	padding: 25px;
	clear: both;
min-height:204px;
}
#contenedor #contenido #pie {
	height: 58px;
	width: 800px;
	bottom: 0px;
	float: left;
	background-image: url(../images/pie1.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#contenedor #base {
	clear: left;
	height: 105px;
	width: 980px;
	bottom: 0px;
	font-size: 11px;
	color: #B316AD;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;	
}

#contenedor #base a:link {
	color: #B316AD;
	text-decoration: none;
}
#contenedor #base a:visited {
	color: #B316AD;
	text-decoration: none;
}
#contenedor #base a:hover {
	color: #FFFFFF;
}
#contenedor #base a:active {
	color: #FFFFFF;
}

#contenedor #menu {
	float: left;
	height: 41px;
	width: 800px;
	background-color: #B316AD;
	padding-right: 100px;
	padding-left: 100px;
}

#mainlevel li{
	float: left;
	display: inline;
	color: #FFF;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 10px;	
	margin-top: -12px;
	
}
#mainlevel a{
	float: left;
	display: inline;
	color: #FFF;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 10px;
	text-decoration: none;	
}

#mainlevel a:link {
	color: #CCC;
}

#mainlevel a:hover {
	color: #48EE60;
}
/*#mainlevel a:visited {
	color: #99EE60;
}*/

.pagenavbar a:visited, a:link {
	color: #FFFFFF;
}
.pagenavbar a:hover {
	color: #9C3;
}
.toclink a:link, a:visited {
	color: #CCC;
}
.toclink a:link, a:hover {
	color: #9C3;
}
.pagenavbar {
	text-align: center;
}
.contenttoc {
	text-align: center;
	width: 100%;
        display: none;
}
.pagenavcounter {
	text-align: center;
	width: 100%;
	font-size: 12px;
	color: #999;
margin-top: 25px;
}

#contenedor #menu .menu.sf-menu.sf-horizontal.sf-js-enabled.sf-shadow a span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.contentpaneopen {
	width: 100%;
}
