@charset "utf-8";
/* CSS Document */
#banner {
	background-image: url(img/bannerEj.jpg);
	width: 930px;
	height: 144px;
}

#contenido #posicion {
	margin: 30px 25px 10px 40px;
}

#contenido h1 {
	font-size: 24px;
	font-weight: normal;
	color: #599d28;
	margin-bottom: 0px;
}

#contenido ul#items {
	font-size: 11px;
	list-style: none;
	margin: 0px;
	margin-bottom: 15px;
	float: left;
	clear: both;
}

#contenido ul#items li {
	background-image: url(img/division2.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding-left: 20px;
	float: left;
}

#contenido ul#items li a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;	
	color: #4c4f52;
}

#contenido ul#items li a:hover {
	color: #599d28;
}

#contenido #datos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	padding-bottom: 10px;	
	clear: both; 
}

#contenido #datos #imagen {
	background-color: #CCCCCC;
	width: 265px;
	height: 173px;
	margin-right: 15px;
	float: left;
}

#contenido #datos #textos {
	width: 580px;
	float: left;
}

#contenido #datos p.copete {
	font-size: 14px;
	line-height: 16px;
	color: #599d28;
	width: 450px;
}

#contenido #datos div.columna {
	font-size: 10px;
	line-height: 14px;
	width: 260px;
	margin-right: 30px;
	float: left;
}
#contenido #datos div.columna2 {
	font-size: 10px;
	line-height: 14px;
	width: 260px;
	margin-right: 30px!important;
	margin-right: 15px;
	float: left;
}


#contenido #datos ul {
	margin-left: 2em;
}

/* SITE MAP */
ul.siteMap {
	list-style: none;
	margin: 0px!important;
	padding: 0px!important;
	float: left;
	font-size: 12px;
	margin-bottom: 20px!important;
}
ul.siteMap li {
	margin: 0px;
	padding: 0px;
	padding-right: 30px;
	float: left;
}
ul.siteMap li a {
	background-color: #dbe0d5;
	color: #333;
	text-decoration: none;
	width: 230px;
	display: block;
	padding: 3px 10px;
}
ul.siteMap li a:hover { 
	color: #000;
}
ul.siteMap ul {
	list-style: none;
	margin: 0px!important;
	padding: 0px!important;
	padding-left: 15px!important;
	float: left;
	font-size: 11px;
	clear:both;
}
ul.siteMap ul li {
	margin: 0px;
	padding: 0px;
	padding-right: 0px;
	float: none;
	clear: left;
}
ul.siteMap ul li a {
	background-color: #eff4e8;
	background-image: url(img/bulletSM2.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	width: auto!important;
	width: 10px;
	white-space:nowrap;
	display: block;
	padding: 3px 10px;
	line-height: 1.5em;
}
ul.siteMap ul li ul a {
	background-image: url(img/bulletSM1.gif);
	background-position: 0px 7px;
	line-height: 1.2em;
	color: #666;
}


a.subitem {
	font-size: 11px;
	text-decoration: none;
	color: #4c4f52;
}

a.subitem:hover {
	color: #599d28;
}
