/* CSS  www.10A.cl      */
/* by Niconectado.com  */

* {margin:0; padding:0;}
body {text-align:center; color:#000; height:100%; }
p {font-family: helvetica, tahoma, sans-serif; font-size:0.85em; }
img { border:0; }

#container {
	margin:0 auto; padding:0;
	width:760px;
	/*height:100%;*/
	text-align:center;
	position:relative;
}

#logo { 
	margin:0; padding:0;
	background:url(../images/10Alogo.png) top left no-repeat;
	width:760px;
	height:75px;
} 

#logo a{display:block; width:100%; height:100%; text-decoration:none;}
#seccion { position:absolute; top:48px; z-index:99; left:3px;opacity:0.3;}

#subheader { 
	margin:0; padding:0;
	width:740px;
/*	padding: 10px;*/
	clear:both;
	text-align:center;
	border-top:#666 2px solid;
	height:60px;
	position:relative;
}

#subheader img{ position:absolute; left:80px; right: 80	px; top:5px;}

.cont-der { float:left;}
.cont-izq { float:right;}

/* * * Posiciones para Galeria de Fotos Proyectos * * */
.posicion1 { position:absolute;left:0px;top:0px;height:90px;overflow:hidden; }
.posicion2 { position:absolute;right:0px;top:0px;height:90px;overflow:hidden; }
.posicion3 { position:absolute;left:0px;top:90px;height:90px;overflow:hidden; }
.posicion4 { position:absolute;right:0px;top:90px;height:90px;overflow:hidden; }
.posicion5 { position:absolute;left:0px;top:180px;height:90px;overflow:hidden; }
.posicion6 { position:absolute;right:0px;top:180px;height:90px;overflow:hidden; }
/* * */

.thumb {z-index:1;width:360px;height:90px;display:block;}

.hidden {visibility:hidden;z-index:-10;}
.pie {
	margin:0; padding:20px 0;
	text-align:center;
	font-size:0.7em;
}

/* MENU */

.sm {
	list-style:none; 
	width:760px; 
	height:51px; 
	display:block; 
	overflow:hidden;}
	
.sm li {
	float:left; 
	display:inline; 
	overflow:hidden;}

#menu {
	margin:0 auto; padding:0px;
	padding:0;	
	text-align:center;
	clear:both;
	z-index:-1000;
}

/* PERFIL */


/* SERVICIOS */

h3 {
	text-align:left;
	margin:10px 0px 0px 10px;
	font-family:sans-serif;
	letter-spacing:0.2em;
	font-size:0.9em;
	padding-bottom:40px;
	color:#666;
}
#inspeccion , #plotter {
	width:340px;
	padding:0px 10px;
	border-top:#CCC 2px solid;
	border-left:#CCC 2px solid;
	height:285px;
	float:left;
}
#inspeccion {background:url(../images/bg_inspeccion.jpg) no-repeat bottom left;margin-left:20px;}
#plotter {background:url(../images/bg_impresion.jpg) no-repeat bottom left;}
p.contenido {text-align:justify;line-height:16pt;font-size:0.9em;padding-left:20px;}
ul.contenido {	list-style:none;}
.contenido li {}
/*  MAPA */

.mapalink {color:#333;font-size:0.8em;float:right;}
#mapa {
width:320px;
z-index:999;
float:right;
padding:0;

}


/* LIGHTBOX */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
