#contenido {
	background: url(../images/back_blue.jpg) repeat-y scroll 0%;
	margin: 10px 0;
	padding: 0 0 0 200px;
	font-size: 1em;
	text-align: center;
	float: left;
	position: relative;
}

#foto {
	position: absolute;
	top: 0;
	left: 0;
}

.seccion {
	float: left;
	width: 200px;
	text-align: left;
	margin: 0 40px 20px 0;
	color: #002577;
}

.seccion.naranja  { color: #993300; }
.seccion.verde    { color: #00918e; }
.seccion.azul     { color: #3333ff; }

.cab {
	margin-top: 15px;
	font-weight: bold;
	padding: 5px 2px 3px;
	border-bottom: solid 4px;
	background:url(../images/right.gif) no-repeat 100% -150px;
}

ul {
	list-style: none;
	margin-top: 0;
	margin-left: 5px;
	padding-top: 15px;
	padding-left: 1em;
	text-indent: -1em;
	border-right: solid 1px #776655;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #002577;
}

a:hover, a:active {
	color: #FF7200;
	text-decoration: underline;
}


