/*-- Tools --------------------------*/

	/*-- header --------------------------*/
	.header {
		position: relative;
		height: 80px;
		background-color:#d8dbd4;
		border-bottom: 1px solid #c6c7c4;
	}
	.header h1{
		display: block;
		position: absolute;
		left: 56px;
		top: 20px;
	}

	.header h1 a{
		color: #666/*TEXT_COLOR_LIGHT*/;
		font-size: 20px;
		text-decoration: none;
	}

	.header .login {
		top: 20px;
		left: 400px;
	}

	.header .datosContacto
	{
		display: none;
		position: absolute;
		width: 300px;
		left: 640px;
		top: 15px;
		text-align: right;
		color: #666/*TEXT_COLOR_LIGHT*/;
	}

	.header .datosContacto a {
		color: #666/*TEXT_COLOR_LIGHT*/;
		text-decoration: none;
	}

	.header .datosContacto h2 {
		font-weight: bold;
	}

	.header .menu {
	
	}
	
	.header .menu h2 {
		display: none;
	}
	
	.header .menu  {
		position: absolute;
		top: 87px;
		left: 30px;
	}
	
	.header .menu span {
		display: none;
	}
	
	.header .menu li{
		float: left;
	}
	
	.header .menu  a{
		display: block;
		height: 22px;
	
	}
	/*-------------------------------------*/
		
	/*-- footer --------------------------*/
		.footer:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
		.footer {
			position: relative;
			margin-top: 5px;
			background-color:#d8dbd4;
			zoom: 1;
		}
		
		.footer .creditos {
			float: left;
			margin: 15px 0px 15px 30px;
			
		}
		
		.footer .creditos span{
			display: none;
		}
		
		.footer .creditos .eclass {
			display: block;
			background: url(../img/tools/footer/eclass.png) no-repeat 0 0;
			*behavior: url('/js/iepngfix.php'); /*iexplorer png transparency fix*/
			width: 115px;
			height: 44px;
			
		}
		
		.footer .datosContacto{
			position: absolute;
			top: 30px;
			right: 10px;
		}
	
		.footer .datosContacto {
			position: absolute;
			bottom: 15px;
			right: 20px;
			text-align: right;
		}
		
		.footer .datosContacto ul.datos li{
			display: inline;
			border-left: 1px solid #666;
		 	padding: 0px .7em;
		}
		
		.footer .datosContacto ul.datos li.first{
			border-left: none;
		}
		
		.footer .datosContacto ul.datos li, 
		.footer .datosContacto ul.datos li a {
			color: #666/*TEXT_COLOR_LIGHT*/;
			text-decoration: none;
			font-size: 11px;
		}
		
		.footer .datosContacto ul.datos li a:hover {
			text-decoration: underline;
		}
	
	/*-------------------------------------*/

/*-------------------------------------*/
