/* CSS Document */


/* ie mac */
#mid_cuerpo {
	width:600px;
}
/* \*/
#mid_cuerpo {
	width:500px;
}


*html #mid_cuerpo {
	width:500px;
}
/* */

/* h1 {font-size: 14px; font-family: Arial Narrow, Arial, Helvetica, sans-serif; margin-bottom: 0px} */

#master_menu ul {list-style-image: url("../images/li_menu_master.jpg"); margin-left: 0px; margin-top: -5px;color: #7F7F7F; 
	text-transform: uppercase; font-size: 9px; font-weight: 600}


/* ie mac */
#master_menu li {
	margin-top:30px;
}

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

#master_menu li {
	margin-top:30px;
}

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


/* ie mac */
#master_menu li {
	color: #7A7A7A;
	margin-left:20px;
	margin-top:14px;
	vertical-align: 8px;
}

/* \*/

ul a {color: #7F7F7F}

/* ie mac */
#right_cuerpo {
	margin-top:-2em;
	padding:0px;
}
/* \*/
#right_cuerpo {
padding-top:8px;
}
/* */


#fila_superior {
	height:88px;
} 

#fila_centro {
	margin-top:5px;
	height:75px;
} 


/* ie mac */
#fila_inferior {
	margin-top:5px;
	height:114px;
}

/* \*/
#fila_inferior {
	margin-top:5px;
	height:114px;
}

/* */ 

.box {
	float:left;
	margin-left:5px;
}


.icono {
	position:relative;
	float:left;
	margin-bottom:2em;
}


.icono_text {
	position:relative;
	margin-left:5em;
}


/* ie mac */
#next_prev {
	margin-top:8em;
}
/* \*/
#next_prev {
	margin-top:8em;
}


#fila_superior {
	height:90px;
	width:inherit;
}

#fila_superior #box1 {
	float:left;
	/*background-color:red;*/
	width:101px;
	height:inherit;
}

/* ie mac y mozilla */
#fila_superior #box3 {
	float:right;
	width:69px;
	height:inherit;
	margin-right:63px;
}
/* \*/
*html #fila_superior #box3 {
	margin-right:30px;
}
/* */

#filas_inferiores {
	height:auto;
	width:inherit;
	margin-top:5px;
}

#fila_inferior_left {
	float:left;
	height:200px;
	width:120px;
}

#fila_inferior_right {
	float:left;
	height:200px;
	width:140px;
}

#fila_inferior_left .box1 {
	height:100px;
}

#fila_inferior_left .box2 {
	height:100px;
	margin-top:5px;
}

#fila_inferior_right .box1 {
	height:80px;
}

#fila_inferior_right .box2 {
	height:120px;
	margin-top:5px;
}