/*// INICIO //*/
body{
	background:#00053f;
}
body#inicio {
	background: #dae5eb url(../img/bg_inicio.gif) repeat-x;
}
#contenidoInicio {
	background: url(../img/bg_inicio_ilus.jpg) no-repeat center top;
}
#inicio h1{
	text-indent: -99999px;
	background: url(../img/ini_logo.gif) no-repeat;
	height: 165px;
	width: 500px;
	padding: 0px;
	text-align: center;
	margin: 0px;
}

#formClientes{
	background: url(../img/ini_bgform.gif) no-repeat center bottom;
}

#inicio h2{
	background: url(../img/bg_inicio_info.jpg) no-repeat center bottom;
	height: 85px;
	width: 500px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
}
#AccesoTecnico {
	background: url(../img/bg_inicio_form2.jpg) no-repeat center bottom;
}
/*// PAGINAS //*/
#topCont{
	background: #CCC url(../img/bg_top.gif) repeat-x;
}#top {
	background: url(../img/top.gif) no-repeat;
}
#top h1 {
	background: url(../img/logo_top.gif) no-repeat;
	height: 92px;
	width: 335px;
	text-indent: -99999px;
	margin: 0px;
	padding: 0px;
}
#naveCont {
	background: url(../img/bg_nave.gif) repeat-x;
}
#nave {
	background: url(../img/nave.gif) no-repeat;
}
#nave ul li a {
	background: #5ca3c8 url(../img/nave_off.gif) repeat-x left top;
	color: #FFF;
}
#nave ul li a:hover {
	color: #FFF;
	background: #4990bb url(../img/nave_on.gif) repeat-x left top;
}
#nave ul li a.activo, #nave ul li a.activo:hover {
	background: #FFF  url(../img/nave_activo.gif) repeat-x left top;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#pieCont{
	background: #00053f url(../img/bg_pie.gif) repeat-x;
}#pie {
	background: url(../img/pie.gif) no-repeat center top;
}
#logoPie h3 {
	background: url(../img/logo_pie.gif) no-repeat;
	width: 400px;
	text-indent: -99999px;
	height: 50px;
}
