@charset "utf-8";
/* CSS Document */

#header {
	height: 125px;
}

#header .logo {
	width: 172px;
	height: 112px;
	float:left;
	background:url(../images/otros/logo_amphibia_izquierda-179x112.png) no-repeat 0px -5px;
	margin-top: 4px;
	margin-left: 18px;
    /*position : absolute;*/
}

#header .r-banner
{
	width: 725px;
	height: 52px;
	background:url(../images/otros/logo_amphibia_banner-725x52.png) no-repeat 0px 0px;	 
	float:left;
    z-index: 10;
	top: 0;
	right: 0;
}

#header .h-right 
{
	/*BORDER-LEFT: #00483a 2px solid;*/
    margin-left: 40px;
	/*width: 740px;*/
	height: 130px;
	float:left;
	/*position : absolute;*/
	
}


#header .h-right .r-banner {
		width: 740px;
		height: 60px;
		/*float:left;*/
		float:right;
}

#header .h-right .r-navegador {
		/*width: 740px;*/
		width:99%;
		height: 22px;
		float:right;
		-box-shadow: 0px 2px 2px #666;
   		-webkit-box-shadow: 0px 2px 2px #666;
   		-moz-box-shadow: 0px 2px 2px #666;
		background: #00483A;
		margin: 0px 2px 2px #666;
		z-index: 10;
}

.nav  {
		float:right;
		font-size: 11px;
		width: 640px;
	}
.nav ul {
		margin: 0;
		padding: 0;
	}
	
.nav li  {
	border-left: 1px solid #9AC2B9;
	padding: 4px 8px;
	float:left;
	float:right;	
	}
	
.nav-home-icon {
	background:url(../images/nav-home-icon.png) no-repeat right -4px;
	padding: 0 25px 0 0;
	}
	
.nav-admin-icon {
	background:url(../images/nav-admin-icon.png) no-repeat right -4px;
	padding: 0 25px 0 0;
	}

	

#header .h-right .r-informacion {
		width: 97%;
		height: 25px;
		float:left;
		margin: 2px 0 0 0;
}

.accion-log-out {
	display:block;
	width: 124px;
	height:33px;
	background:url(../images/cerrar_sesion_menu_124x31px.png) no-repeat -4px -3.7px;
	float:left;
	}
	
.accion-log-out:hover {
	display:block;
	width: 124px;
	height:33px;
	background:url(../images/cerrar_sesion_menu_124x31px_hover.png) no-repeat -4px -3.7px;
	float:left;
	}
	

.accion-volver {
	display:block;
	width: 100px;
	height:27px;
	background:url(../images/accion_volver.png) no-repeat right 0;
	float:right;
}
	
.accion-volver:hover {
	background-position: right -27px;
	}
