/* BODY AND CONTAINER */



		body {

			background-color: #EAEAEA;

			}



		

		#container 

		{

			width: 750px;

			margin: 0 auto;

			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */

			font-size: 11px;

			line-height: 1.6em;

			color: #eaeaea;

			background-color: #323232;

			border: 4px solid #FFFFFF;

		}



		#container_back_end

		{

			width: 750px;

			margin: 0 auto;

			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */

			font-size: 11px;

			line-height: 1.6em;

			color: #323232;

			background-color: #DFDFDF;

			border: 4px solid #FFFFFF;

			

		}

		

/* GENERAL STYLES */

		

		h1 

		{

			color: #666666;

			font-size: 16px;

			font-family: Arial, Helvetica, sans-serif;

			background-color: #B2ABA2;

			padding-top: 3px;

			padding-bottom: 3px;

			padding-left: 5px;

			padding-right: 5px;

		}		

		

		h2 

		{

			font-family: Arial, Helvetica, sans-serif;

			font-weight: normal;

			font-size: 20px;

			color: #eaeaea;

			margin-bottom: 30px;

			padding-left: 10px;

		}

		
		


		

		form {

			float:right;

			margin-top: -45px;

			font-size: 9px;

			padding-right: 10px;

		}

		

		input {

			background-color: #D1C9BE;

			color: #000000;

			border: 1px solid #000000;

			font-size: 11px;

			padding: 3px;

		}

		

		.button {

			padding: 2px;

		}

		

		.formstyle 

		{

 		font-family: Verdana, Arial, Helvetica, sans-serif;

 		font-size: 10px;

 		color: #2F2F2F;

 		background-color: #EAEAEA;

 		border: 1px #333333 solid;

		font-weight: normal;

		}

		

		.formbtn

		{

		  font-family: Verdana, Arial, Helvetica, sans-serif;

		font-size: 10px;

		font-weight: bold;

		cursor: pointer;

		color: #eaeaea;

		background-color: #577F7A;

		border: 1px #333333 solid;

		}



		.formbtn_backend

		{

		font-family: Verdana, Arial, Helvetica, sans-serif;

		font-size: 10px;

		font-weight: bold;

		cursor: pointer;

		color: #eaeaea;

		background-color: #83AFA9;

		border: 1px #B2ABA2 solid;

		}

		

/* IMAGES */		

		

		a img{

	  		border: none;

	  	}



		img.left,img.center,img.right {

	  		padding: 4px;

	  		border: 1px dashed #D1C9BE;

	  		margin: 0px;

	  	}



		img.left {

	  		float: left;

	  		margin: 0 12px 5px 0;

	  	}



		img.center {

			display: block;

	  		margin: 0 auto 5px auto;

	  	}

	

		img.right {

	  		float: right;

	  		margin: 0 0 5px 12px;

	  	}

		

/* HEADER */



		#header {

			border-bottom: 4px solid #FFFFFF;

			padding-top: 10px;

			clear: both;

			height: 110px;

			margin-bottom: 10px;

			background-image: url(taniapenedo_esq.gif);

			background-color: #B2A592;

		}

		

		#header p { 

			margin-top: -20px;

			margin-left: 30px;

			color: #EFEFEF;

		}



/* NAVIGATION */

					

.menu 

{

	float:left;

	margin: 0px;

	padding:0px;

	/*border-left:1px solid #eaeaea;*/

	padding-bottom: 1px;

	padding-top: 0px;

	border-bottom:1px solid #eaeaea;

}



.menu-list 

{

	list-style-type: none;

	margin:0px 0px 0px 0px;

	padding:0px;

	

}





.menu li 

{

	margin:0px;		

	color: #D9CEB8;

	font-size: 1.1em;

	text-decoration: none;

	background-color:#435D5A;

	padding:0px;

	border-top:1px solid #eaeaea;



}



.menu li a 

{

	margin:0px;

	display: block;

	color: #eaeaea;

	

	font-size: 1.1em;

	text-decoration: none;

	border-left:5px solid #5B766D;

	padding:5px;

	width:200px;

	text-decoration: none;

}



