body {
	font-family: Garamond, "Gill Sans MT", serif, "Times New Roman";
	color: #FFFFFF;
}
i {display: none;}
#contenedor {
	width: 700px;
}
#cabecera {
	width: 700px;
	height: 100px;
	background-color: #990000;
	background-image: url(../imagenes/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#idiomas {
	text-align: right;
	padding-top: 80px;
}
#idiomas a {
	color: #fff;
}
#idiomas a:hover {
	text-decoration: none;
}
#menu {
	margin-top: 5px;
	float: left;
	background-color: #000;
	width: 170px;
	padding: 4px;
	height: 345px;
	padding-bottom: 0px;
}
#menu h1 {
	font-size: 16px;
	font-weight: bold;
	width: 160px;
	heigh: 21px;
	background-color: #990000;
	padding: 4px;
	margin: 0px;
}
#menu ul {
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	list-style-image: url(../imagenes/menu-icono.gif);
	list-style-position: inside;
	
}
#menu li {
	border-bottom: 1px solid #990000;
	width: 150px;
	padding-left: 4px;
}
#menu a {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	font-weight: bold;
}
#agenda {
	margin-top: 5px;
	margin-left: 5px;
	width: 235px;
	color: #000;
	float: left;
	background-color: #FFCC33;
	border: 1px solid #000;
	padding: 10px;
	padding-bottom: 0px;
	margin-bottom: -2px;
	height: 335px;
}
#agenda h1 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
#agenda ul {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000;
	list-style-type: none;
}
#agenda a {
	color: #000000;
	text-decoration: none;
}
#agenda a:hover {
	text-decoration: underline;
}
.fecha {background-color: #fff;}
.texto {}

#derecha {
	margin-top: 5px;
	margin-left: 5px;
/*	height: 345px;*/
	float: left;
	width: 245px;
	color: #000;
	font-size: 16px;
}
#cita {
	background-image: url(../imagenes/cita-fondo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#contacto {
	text-align: right;
	background-image: url(../imagenes/direccion-fondo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#suport {
	text-align: right;

}
