@charset "UTF-8";
/* CSS Document */

body
{
background-image:url(img/bg.jpg);
background-repeat:repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#CCCCCC;
text-align:center;
background-color:#000000;
}

#todo{
text-align:center;
margin:0 auto;
width:800px;
background-color:#343434}

#header{
background-image:url(img/bg_menu.jpg);
height:73px;}

#lat01{
margin-left:30px;
float:left;
background-color: #006666;
height:500px;
width:370px;
}

#lat02{
float:left;
margin:0 auto;
background-color: #CC0000;
height:180px;
width:370px;
}
#menulat01{
margin-left:30px;
float:left;
background-color: #666;
height:180px;
width:370px;
}



#menulat02{
float:left;
margin:0 auto;
background-color: #666;
height:180px;
width:370px;
}

#flash_base{
margin-left:30px;

float:left;
background-color: #333;
height:200px;
width:740px;
}

#foot{
clear:both;
margin-top:30px;
padding:30px 15px 15px 15px;
font-weight:normal;}

/*estilo para diferenciar flash ***********************************/
#productos{
text-align:left;
	width:740px;
	margin:0 auto;
}

#flashuno{
width:368px;
float:left;}

#flashdos{
width:368px;
float: right;}
/*fin estilo para diferenciar flash ***********************************/


#main{
margin-left:30px;
background-color:#990000;
width:740px;
height:500px;
float:left;}

#contenido{
	text-align: left;
margin:0 auto;
width:740px;
}

#cliente {
	float:left;
	margin: 08px;
	text-align:center;
}
#formulario {
	background-color: #333;
	margin-right:15px;
	float: left;
	width: 350px;
}
fieldset {
	
}
#zoom {
	text-align: center;
	text-decoration: none;
}
#zoom a {
	color:#CCC;
	text-decoration:none;
}

#menu_uno{
margin-left:0px;
width:368px;
background-color: #262626;
float:left;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}


#menu_uno h2 {
	text-align:center;
	padding:0;
	margin-top:0px;
}

#menu_uno ul{
margin-left:0px;
padding-left:0px;
list-style:none;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#CCCCCC;
text-transform:uppercase;
}

#menu_uno li a {
text-decoration:none;
color: #999999;
display:block;
background-color: #191919;
margin:1px 2px;
padding-left:10px;
padding-top:2px;
padding-bottom:2px;
/* background-image:url(img/bg_btn_menu.jpg); 
height:16px;*/
width:168px;
margin-bottom:2px;
margin-top:0px;
float: left;
}

#menu_uno li a:hover{
color:#999999;
}

#menu_uno td {
	text-decoration:none;
	color: #999999;
	background-color: #191919;
	margin:1px 2px;
	padding-left:10px;
	padding-top:1px;
	padding-bottom:1px;
	/*height:16px;*/
	width:168px;
	margin-bottom:2px;
	margin-top:0px;
	text-transform:uppercase;
}

#menu_uno td a {
	text-decoration:none;
	width:168px;
	color: #999999;
}

#menu_uno td a:hover {
	
	color: #FFF;
}


#separacion {
	width:4px;
	min-height:100px;
	float:left;
}

#menu_dos{
margin-left:0px;
width:370px;
height:150px;
float:left;}

/* - - - - - - - - - - - - - - - - - - - - -

 Lightbox CSS

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(blank.gif) no-repeat; /* 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.png) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { 
background: url(images/nextlabel.png) right 50% no-repeat; }


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

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	


