/* ESTILOS GENERICOS */

body {
	color: #fff;
	font-family: Garamond, "Gill Sans MT", serif, "Times New Roman";
	background-color: #000000;
	background-image: url(../imagenes/fondomosaico.gif);
	background-repeat: repeat;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #000;
	background-color:#FFFFFF;
	text-decoration: none;
}
#contenedor {
	width: 760px;
	background-color: #000000;
}
#fondo {
	margin-top: 10px;
	width: 760px;
	height: 335px;
	background-image: url(../imagenes/fondo.gif);
	background-repeat: no-repeat;
}

#abajo {
	height: 80px;
}
#menu {
	float: left;
	width: 500px;
	height: 80px;
	font-size: 12px;
}
#menu a {
	font-size: 22px;
	text-decoration: none;
	white-space: nowrap;
	padding-bottom: 50px;
}
#menu a:hover {
	background: url(../imagenes/fondohover.gif) repeat-x 100% 100%;
	background-color:#000000;
	color: #fff;
}
.activo {
	font-size: 22px;
	text-decoration: none;
	white-space: nowrap;
	padding-bottom: 50px;
	background: url(../imagenes/fondohover.gif) repeat-x 100% 100%;
}
#logo {
	float: right;
}
#datoscontacto {
}
/*
a#example4b {
	text-decoration: none;
	white-space: nowrap;
	padding-bottom: 10px;
	}

a#example4b:hover {
	background: url(/d/customunderlines/flower.gif) repeat-x 100% 100%;
	}
	
	*/