/*Capas*/
body {
	text-align: center;
	font-family: "Lucida Sans", Calibri, Candara, Arial;
}
#Encabezado{
	text-decoration: none;
	cursor:pointer;
	font-family: "Bookman Old Style";
	text-align: left;
}
#Container{
	text-align: center;
}
#MenuLateral{
	text-align: left;
	list-style-type: none;
	font-size: 14px;
}
#Cuerpo{
	text-align: left;
	font-size:14px;
}
#Pie{
}
#texto-pie{
	font-size: 10px;
	font-style: italic;
	text-align: right;
}

/*Encabezado*/
#Encabezado a {
	text-decoration: none;
}
a #Encabezado h2{
	font-size: 31px;
	text-decoration: none;
}
a #Encabezado h1{
	font-size:36px;
	text-decoration: none;
}
a #Encabezado h3{
	font-size:28px;
	font-weight:bold;
	text-decoration: none;
}

/*Contenido*/
#Contenido h2{
	font-size:28px;
}
#Contenido h3{
	font-family: inherit;
	font-size:20px;
}
#Contenido h5{
	font-weight:bold;
	font-size:inherit;
}
#Contenido a{
	text-decoration: underline;
}
#Contenido a:hover{
	text-decoration: underline;
}
#Contenido ul{
	list-style-type: square;
}
#Contenido Table tr .comida{
	font-size:12px;
}
#Contenido Table tr .otros{
	font-size:12px;
}
#Contenido Table tr .ws{
	font-size:12px;
}
#Contenido Table tr .conf{
	font-size:12px;
}
/*Pie*/
#Pie a{
	font-style:normal;
}
/*Menu Lateral*/
#MenuLateral a{
	text-decoration: none;
}
#MenuLateral ul{
	list-style: none;
}
#MenuLateral .Activo{
	text-decoration: none;
}
#MenuLateral a:hover{
	text-decoration: underline;
}
#MenuLateral .titulo{
	font-weight:bold;
	font-size: 15px;
	font-family: "Lucida Bright", Georgia, serif;
}

