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

/* Header */
#header_main
{
width:900px;
display:table; 
background-image:none;
height:135px;
}


#header_main #left
{
float:left;
width:200px;
height:100px;
background-color:#4b7699;


}

#header_main #middle
{
float:left;
width:470px;
height:100px;
background-image:url(../layout_images/header_middle_470x100.jpg);
background-position:right;
background-repeat:no-repeat;

}

#header_main #right
{
float:left;
width:230px;
height:100px;
background-image:url(http://www.uas.edu.uy/layout_images/uas_logo_200x100_with_text.jpg);
}

#admin_menu
{
width:900px;
height:35px;
background-image:url(../layout_images/admin_menu_900x35.jpg);
float:left;	
}


/* body elements */

#local_menu span
{
	font-size:1.2em ;
	font-weight:bold ;
	color:#74d0e0 ;/*#5f6a4f;*/
}

/* activities
The div#gallery is for large groups of images
*/
div#gallery
{
	padding-left:20px;
}

div#gallery p
{
	padding-left:0px
}

div#gallery img
{

	padding:5px 5px 9px 5px;
	border:1px solid #336633;
	margin-right:7px;
	margin-bottom:10px;
	background-color:#FFFFFF;	
}

/* made yellow for grade 3 */
#bm_header
{
/*			background-image:url(../layout_images/page_header_530x15.jpg);*/
	width:530px;
	height:15px;

}

#bm_body
{
	/*background-image:url(../layout_images/page_middle_530x2.jpg);
	background-repeat:repeat-y;*/
	width:530px; /* 530 */
	padding-bottom:10px;
}


#bm_footer
{	
	height:15px;
/*			background-image:url(../layout_images/page_footer_530x15.jpg);
	background-repeat:no-repeat;	*/
	width:530px;
}

/* curriculim overview */
#curriculum_overview
{
				
}
span.title
{
	display:block;
	width:100%;
	height:35px;
	background-image:url(../layout_images/page_title_530x2.jpg);
	background-repeat:repeat-y;

}
span.title h4, span.title h2
{
	color:#FFFFFF;
}

span.title h2
{
	padding-left:15px;
}

h2, h4
{
	font-family:"Comic Sans MS";
	color:#86ccee;
	line-height:35px;
	
}

#bm_body h2
{
	font-size:2.2em;
	padding-left:17px;
}


#bm_body h4
{
	font-size:1.8em;
}

#bm_body h5
{
	padding-top:6px;
	color:#0389a2 ;
}
/*
The span#gallery is for single images inline floated right
*/
span#gallery
{
	float:right;
	width:140px;
	height:105px;
	padding:10px 10px 15px 10px;
	margin-left:7px;
	border:1px solid #BBC1CC ;
	
}

span#gallery img
{
	border:1px solid #575757 ;
}

#bm_body ul
{
	padding:10px 0px 5px 0px;
	margin:0px 30px 0px 15px;
}

#bm_body li
{
	color:#000000 ;
	font-size:1.2em;
	padding-bottom:5px;
}

/* footer */


