/* CSS Document */

#cuerpo {
	display: block;
	float:left;
	width:977px;
	background-image:url(../img/fondo_menu_empresas.jpg);
	background-position: 15px top;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 40px;
}
#cuerpo #derecha {
	display: block;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 450px;
	padding-left: 55px;
	padding-right: 80px;
}
#cuerpo  #derecha p {
	display:block;
	float:left;
	width:450px;
	color: #000000;
	font-size:11px;
	text-align: justify;
	line-height: 18px;
}
#cuerpo  #derecha  p strong{
	font-size:11px;
	font-weight:bold;
}
#cuerpo  #derecha p.titulo {
	font-size:20px;
	color: #E73967;
	padding-bottom:15px;
	font-size:20px;
}

#cuerpo #derecha #logo {
	display: block;
	float: left;
	background-image: url(../img/logo_cuerpo.jpg);
	background-repeat: no-repeat;
	margin-top: 29px;
	padding-bottom: 45px;
	width: 449px;
	
}

#cuerpo #derecha #logo p{
	display: block;
	float: left;
	font-size: 11px;
	padding-left: 137px;
	padding-top: 2px;
	width: 312px;
}

/************* ZONA DE MENUS ***************/

#cuerpo #menu {
	display: block;
	float: left;
	width: 315px;
	padding-top: 40px;
}
#cuerpo #menu p {
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 315px;
	text-align: center;
	padding-bottom: 15px;
	color: #000000;
}
#cuerpo #menu a {
	display: block;
	float: left;
	background-image: url(../img/celebracions_enlace_categoria.jpg);
	width: 120px;
	height: 73px;
	padding-top: 25px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 26px;
}
#cuerpo #menu a strong {
	font-size: 9px;
	font-weight: normal;
}


#cuerpo #menu a:hover {
	background-image:url(../img/empresa_enlace_categoria_sobre.jpg);
}

#cuerpo #menu a.derecha {
	float:right;
	width:120px;
}

