﻿/* ------------------------------------------------------------
---------------------------------------------------------------
	ESTILO PARA MAPA WEB
---------------------------------------------------------------
------------------------------------------------------------ */
/* ------------------------------------------------------------
	NUMBER OF COLUMNS: Adjust .sitemap li to set the number
	of columns required in your site map. The default is
	4 columns (25%). 5 columns would be 20%, 6 columns would
	be 16.6%, etc.
------------------------------------------------------------ */

.sitemap li
{
	width: 25%;
}

.sitemap li ul li
{
	width: 90% !important;
}

.sitemap.col1 li
{
	width: 99.9%;
}
.sitemap.col2 li
{
	width: 50.0%;
}
.sitemap.col3 li
{
	width: 33.3%;
}
.sitemap.col4 li
{
	width: 25.0%;
}
.sitemap.col5 li
{
	width: 20.0%;
}
.sitemap.col6 li
{
	width: 16.6%;
}
.sitemap.col7 li
{
	width: 14.2%;
}
.sitemap.col8 li
{
	width: 12.5%;
}
.sitemap.col9 li
{
	width: 11.1%;
}
.sitemap.col10 li
{
	width: 10.0%;
}

/* ------------------------------------------------------------
	General Styles
------------------------------------------------------------ */

.sitemap
{
	margin: 0 0 40px 0;
}
.sitemap h1
{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 0 5px 0;
}
.sitemap h2
{
	font-family: "Lucida Grande" , Verdana, sans-serif;
	font-size: 10px;
	color: #777777;
	margin: 0 0 20px 0;
}
.sitemap a
{
	text-decoration: none;
}
.sitemap ol, .sitemap ul
{
	list-style: none;
	margin-left: 0 0 0 0;
	padding: 0px;
	padding-left: 0px;
}

/* ------------------------------------------------------------
	Site Map Styles
------------------------------------------------------------ */

/* --------	Top Level --------- */

.sitemap
{
	margin: 0;
}
.sitemap #home
{
	display: block;
	float: none;
	background: #ffffff url('img/L1-left.png') center bottom no-repeat;
	position: relative;
	z-index: 2;
	padding: 0 0 30px 0;
}
.sitemap li
{
	float: left;
	background: url('img/L1-center.png') center top no-repeat;
	list-style-image: none;
	padding: 20px 0;
	margin-top: -20px;
}
.sitemap li a
{
	margin: 0 10px 0 0;
	padding: 2px 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: black;
	background: #c3eafb url('img/white-highlight.png') top left repeat-x;
	border: 2px solid #b5d9ea;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */
}
.sitemap li a:hover
{
	background-color: #e2f4fd;
	border-color: #97bdcf;
}
/*.sitemap li:last-child {
	background: url('Images/L1-right.png') center top no-repeat;
}*/
a:link:before, a:visited:before
{
	/* content: " "attr(href)" "; 	display: block; 	text-transform: uppercase;*/
	font-size: 10px;
	margin-bottom: 5px;
	word-wrap: break-word;
}
.sitemap li a:link:before, .sitemap li a:visited:before
{
	color: #78a9c0;
}

/* --------	Second Level --------- */

.sitemap li li
{
	width: 100%;
	clear: left;
	margin-top: 0;
	padding: 0px 0 0 0;
	background: url('img/vertical-line.png') center bottom repeat-y;
}
.sitemap li li a
{
	background-color: #cee3ac;
	border-color: #b8da83;
}
.sitemap li li a:hover
{
	border-color: #94b75f;
	background-color: #e7f1d7;
}
.sitemap li li:first-child
{
	padding-top: 5px;
}
.sitemap li li:last-child
{
	background: url('img/vertical-line.png') center bottom repeat-y;
}
.sitemap li li a:link:before, .sitemap li li a:visited:before
{
	color: #8faf5c;
}

/* --------	Third Level --------- */

.sitemap li li ul
{
	margin: 0 0 0 0;
	width: 100%;
	float: left;
	padding: 0 0 0 0; /*background: #ffffff url('Images/vertical-line.png') center top no-repeat;*/
	background-image: none;
}
.sitemap li li li
{
	/*background: url('Images/L3-center.png') left center no-repeat;*/
	padding: 5px 0;
	margin-bottom: 0px;
}
.sitemap li li li a
{
	background-color: #fff7aa;
	border-color: #e3ca4b;
	font-size: 8px;
	padding: 5px 0;
	width: 80%;
	float: left;
}
.sitemap li li li a:hover
{
	background-color: #fffce5;
	border-color: #d1b62c;
}
.sitemap li li li:first-child
{
	padding: 15px 0 5px 0; /*background: url('Images/L3-center.png') left center no-repeat;*/
}
.sitemap li li li:last-child
{
	/*background: url('Images/L3-bottom.png') left center no-repeat;*/
}
.sitemap li li li a:link:before, .sitemap li li li a:visited:before
{
	color: #ccae14;
	font-size: 9px;
}

/* --------	Cuarto Nivel --------- */

.sitemap li li li li a:link:before, .sitemap li li li li a:visited:before
{
	background-color: Black;
	color: White;
	font-size: 9px;
}

/* ------------------------------------------------------------
	Utility Navigation
------------------------------------------------------------ */

#utilityNav
{
	float: left;
	max-width: 50%;
	margin-right: 10px;
}
#utilityNav li
{
	float: left;
	margin-bottom: 10px;
}
#utilityNav li a
{
	margin: 0 10px 0 0;
	padding: 5px 10px;
	display: block;
	border: 2px solid #e3ca4b;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: black;
	background: #fff7aa url('img/white-highlight.png') top left repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */
}
#utilityNav li a:hover
{
	background-color: #fffce5;
	border-color: #d1b62c;
}
#utilityNav li a:link:before, #utilityNav li a:visited:before
{
	color: #ccae14;
	font-size: 9px;
	margin-bottom: 3px;
}

/* ------------------------------------------------------------
	fin ESTILO PARA MAPA WEB
------------------------------------------------------------ */