<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
</head>

<body>
ul#menu{ /*VALORES PARA LA POSICION DEL MENU*/
	text-align:center;
	list-style:none;
	padding: 0;
 	margin:auto auto;
 	width: 0%;
	
 }
#menu {
padding:0;
margin:0;
height:2em;
list-style-type:none;
border-left:1px solid #0C0;
background:#FFF;/*VALORES PARA EL COLOR DE FONDO DE CADA OPCION*/
text-align:center;
/*#dfd7ca*/
}

#menu li {
float:left;
width:12em; 
height:2em;/*ALTO DE LA CAJA CONTENEDORA */
line-height:2em;/*POSICION VERTICAL DE LAS CABECERAS*/
border-right:1.5px  solid  #0C0;position:relative;


}
#menu li a, #menu li a:visited {
display:compact;
text-decoration:inherit; 

font-weight:bold;
color:#CC0000 /*color inicio items (cabecera de menu)*/

}
#menu li a span, #menu li a:visited span {
display:none; /* needed to trigger IE */
}
#menu li a:hover {
border:0; 
}
#menu li a:hover span { /*valores de los caracteres que se sobreponen con el cursor*/
display:block;
width:12em;
height:2em;
text-decoration:underline;
text-align:center;
text-shadow:#0C0;
font-weight:bold;/*poner en negritas*/
position:absolute; 
left:12px;
top:1px;
color:#0C0;/*color sobrep uesto de texto*/ 
cursor:pointer;
}

/*________TERMINA ESTILOS DEL MENU Y COMIENZAN LOS ESTILOS DE CONTENIDO_________*/

#menup{
	position:absolute;
	/*margin:3% auto;¨*/
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	font-size:14px;
	padding:10px;
	width:850px;
	height:2em;
	border-color:#0C0;
	border-bottom-style:double;
	border-right-style:double;
	border-left-style:double;
	border-top-style:double;
	border-top-right-radius : 15px;
	border-top-left-radius : 15px;
	border-bottom-right-radius : 15px;
	border-bottom-left-radius : 15px;
	
}

#pie{
	height:150px;
	border-top-right-radius : 15px;
	border-top-left-radius : 15px;
	
}

#tablaprecios{
	width:190px;
	
}

#tablaprecios table{
	background:#FFF;
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#C00;
	border-color:#0C0;
	font-weight:bold;
	width:190px;
	height:140px;
	/*border-bottom-style:groove;
	border-right-style:groove;
	border-left-style:groove;
	border-top-style:groove;*/
	border-top-right-radius : 15px;
	border-top-left-radius : 15px;
	border-bottom-right-radius : 15px;
	border-bottom-left-radius : 15px;
}

#texto{
	position:absolute;
	float:left;
	left:210px;
	top:10px;
	border-color:#C00;
	
}
#texto table{
	background:#FFF;
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-color:#C00;
	/*color:#0C0;
	font-weight:bold;*/
	width:690px;
	height:140px;
	border-bottom-style:groove;
	border-right-style:groove;
	border-left-style:groove;
	border-top-style:groove;
	border-top-right-radius : 15px;
	border-top-left-radius : 15px;
	border-bottom-right-radius : 15px;
	border-bottom-left-radius : 15px;
}


	



</body>
</html>