#pagina {
	background-color: #3E3E3E;
	height: 768px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#cabecera {
	height: 70px;
	width: 1024px;
	left: auto;
	top: 0px;
	right: auto;
	bottom: 0px;
	position: absolute;
	visibility: visible;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}

#navegador {
	height: 85px;
	width: 1024px;
	position: absolute;
	left: auto;
	top: 550px;
	right: auto;
	bottom: 0px;
	visibility: visible;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navegadortres {
	height: 40px;
	width: 1024px;
	left: 0px;
	top: 510px;
	right: auto;
	bottom: 0px;
	position: absolute;
	visibility: visible;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

table {
	height: 60px;
	width: 1024px;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 0px;
}
td {
}




#contenido {
	height: 400px;
	width: 1024px;
	position: absolute;
	top: 110px;
	left: auto;
	right: auto;
	bottom: 0px;
	visibility: visible;
}
#navegadorpeque {
	height: 40px;
	width: 1024px;
	position: absolute;
	top: 70px;
	visibility: visible;
}

a:link {
	color: #ADADAD;
	text-decoration: none;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	color: #FDA8A8;
	text-decoration: none;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



body {
	background-color: #3E3E3E;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	margin-left: 10px;
}
#pie {
	position: absolute;
	height: 80px;
	width: 1024px;
	left: auto;
	top: 615px;
	right: auto;
	bottom: 0px;
	visibility: visible;
}
#cabecerados {
	position:absolute;
	left:670px;
	top:2px;
	width:350px;
	height:67px;
	z-index:1;
	visibility: visible;
}
#cabeceratres {
	position:absolute;
	left:910px;
	top:35px;
	width:91px;
	height:27px;
	z-index:1;
	visibility: visible;
}
#titular {
	left:12px;
	top:6px;
	width:465px;
	height:21px;
	z-index:1;
	visibility: visible;
	position: absolute;
}
#piebajo {
	position: absolute;
	height: 74px;
	width: 1024px;
	left: auto;
	top: 695px;
	right: auto;
	bottom: 0px;
	background-color: #666666;
	visibility: visible;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
fieldset {
	width: 350px;
	height: 500px;
}
label {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#alfa {
	position:absolute;
	left:93px;
	top:0px;
	width:462px;
	height:70px;
	z-index:1;
	visibility: visible;
}
#pie_alfa {
	position:absolute;
	left:400px;
	top:0px;
	width:217px;
	height:74px;
	z-index:1;
}
#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; 
	}
#descripcion h2 {

	text-align: center;
	color: #CCCCCC;
	font-size: 18px;
}
#descripcion {

	position:absolute;
	left:20px;
	top:40px;
	width:252px;
	height:320px;
	z-index:1;
	border: 1px solid #880812;
}
.rojo {

	color: #BB0000;
	font-size: 14px;
	font-weight: bold;
}
.verde {


	color: #00CC33;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	color: #D6161C;
	font-size: 16px;
	font-weight: bold;
	background-color: #999999;
	text-align: center;
}
.rojodos {
	color: #D6161C;
	font-size: 12px;
	font-weight: bold;
	background-color: #999999;
	font-style: italic;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 0px;
}
#link_verde {
	position:absolute;
	left:326px;
	top:257px;
	width:145px;
	height:25px;
	z-index:1;
	border: 1px dotted #FFFFFF;
}
#link_147 {
	position:absolute;
	left:840px;
	top:255px;
	width:145px;
	height:25px;
	z-index:1;
	border: 1px dotted #FFFFFF;
}
#link_mito {

	position:absolute;
	left:327px;
	top:314px;
	width:145px;
	height:25px;
	z-index:1;
	border: 1px dotted #FFFFFF;
}
#link_159 {

	position:absolute;
	left:742px;
	top:328px;
	width:145px;
	height:25px;
	z-index:1;
	border: 1px dotted #FFFFFF;
}
#exterior {
	position:absolute;
	left:310px;
	top:25px;
	width:697px;
	height:349px;
	z-index:1;
	visibility: hidden;
}
#exterior p {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#multiair em {
	color: #AA0000;
	font-size: 16px;
}
#multiair p {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#multiair {
	position:absolute;
	left:310px;
	top:25px;
	width:700px;
	height:350px;
	z-index:1;
	visibility: hidden;
}
#interior {

	position:absolute;
	left:310px;
	top:25px;
	width:697px;
	height:349px;
	z-index:1;
	visibility: hidden;
}
#dna {


	position:absolute;
	left:310px;
	top:25px;
	width:697px;
	height:349px;
	z-index:1;
	visibility: hidden;
}
#seguridad_y {



	position:absolute;
	left:310px;
	top:25px;
	width:697px;
	height:349px;
	z-index:1;
	visibility: hidden;
}
#motores {




	position:absolute;
	left:310px;
	top:25px;
	width:697px;
	height:349px;
	z-index:1;
	visibility: hidden;
}
#estilo {





	position:absolute;
	left:310px;
	top:25px;
	width:697px;
	height:349px;
	z-index:1;
	visibility: hidden;
}
#blue_nav {






	position:absolute;
	left:310px;
	top:25px;
	width:697px;
	height:349px;
	z-index:1;
	visibility: hidden;
}
#blue_map {







	position:absolute;
	left:310px;
	top:25px;
	width:697px;
	height:349px;
	z-index:1;
	visibility: hidden;
}
#blue {







	position:absolute;
	left:310px;
	top:25px;
	width:697px;
	height:349px;
	z-index:1;
	visibility: hidden;
}
#topbar{
	position:absolute;
	border: 1px solid black;
	padding: 5px;
	width: 367px;
	z-index: 400;
	height: 761px;
	background-color: #3E3E3E;
}

