@charset "utf-8";
/* CSS Document */

	blockquote
	{
		padding-left:3em;
		padding-right:4em;
		font-size:1.1em;
		line-height:1.5em;
		font-style:italic;
		color:#003366;
	}

/* 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:#6699CC;
		}
		
		/* activities */
		#gallery
		{
			padding-left:20px;
		}
		
		#gallery img
		{
		
			padding:5px 5px 9px 5px;
			border:1px solid #666666;
			margin-right:9px;
			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-repeat:no-repeat;	
			width:530px;
		}
		
		#body_middle ul
		{
			font-family:verdana ;
			font-size:1.2em;
			list-style-type:disc;
		}
		
		#body_middle li
		{
			margin-bottom:.7em;
		}