/* CSS Document */


/* //// DATOS DEL NAVEGADOR ////*/
#navcontainer {
	width: 150px;
	font-size: 0.95em;
	/*line-height: 1.45em;*/
	margin-bottom: 20px;
}

#navcontainer #current {
	background-color: #fff;
	border: none;
	font-weight: bold;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	background-color: #fff;
	border: none;
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 5;
	/* border-bottom: 1px solid;
	border-top: 1px solid; */
}

#navcontainer li {
	position: relative;
}

#navcontainer a {
	display: block;
	height: 15px;
	width: 140px;
	text-decoration: none;
	/*border-top: 1px solid;
	border-bottom: 1px solid;*/
	color: #fff;
	background: transparent;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

#navcontainer a:hover {
	background-color: #000;
	color:#333333;
}

#navcontainer a:active {
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul {
	font-size: 95%;
	background: #333;
	border-top: none;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	border: none;
	width: 130px;
	background-color: #fff;
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul #current{
}


/* Child Level 3 */

#navcontainer ul ul ul {
	border: none;
	font-size: 100%;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	width: 120px;
}

#navcontainer ul ul ul ul a:hover{

}

/* //// FIN  DATOS DEL NAVEGADOR ////*/

/*//// CABECERA ////*/
#pageHeader {
	height: 175px;
	position: relative;
	margin: 0 150px;
	background-color: #fff;
	overflow: hidden;
}

#logo_overlay {
	position: absolute;
	right: 60px;
	top: -3px;
	z-index: 1;
}

#pageHeader #logo {
	display: block;
	height: 175px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 0;
	background-position: right top;
	background-repeat: no-repeat;
}

#pageHeader #logo img {
	position: absolute;
	right: 0px;
	top: 0;
}
/*//// FIN CABECERA ////*/

iframe{
	width:150px;
	
	height:550px;
	
}a:hover {
	color: #333333;
}
