body{
	margin:0;
	padding:0;
	font: 9px/120% verdana, helvetica, serif;
	background-color: #FFFFFF;
}
a{
	color: #666666;
}
#container {
	font: 9px/120% verdana, helvetica, serif;
	margin: 0 auto;
}

#nav, #nav ul {
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#nav ul {
	border: solid #cfcfcf; /*borde del menu*/
	border-width: 1px 0;
	padding:4px;
}

#nav li {
	/*width: 100px; *//*ancho del menu main*/
}
#nav li ul, #nav li li {
	width: 132px; /*ancho del menu*/
}

#nav a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 5px 5px 5px 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1f1f1;
	background-image: url(/iteso/images/menus/bullet01.gif);
	background-repeat: no-repeat;
	line-height: 120%;	/*background-position: 2px;*/
	
}

#nav .firstDaddy {
	padding: 0;
	border:none;
}
#nav a.daddy {
background: url(/iteso/images/menus/rightarrow.gif) center right no-repeat;
font-weight: bold;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	/*width: 14.4em;
	w\idth: 13.9em;*/
	font-weight: normal;
	border-width: 1px;
	margin: -1px 0 0 -1px;
}

#nav li li {
	/*padding-right: 1em;*/
}

#nav li ul a {
}

#nav li ul ul {
	margin: -2.2em 0 0 14.4em; /*posicion del nivel 3*/
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #ededed;
}

#content {
	clear: left;
}

#content a {
	color: #7C6240;
}

#content a:hover {
	text-decoration: none;
}


/*menu pop en subnavegacion v 1.0*/
.subNav{
	background-color:#f1f1f1;
	display:block;
	height:auto;
	margin:0 17px 10px 17px;
	padding:0 0 5px 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #5E5E5E;
	border-bottom: 1px solid #5E5E5E;
	border-left: 1px solid #5E5E5E;
}
.subNav li,.subNav li a{
line-height:11px;
text-decoration:none;
}
.subNav li a:hover {
color:#000;
}

.subNav ul,.subNav li{
list-style-image:none;list-style-type:none;margin:0;padding:0;
}
.subNav li{
	color:#333333;
	display:block;
	font-size:9px;
	font-weight:bold;
	padding: 6px 2px 2px 3px;
	background-image: url(/iteso/images/menus/bullet02.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	border-bottom: 1px solid #e5e5e5;
}
.ContSubNav{
	display:block;
	text-align: left;
	height:auto;
	}
.ContSubNav img{
display:block;
}
