body
{
	background: #fff;
}

#contenedor
{
	position: relative;
	width: 700px;
	height: 600px;
	background: transparent;
	margin: 0 auto 0 auto;
}

div#banner
{
/* 	height: 160px;*/
	margin-bottom: 20px;
	/*background:url("../imagenes/banner.png") no-repeat center right;*/
	/*padding-top: 130px;*/
}

ul#menusuperior
{
	text-align: right;
}

ul#menusuperior li
{
 	display: inline;
 	list-style:none;
 	margin-left: 0;
}

ul#menusuperior li:before 
{
	content: "| ";
}

#menu
{
	/*position: relative;*/
	margin-right: 1%;
	float: left;
	width: 22.8%;
	padding-top: 20px;
}

#menu ul
{
 	background: #fdcb4c url("../imagenes/superiormenu.gif") no-repeat top center;
	list-style-image: url("../imagenes/icono.gif");
	/*width: 140px;*/
	padding: 1.5em 0 3em 20px;
	margin: 0 auto 10px auto;
}

#menu ul li
{
	/*width: 105px;
	margin-bottom:5px;*/
	background: transparent url("../imagenes/flecharoja.gif") no-repeat center right;
	/*padding-right:15px;*/
}

#menu ul li.activo
{
	background: #fee094;
}

#menu ul li ul
{
	background: #fdcb4c;
	display: none;
	/*margin-left: 1em;*/
	margin: 0/* 0 0 -1.5em*/;
	padding: 0;
	list-style: none;
	width: 100%;
	/*width: 158px;*/
}

/*#menu ul li ul li
{
	padding-left: 2em;
}*/

#menu ul li a:hover
{
	text-decoration: none;
}

#menu ul li:hover
{
	background: #fee094;
	/*background: rgb(255,208,140);*/
}


#contenido
{
 	position: relative;
	width: 70%;
	/*width: 480px; */
	height: 380px;
	overflow: auto;
	border: 1px solid black;
	margin-bottom: 20px;
	color: #001A3E;
	padding: 1em;	
	text-align: justify;
}

#contenido a
{
	text-decoration:none;
	color: #001A3E;	
}

#contenido a:visited
{
	text-decoration:none;
	color: #ab0810;	
}


#pie
{
	clear:left;
	width:700px; 
	background: #004178;
	display: block;
	height: 1.5em;
	padding-right: 1em;
}

.banner
{
	/*display: block;*/
	/*margin-left: auto;
	margin-right: auto;*/
	margin: 0 0 10px 0;
}

/* TEXTOS */

body
{
 	font-family: Verdana;
 	font-size: 0.8em;
}

#menu a
{
 	color: #004178;
	text-decoration: none;
	font-size: 0.8em;
}

#menu a:hover
{
	text-decoration: underline;
}

#pie
{
	color: #fff;
	text-align: right;
	font-size: 0.9em;
}

ul#menusuperior a
{
 	color: #999;
 	font-size: 1.1em;
 	text-decoration:none;
}

ul#menusuperior a:hover
{
	color: #999;
	text-decoration: underline;
}

#menu address
{
	color: #004178;
	font-size: 0.9em;
	text-align: center;
	margin-top: 1em;
}
