@import url(general.css);

#logos {
	width: 810px;
	/*margin-top: -20px;*/
	/*padding-top: 15px;*/
	margin-top: -30px;
	padding-top: 0px;
	/*background: url(../images/titular_logos.gif) top left no-repeat;*/
}

#logos ul {
	margin:0;
	margin-top: 5px;
	padding:0;
	list-style: none;
}

#logos li {
	float:left;
	margin-left: 8px;
}

#container_home {
	width: 772px;
	height: 603px;
	background:url(../images/fondo_home.jpg) no-repeat;
}

#container_home h1 {
	display:none;
}

#container_noticias {
	width: 772px;
	height: 657px;
	background:url(../images/fondo_noticias.jpg) no-repeat;
}

#container_noticias h1 {
	display:none;
}

#container_enlaces {
	width: 772px;
	height: 647px;
	background:url(../images/fondo_enlaces.jpg) no-repeat;
}

#container_enlaces h1 {
	display:none;
}

/* ESTILOS CORRESPONDIENTES AL MENU */

#menu_fondo_home {
	display:inline;
	float:left;
	margin-top: 0px;
	margin-left: 262px;
	padding: 0;
	width: 508px;
	background:url(../images/menu/menu_home.jpg) no-repeat top right;
}

#menu_fondo_home ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu_fondo_home li {
	float:left;
}

#menu_fondo_noticias {
	display:inline;
	float:left;
	margin-top: 0px;
	margin-left: 262px;
	padding: 0;
	width: 510px;
	background:url(../images/menu/menu_noticias.jpg) no-repeat top right;
}

#menu_fondo_noticias ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu_fondo_noticias li {
	float:left;
}

#menu_fondo_enlaces {
	display:inline;
	float:left;
	margin-top: 0px;
	margin-left: 262px;
	padding: 0;
	width: 510px;
	background:url(../images/menu/menu_enlaces.jpg) no-repeat top right;
}

#menu_fondo_enlaces ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu_fondo_enlaces li {
	float:left;
}

#menu_home {
	width: 80px;
	padding-top: 20px;
	padding-bottom: 10px;
	background:url(../images/menu/fondo_home.gif) repeat-x;
}

#menu_home a {
	display:block;
	width: 67px;
	height: 19px;
	margin-left: 9px;
	background: url(../images/menu/home2.gif) right no-repeat;
}

#menu_home span {
	display:none;
}

#menu_noticias {
	width: 95px;
	height: 20px;
	padding-top: 20px;
	padding-bottom: 3px;
	border-left: solid 1px #e0e0e0;
	background:url(../images/menu/fondo_home.gif) repeat-x;
}

#menu_noticias a {
	display:block;
	width: 85px;
	height: 19px;
	margin-left: 10px;
	background: url(../images/menu/noticias2.gif) right no-repeat;
}

#menu_noticias span {
	display:none;
}

#menu_tienda {
	width: 110px;
	height: 20px;
	padding-top: 20px;
	padding-bottom: 3px;
	border-left: solid 1px #e0e0e0;
	background:url(../images/menu/fondo_home.gif) repeat-x;
}

#menu_tienda a {
	display:block;
	width: 90px;
	height: 19px;
	margin-left: 17px;
	background: url(../images/menu/tienda2.gif) right no-repeat;
}

#menu_tienda span {
	display:none;
}

#menu_enlaces {
	width: 100px;
	height: 20px;
	padding-top: 20px;
	padding-bottom: 3px;
	border-left: solid 1px #e0e0e0;
	background:url(../images/menu/fondo_home.gif) repeat-x;
}

#menu_enlaces a {
	display:block;
	width: 80px;
	height: 19px;
	margin-left: 14px;
	background: url(../images/menu/enlaces2.gif) center no-repeat;
}

#menu_enlaces span {
	display:none;
}

/* FIN DE LOS ESTILOS DEL MENU */

#contenido {
	display:block;
	width: 450px;
	margin-top: 40px;
	margin-left: 30px;
}

#intro_home {
	color:#282828;
	margin:0;
	padding:0;
}

#intro_home p {
	margin:0;
	padding:0;
	padding-top: 18px;
	display: block;
	width: 450px;
	line-height:1em;
}

#noticias_home {
	display:block;
	width: 460px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 27px;
	color:#282828;
	background: url(../images/tit_noticias_home.jpg) top left no-repeat;
}

#noticias_home ul {
	margin:0;
	padding:0;
	padding-top: 1px;
	list-style:none;
}

#noticias_home li {
	margin-top: 10px;
}

#noticias {
	display:block;
	width: 460px;
	margin-top: 10px;
	color:#282828;
}

#noticias ul {
	margin:0;
	padding:0;
	padding-top: 1px;
	list-style:none;
}

#noticias li {
	margin-top: 10px;
}

.noticias_imagen {
	display:block;
	float:left;
}

.noticias_intro {
	width: 355px;
	float:left;
	padding-left: 10px;
	text-align:justify;
}

.noticias_contenido {
	width: 270px;
	height: 400px;
	float:left;
	padding-left: 10px;
	text-align:justify;
}

.noticias_enlace {
	background: url(../images/mas.gif) right no-repeat;
	padding-right: 21px;
	text-align:right;
}

.noticias_enlace_derecha {
	text-align:right;
}

#noticias_titular {
	font-size:16px;
	margin:5px;
	font-weight:bold;
}

#noticias_paginador {
	color:#282828;
	margin:0;
	padding:0;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       #enlaces {
	color:#282828;
	margin:0;
	padding:0;
}

#enlaces ul {
	margin: 0;
	margin-top: -10px;
	margin-bottom: 15px;
	padding:0;
	list-style: none;
}

#enlaces li {
	margin-top: 10px;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 