/*Modo Debug. Desactivar para ocultar los bordes de las capas*/
.estructura
{
	border: solid 0px fuchsia;
}

/*--------------------DISPOSICION DE LAS CAPAS--------------------*/

/*Estilos generales de la página*/
body
{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #084087;
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*Contenedor de la sombra de pagina. Marcar un ancho para dejar la página fijada*/
#wrapper
{
	background-image: url(rellWrapper.gif);
	margin-left: auto;
	width: 964px;
	margin-right: auto;
	background-repeat: repeat-y;
	background-color: #084087y;
}
/*Tamaño de la columna del menu*/
#bloqueMenu 
{

	width: 154px;
	float: left;
	padding-left: 6px;
	
}
/*Tamaño del bloque de la cabecera*/
#bloqueCabecera
{
	height: 157px;
	position: relative;
	padding-bottom:0px;
	margin-left: 6px; /*Espacio para respetar la sombra*/
	margin-right: 6px; /*Espacio para respetar la sombra*/
	background-image: url(cabecera.jpg);
	background-repeat: no-repeat;
	
}
/*Posición de inserción del bloque de contenido desde la izquierda*/
#bloqueContenido {
	width: 758px;
	float: right;
	margin-right: 6px;
	background-color:#FFFFFF;
	padding-bottom:6px;
	margin-bottom:6px;
	padding-top:0px;
	margin-top:0px;
	
	
}
#bloquePie
{
	background-position: 0px bottom;
	background-image: url(pieWrapper.gif);
	background-repeat: no-repeat;
	padding-left: 6px; /*sombra izquierda*/
	padding-right: 6px; /*sombra derecha*/
	padding-bottom: 8px; /*sombra inferior*/
	clear: both;
}
/*Punto de inserción del Iframe. Deberá ser la unión entre cabecera y menu. OBSOLETO*/
.CeldaSeparadoraIframe {
	width: 150px;
	height: 200px;
}

/*--------------------DISPOSICION DE LOS ELEMENTOS DE LA CABECERA--------------------*/

/*Punto de inserción de la capa de los controles (login-contraseña) de la cabecera*/
.controlesCabecera {
	top: 270px;
	left: 380px;
	position: absolute;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003B7F;
	font-weight: bold;
	display: none;
	
}
/*Estilos referentes a los controles de la caja de login y contrasea*/
.textboxEncabezado {
	width:60px;
	border:#000000 solid 1px;
	height: 18x;
}
.botonEncabezado {
	
	display:block;
	height:18px;
	width:18px;
	padding:0px;
	margin:0px;
	text-align: center;
	background-image: url(botonencabezado.gif);
	background-repeat: no-repeat;
	cursor: hand;
	background-color: #3263B7;
	color: #ffffff;
	border: solid 1px #ADC5EB;
	font-family: Verdana;
	font-size:8px;
	
}
.etiquetaError {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 24px;
	top: 136px;
	
}
/*titulo de la seccion*/
#seccion{
	font-size:10px;
	color: #E9510E;
	top:20px;
	left:0px;
}

/*Posicionamiento y estilo del ticker*/
#bloqueTicker{
	position:relative;
	top: -1px;
	font-weight:bold;
	width:250px;
	left: 643px;
	color:#e94f11;
}

/*--------------------ESTILO DE LOS DIFERENTES OBJETOS DEL MENU--------------------*/

/* Estilos del Menu */
.MenuNivel0 a {
	display:block;
	background-image:url(boton.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 154px;
	font-size:12px;
	color: #FFFFFF;
	padding-left: 10px;
	line-height: 25px;
	text-decoration:none;
}
.MenuNivel0 a:hover {
	background-image:url(botonover.jpg);
}
.MenuNivel1 a {
	display:block;
	background-image:url(boton.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 154px;
	font-size:12px;
	color: #FFFFFF;
	padding-left: 10px;
	line-height: 25px;
	
}
.MenuNivel1 a:hover {
display:block;
	background-image:url(botonover.jpg);
}
.MenuNivel2 a {
	display:block;
	background-image:url(boton2.jpg);
	line-height:18px;
	background-repeat: no-repeat;
	height: 20px;
	width: 129px;
	font-size:10px;
	color: #FF6600;
	padding-left: 25px;
	border-bottom:#000000 1px solid;
	font-weight:bold;
}
.MenuNivel2 a:hover {	
	color:#063e89;
	
}
.MenuNivel3 a {
	display:block;
	background-color:#FFFFFF;
	line-height:18px;
	background-repeat: no-repeat;
	height: 20px;
	width: 114px;
	font-size:10px;
	color: #e9510e;
	padding-left: 40px;
}
.MenuNivel3 a:hover {
	color:#063e89;
}

/*--------------------ESTILO DE LOS ELEMENTOS DEL BUSCADOR--------------------*/

/*Contenedor del buscador y letras de "Buscador"*/
#bloqueBuscador {
	margin-top:20px;
	margin-left:20px;
	color:#FFFFFF;
}
/*Caja de texto del buscador*/
#txtReadywebBuscar {
	height: 14px;
	width: 88px;
	border: 1px solid #666666;
	font-size: 10px;
	
}
/*Botón "Buscar"*/
#btnBuscar {
	background-image: url(go.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}

/*--------------------ESTILO DEL TITULO DE LA PAGINA--------------------*/

.EtiquetaTitulo 
{
	margin: 0px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom:0px;
	color: #FF6600;
	text-decoration: none;
	width: 760px;
	display: block;
	padding-top: 4px;
	font-size: 12px;
	position: relative;
	top: -25px;
	left: 0px;
	bottom:0px;
}

/*--------------------ESTILOS ADICIONALES--------------------*/
.tractores {
	background-image: url(tractoramarillo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-repeat: no-repeat;
}


#excavaciones{
	position: absolute;
	background-image:url(excavaciones.jpg);
	width:91PX;
	height:8px;
	top: 112px;
	left:180px;
	cursor: hand;
	background-repeat: no-repeat;
	
}

#demoliciones{
	position: absolute;
	background-image:url(demoliciones.jpg);
	width:89PX;
	height:8px;
	top: 112px;
	left:296px;
	cursor: hand;
	background-repeat: no-repeat;
}

#obracivil{
	position: absolute;
	background-image:url(obracivil.jpg);
	width:69PX;
	height:8px;
	top: 112px;
	left:411px;
	cursor: hand;
	background-repeat: no-repeat;
}

#maquinaria{
	position: absolute;
	background-image:url(maquinaria.jpg);
	width:74PX;
	height:10px;
	top: 112px;
	left:503px;
	cursor: hand;
	background-repeat: no-repeat;
}

/**/

#materiales{
	position: absolute;
	background-image:url(materiales.jpg);
	width:70PX;
	height:8px;
	top: 112px;
	left:605px;
	cursor: hand;
	background-repeat: no-repeat;
}

#topografica{
	position: absolute;
	background-image:url(topografias.jpg);
	width:75PX;
	height:11px;
	top: 109px;
	left:701px;
	cursor: hand;
	background-repeat: no-repeat;
}

#franquicia{
	position: absolute;
	background-image:url(franquicia.jpg);
	width:61PX;
	height:8px;
	top: 111px;
	left:799px;
	cursor: hand;
	background-repeat: no-repeat;
}

#linkhome{
	position: absolute;
	background-image:url(link.gif);
	width:320PX;
	height:120px;
	top: 0px;
	left:15px;
	cursor: hand;
	background-repeat: no-repeat;
	
}