.menu li a:hover 

{

	text-decoration: none;

	background-color:#748F86;

	font-weight: bold;

		

}

	



.menu_backend

{

	float:left;

	margin: 0px;

	padding:0px;

	/*border-left:1px solid #eaeaea;*/

	padding-bottom: 1px;

	padding-top: 0px;

	border-bottom:1px solid #eaeaea;

}



.menu_backend li 

{

	margin:0px;		

	color: #D9CEB8;

	font-size: 1.1em;

	text-decoration: none;

	background-color:#748F86;

	padding:0px;

	border-top:1px solid #eaeaea;



}



.menu_backend li a 

{

	margin:0px;

	display: block;

	color: #eaeaea;

	font-weight: bold;

	font-size: 1.1em;

	text-decoration: none;

	border-left:5px solid #5B766D;

	padding:5px;

	width:200px;

	text-decoration: none;

}



.menu_backend li a:hover 

{

	text-decoration: none;

	background-color:#435D5A;

	font-weight: normal;

		

}





		



		

/* CONTENT */



		#content {

			width: 350px;

			margin-left: 280px;

			margin-right: 100px;

			margin-bottom: 100px;

			margin-top: 0px;

		}

		

		#content p {

			padding-bottom: 10px;

			border-bottom: 1px dashed #D1C9BE;

		}

		

		#content a {

			color: #eaeaea;

			text-decoration: none;

			font-size: 10px;	

		}

		

		#content a:hover{

			color: #eaeaea;

			font-weight: bold;

			border-bottom: none;	

			font-size: 10px;	

		}

		

		#content_inside1{

			width: 240px;

			color: #323232;

			background-color: #A7BFB7;

			padding-left: 10px;

			padding-right: 10px;

			padding-top: 5px;

			padding-bottom: 5px;		

			margin-right: 100px;

			margin-top: 0px;

		}

		

		#content_inside1 a {

		color: #0F0F0F;			

		}

		

		#content_inside1 a:hover {

		color: #0F0F0F;	

		font-size:11px;

		}		

		

		#content_inside2{

			width: 240px;

			color: #323232;

			background-color: #D1DFDA;

			padding-left: 10px;

			padding-right: 10px;

			padding-top: 5px;

			padding-bottom: 5px;		

			margin-right: 100px;

			margin-top: 0px;

		}

		

		#content_inside2 a {

		color: #0F0F0F;		

		}

		

		#content_inside2 a:hover {

		color: #0F0F0F;	

		font-size:11px;

		}



		.table_grey

		{

		background-color: #B2ABA2;

		color: #323232;

		font-weight: bold;

		}

		

		.table_green_1

		{

		background-color: #A7BFB7;

		color: #323232;

		font-weight: bold;

		}

			



		.table_green_2

		{

		background-color: #D1DFDA;

		color: #323232;

		font-weight: bold;

		}

		

		.errors

		{

		font-size: 12px;

		font-weight: bold;

		color: #BF2F2F;

		}

		

		

		

/* SIDEBAR */



		#sidebar {

			float: right;

			width: 165px;

		}

		

		#sidebar p {

			padding-bottom: 10px;

			margin-right: 10px;

			border-bottom: 1px dashed #D1C9BE;

		}

		

		#sidebar a {

			color: #66749A;

			text-decoration: none;

			border-bottom: 1px dashed #66749A;	

			font-weight: 500;	

		}

		

		#sidebar a:hover{

			color: #566590;

			text-decoration: underline;

			border-bottom: none;	

			font-weight: 500;	

		}



/* FOOTER */



		#footer {

			margin-top: 120px;

			margin-bottom: 10px;

			margin-right: 5px;

			margin-left: 5px;

			/*clear: both;*/

			background-color: #B2ABA2;

			

			padding: 0px 5px 0px 5px;

			color: #eaeaea;

			font-size: 10px;

			text-decoration: none;

			

		}

		

			

		#footer a {

			color: #666666;

			text-decoration: none;

		}

		

		#footer a:hover 

		{

			color: #666666;

			text-decoration: none;

		}