#cabecera {
	background: #8e7256;
	padding-bottom: 10px;
	padding-top: 0px;
}
#todo {
	margin: 0px auto;
	width: 820px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/fondos/fondo_todo.jpg);
	background-repeat: repeat-x;
}
#menu {
	width:200px;
	float: left;
}
#menu ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	margin: 0px 0px 5px;
	padding: 0px;
	float: left;
}
#menu li a {
	width:160px;
	background:#CCCCCC url(../images/botones/boton-bg.jpg)  repeat-x left top;
	text-decoration:none;
	font-weight: bold;
	border: 1px solid rgb(179,179,179);
	color: #000000;
	height: 35px;
	display: block;
	padding-left: 10px;
	line-height: 200%;
}

 #menu li a:visited {
	border: 1px solid rgb(131,187,217);
	background-color: #CCCCCC;
	background-image: url(../images/botones/boton-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #990000;
	text-decoration: none;
   }

#menu li a:hover {
	background: #00CCFF url(../images/botones/boton-bg-ho.jpg)  repeat-x;
	border: 1px solid rgb(131,187,217);
   } 

li#actual {
	/*background: rgb(142,238,238);*/
	width:160px;
	text-decoration:none;
	font-weight: bold;
	border: 1px solid rgb(179,179,179);
	color: #000000;
	height: 35px;
	display: block;
	padding-left: 10px;
	line-height: 200%;
}

#contenido {
	font-size: 14px;
	padding: 0px;
	margin-left: 210px;
	width: 600px;
}
#menu p {
	float: left;
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: center;
	width: 160px;
}
#menu p img {
	margin-left: 8px;
	display: inline;
}
.primerp {
	margin-top: 0px;
}
.componente {
	font-style: italic;
	font-weight: bold;
}
#caja_f {
	color: #FFFFFF;
	width: 597px;
	background: #000000;
	text-align: center;
	margin: 0px 0px 15px;
	padding: 2px 0px 0px;
	text-decoration: underline;
}
#oir td {
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}
#oir {
	background: #000000 url(../images/fondos/fondo_can.jpg) no-repeat;
	border: 1px solid #000000;
	color: #FFFFFF;
	width: 250px;
	margin-top: 50px;
}

