@charset "UTF-8";
/* CSS Document */

#container {
	margin: auto;
	width: 950px;
}

/**EMPIEZA CABEZAL**/
#top_box {
	width: 950px;
	height: 190px;	
}

/**EMPIEZA LOGO DEL PIM**/
#pimlogo {
	margin: 0px;
	float: left;
	width: 300px;
	height: 160px;
	border: 0px;
	display: block;
}
/**TERMINA LOGO DEL PIM**/

/**EMPIEZA LOGO DE LA UDELAR**/
#udelarlogo {
	float: left;
	width: 200px;
	height: 160px;
	border: 0px;
	display: block;
}
/**TERMINA LOGO DE LA UDELAR**/

/**EMPIEZA BANNER CABEZAL**/
#da1_banners_cabezal {
	float: right;
	position: relative;
	margin-right: 30px;
	width: 400px;
	height: 160px;
	overflow: hidden;
}

#da1_banners_cabezal img {
	width: 400px;
	border: 0px;
	}

#bottom_banner_cabezal { /**Esto hace que se vean redondeadas las esquinas de las imágenes**/
	position: absolute;
	bottom: 0px;
	width: 400px;
	height: 10px;
}
/**TERMINA BANNER CABEZAL**/
/**TERMINA CABEZAL**/

#nav1 {
	width: 950px;
	height: 30px;
}

#izquierda_box {
	margin-top: 25px;
	float: left;
	width: 200px;
}

#nav2 {
	width: 200px;	
}

.fin_menu_lateral {
	width: 200px;
	height: 15px;
}

#nav3 {
	margin-top: 20px;
	width: 200px;
}

#nav4 {
	margin-top: 20px;
	width: 200px;
}

#contenido_box {
	position: relative;
	margin-top: 25px;
	margin-left: 25px;
	float: left;
	width: 500px;
}

#top_da2_box, #top_da3_box {
	margin: 0px;
	width: 500px;
	height: 30px;
}

#fondo_da2, #fondo_da3 {
	margin: 0px;
	padding: 0px;
	width: 498px;
}

#da2, #da3 {
	margin-top: 0px;
	margin-left: 25px;
	width: 450px;
	padding-bottom: 25px;
	/**outline: dotted 1px green;**/	
}

.pageItemResourcesBox {
	margin-top: 15px;
	padding: 10px;
	width: 430px;
	background-color: #CCC;
}

.pageItemResourceBox {
	margin-right: 10px;
	display: inline;
	width: 80px;
}

.pageItemResourceBox img {
	width: 80px;
}

#bottom_da2_box, #bottom_da3_box {
	/**position: absolute;
	bottom: 0px;**/
	margin-bottom: 20px;
	width: 500px;
	height: 30px;
}

/**EMPIEZA BARRA DERECHA**/
#derecha_box {
	margin-top: 25px;
	float: right;
	width: 200px;
	height: 600px;
	/**outline: 1px solid black;**/
}

/**EMPIEZA BANNERS BARRA DERECHA**/
#da4_box {
	float: right;
	width: 200px;
	/**height: 250px;
	/**outline: 2px dotted blue;**/
}
/**TERMINA BANNERS BARRA DERECHA**/
/**TERMINA BARRA DERECHA**/

/**EMPIEZA FOOTER**/
#footer {
	clear: both;
	margin-top: 50px;
	width: 950px;
	height: 60px;
}

#logo_pim_footer {
	float: right;
	margin-right: 25px;
	width: 180px;
	height: 58px;
	border: 0px;
	display: block;
}

/**TERMINA FOOTER**/

.spacer {
	font-size: 1px;
	clear: both;
}

