body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#b5dfe7;
}

head {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader()	
}

/****MENUS*******************************************************/
#navi {
	margin:0px;
	padding:0px;
	list-style:none
}
#navi li {
	float:left;
	height:30px;
	line-height:30px;
}
#navi li a{
	color:#FFF;
	font-size:1.0em;
	font-weight:bold;
	text-decoration:none;
}
#navi li a:hover {
	text-decoration:underline	
}
/****************************************************************/
.int {
	margin:6px;	
}

#global {
	width:100%;
	height:98%;
	background-image:url(../images/e/deg_global.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
}

#general {
	width:980px;
	height:auto;
	margin:auto;
}

#col_iz {
	width:365px;
	height:auto;
	background-image:url(../images/c/manos.png);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	margin-top:10px;
}

#col_contenido {
	width:610px;
	height:auto;
	float:left;
	background-color:#FFF;
	margin-top:10px;
}
	#contenido {
		width:610px;
		height:auto;
		background-color:#FFF;
		clear:both;
		text-align:left
	}	
		#fondo_titulos {
			width:565px;
			height:42px;
			line-height:42px;
			margin:auto;
			margin-bottom:10px;
			margin-top:10px;
			clear:both;
			text-align:left;
			background-image:url(../images/e/fondo_titulos.gif);
			background-position:top;
			background-repeat:no-repeat;
		}
			#fondo_titulos span {
				margin-left:15px;
				color:#85a6c7;
				font-weight:bold;
			}

		#caja_foto_texto {
			width:250px;
			height:auto;
			float:right;
			margin:6px;
		}
		
#top {
	width:100%;
	height:123px;
	clear:both;
}

#menu {
	width:100%;
	height:30px;
	line-height:30px;
	clear:both;
	background-image:url(../images/e/fondo_menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#footer {
	width:100%;
	height:30px;
	line-height:30px;
	border-top:1px solid #305478;
	background-color:#FFF;
}
	#footer_iz {
		width:400px;
		height:30px;
		line-height:30px;
		margin-left:10px;
		color:#4d6a88;
		font-size:0.9em;
		font-weight:bold;
		text-align:left;
	}

.item_texto {
	width:400px;
	height:auto;
	clear:both;
	margin:10px 0 10px 0;
	padding:10px;
}

.clear{
	clear:both;	
}