/* css Identidad - Portal de UDELAR */

/* ELEMENTOS BÁSICOS */

body {
	background: url(images/identidad.gif) no-repeat top left;
	background-attachment: fixed;
	padding: 0 0 0 50px;
	font: 11px "Verdana";
	color: #434343;
	background-color: #b2afae;
	text-align: center;
	margin-top: 100px;
	}
	
a {
	color:#434343;
	font-weight:normal;
	text-decoration:none;
	}
	
a:hover {
	border: 1px dotted #84c33c;
	border-right: none;
	border-left: none;
	text-decoration:none;
	}
hr {
	border: 1px dashed #84c33c;
	border-top: none;
	border-right: none;
	border-left: none;
	height: 0;
	width: 100%;
	text-align: left;
	clear:both;
}
.imagen_left {
float : left; 
padding-right : 4px; 
margin-right : 10px; 
} 


/* MAQUETADO Y ELEMENTOS ESPECÍFICOS */

#contenedor{
	width: 700px;
	text-align:justify;
	margin: auto;
	}
#menu {
	width: 700px;
	background-color: #b2afae;
	
	}
.item{
	width: 116px;
	height: 24px;
	background-image: url(images/fondo_item.jpg);
	float:left;
	text-align: center;
	padding: 5px 5px 5px 5px;
	}
		.item a{
			font-size: 10px;			
			color:#ffffff;
			border: none;
			}
		.item a:hover{
			font-size: 10px;
			color:#84c33c;
			border: none;
			}


#contenedor_texto {
	width: 700px;
	text-align:justify;
	background-color:#FFFFFF;
	border: 1px solid #686565;
	clear: both;
	}
		#verde_cabezal {
			background-color: #84c33c;
			height: 9px;
			}
		#titulo {
			width: 680px;
			padding: 0 0 20px 0;			
			text-align: right;
			font-size: 12px;
			color: #84c33c;
			}
		#texto {
			width: 680px;
			padding: 10px 10px 10px 10px;
			text-align: justify;
			min-height : 200px;
			height : auto !important;
			height : 200px;
			}
		#sup_pie {
			width: 680px;
			height: 20px;
			padding: 20px 10px 0 10px;
			text-align: right;
			vertical-align:bottom;
			clear:both;
			}
			#sup_pie a {
			font-size: 10px;			
			}
			#sup_pie a:hover {
			font-size: 10px;			
			}
			
		#verde_pie {
			
			background-color: #84c33c;
			height: 9px;
			clear:both;
			}
#texto_pie {
		width: 700px;
		padding: 10px 0 10px 0;			
		text-align: left;
		font-size: 10px;
		color: #ffffff;
		}
			#texto_pie a {
				color:#434343;
				font-weight:normal;
				text-decoration:none;
			}
	
			#texto_pie a:hover {
				border: 1px dotted #ffffff;
				border-right: none;
				border-left: none;
			}


