/* Menú de botones en la página principal */ 

/* ie mac */
.menu_boxes {
	position:relative;
	float:left;
	width:430px;
	margin-left:30px;
	margin-top:30px;
}

/*
	First comment. Explorer 5 Mac misses the end-of-comment
	because of the backslash
\*/

.menu_boxes {
	position:relative;
	float:left;
	width:430px;
	margin-left:30px;
	margin-top:30px;
}

*html .menu_boxes {
	width:436px;
	margin-left:15px;
}

/*
	Second comment. Explorer 5 Mac sees the end of this
	comment as the end of the previous one
*/

/* Botones izquierdos */
.menu_box_2 {
	position:relative;
	float:left;
	width:118px;
	/*background-color:yellow;*/
	background-repeat: no-repeat;
	/* altura mín para firefox */
	min-height:50px;
	/* hack */
  	height:auto !important;
	/* altura mín para ie */
 	height:74px;
	/*padding:24px 12px 0px 6px;*/
	padding:24px 6px 0px 6px;
}

*html .menu_box_2 {
	width:130px;
}


/* Botones centrales */
.menu_box_3 {
	position:relative;
	float:none:
	width:130px;
	margin-left:150px;
	margin-right:150px;
	/*background-color:green;*/
	background-repeat: no-repeat;
	/* altura mín para firefo x*/
	min-height:50px;
	/* hack */
  	height:auto !important;
	/* altura mín para ie */
 	height:74px;
	padding:24px 6px 0px 6px;
}

*html .menu_box_3 {
	width:130px;
}

/* Botones derechos */
.menu_box_1 {
	position:relative;
	float:right;
	width:118px;
	/*background-color:grey;*/
	background-repeat: no-repeat;
	/* altura mín para firefox */
	min-height:50px;
	/* hack */
  	height:auto !important;
	/* altura mín para ie */;
 	height:74px;
	clear:both;
	padding:24px 6px 0px 6px;
}

*html .menu_box_1 {
	width:130px;
}


/* Noticias de la página principal */

/*ie mac */
#noticia_destacada {
	position:relative;
	width:421px;
	margin-left:30px;
	margin-top:30px;
	background-image:url(../images/box_not1.jpg);
	background-repeat: no-repeat;
	min-height:156px;
}

/* \*/

#noticia_destacada {
	position:relative;
	width:421px;
	margin-left:30px;
	margin-top:30px;
	background-image:url(../images/box_not1.jpg);
	background-repeat: no-repeat;
	min-height:156px;
}

*html #noticia_destacada {
	margin-top:55px;
	height:156px;
}

/* */

.noticia_titulo {
	font-weight:bold;
	color:#e0752d;
	padding-top:2em;
	margin-left:0.5em;
}


.foto_noticia {
	position:relative;
	float:left;
	padding:4px;
	margin-left:0.5em;
	margin-right:0.5em;
	margin-top:1.5em;
	border:1px solid black;
}

/* ie mac */
.noticia_destacada_texto {
	margin-top:0.5em;
	margin-right:6em;
	float:right;
	width:305px;
}

/* \*/

.noticia_destacada_texto {
	margin-top:0.5em;
	margin-right:0.5em;
	float:right;
	width:305px;
}

*html .noticia_destacada_texto {
	margin-top:1.5em;
	margin-right:0.5em;
	float:right;
	width:auto;
}

/* */

/* ie mac */
#noticias_peq {
	position:relative;
	float:left;
	width:421px;
}

/* \*/

#noticias_peq {
	margin-top:30px;
	position:relative;
	float:left;
	width:421px;
}

/* */

#noticia_peq_1 {
	position:relative;
	float:left;
	width:198;
	background-image:url(../images/box_not_peq.jpg);
	background-repeat: no-repeat;
	min-height:100;
}

*html #noticia_peq_1 {
	height:100;
}

#noticia_peq_2 {
	position:relative;
	float:right;
	width:198;
	background-image:url(../images/box_not_peq.jpg);
	background-repeat: no-repeat;
	min-height:100;
}

*html #noticia_peq_2 {
	height:100;
}

.noticia_peq_texto {
	margin:0.5em;
}


/* Banner */
#banner {
	position:relative;
	width:900px;
	height:123px;
	/*background-image:url(../images/banner.jpg);*/
	border-top:1px solid black;
	/*font-size:123px;
	text-align:center;
	line-height:123px;
	margin-top:30px;*/
}


