/* estilos de los Links  */

a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
}
.subheader_links{
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.nav_links{
	color:#F48900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-weight: bold;
	line-height: 16px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align:left;
}
.menu_links{
	color:#F48900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight: bold;
	line-height: 13px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}


/* estilo general del body y de la fuente */

body{
	background-color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-size:0.74em;*/
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h1{
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
	font-weight: bold;
	line-height: 18px;
	margin: 0px 0px 2px 5px;
	padding: 0px;
	text-align:left;
}
h2{
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-weight: bold;
	line-height: 16px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-align:left;
}
h3{
	color:#006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	line-height: 16px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-align:left;
}


/* estilo para la cabecera */

.header_title{
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;	
	font-weight: Bold;
	line-height: 50px;
	margin: 0px 0px 0px 10px;
	background-color:#DDDDDD; 
	background: url(images/heading.gif) no-repeat bottom left;
	width: 360px;
}
.subheader{
	background-color: #CCCCCC;
}


/* control de redimensionado */

.main_left{
	background-color:#340C6F; 
	background: url(images/tetris.jpg);
	width: 20%;
}
.main_center{
	background-color:#340C6F; 
	width: 60%;
	padding:5px;
}
.main_right{
	background-color:#340C6F;
	background: url(images/tetris.jpg);
	width: 20%;
}
.main_full{
	background-color:#340C6F; 
	background: url(images/tetris.jpg);
}
.main_bottom_left{
	background: url(images/EEEEEE_blc.gif) no-repeat bottom left;
	width:10px;
}
.main_bottom_right{
	background: url(images/EEEEEE_brc.gif) no-repeat bottom right;
	width:10px;
}


/* estilo de colores de los box y sus bordes */

.nav_box{
	background-color: #CCCCCC;
	color:#666666;
}
.nav_topleft{
	background: url(images/CCCCCC_tlc.gif) no-repeat top left;
	width:10px;
}
.nav_topright{
	background: url(images/CCCCCC_trc.gif) no-repeat top right;
	width:10px;
}
.nav_bottomleft{
	background: url(images/CCCCCC_blc.gif) no-repeat bottom left;
	width:10px;
}
.nav_bottomright{
	background: url(images/CCCCCC_brc.gif) no-repeat bottom right;
	width:10px;
}
.menu_box{
	background-color: #DDDDDD;
	color:#666666;
}
.menu_topleft{
	background: url(images/DDDDDD_tlc.gif) no-repeat top left;
	width:10px;
}
.menu_topright{
	background: url(images/DDDDDD_trc.gif) no-repeat top right;
	width:10px;
}
.menu_bottomleft{
	background: url(images/DDDDDD_blc.gif) no-repeat bottom left;
	width:10px;
}
.menu_bottomright{
	background: url(images/DDDDDD_brc.gif) no-repeat bottom right;
	width:10px;
}
.content_box{
	background-color: #FFFFFF;
	color:#666666;
}
.content_topleft{
	background: url(images/FFFFFF_tlc.gif) no-repeat top left;
	width:10px;
}
.content_topright{
	background: url(images/FFFFFF_trc.gif) no-repeat top right;
	width:10px;
}
.content_bottomleft{
	background: url(images/FFFFFF_blc.gif) no-repeat bottom left;
	width:10px;
}
.content_bottomright{
	background: url(images/FFFFFF_brc.gif) no-repeat bottom right;
	width:10px;
}


/*para alinear dentro de la capa*/
.left {
margin: 0px 7px 0px 5px;
float: left;
}
.centro{
margin: 0px 7px 0px 5px;
text-align: center; 
}
.right {
margin: 0px 7px 0px 5px;
float: right;
}
/* CSS para enlaces egacom */
	a.egacom_enlaces:link {
	color: #FF6600;
			}
	a.egacom_enlaces:visited {
	color: #FF6600;
			}
	a.egacom_enlaces:hover {
	color: #000066;
			}
	a.egacom_enlaces:active {
	color: #FF6600;
	}
	
	
	
/*++++++++++++++++++++++++++++++++++++  efectos para la carga de imagenes   +++++++++++++++++++++++++++++++++++++++*/

#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;}
/*indica el lugar donde estan las imagenes de estos botones*/
#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;}	 	

/*para el fondo de color verde*/
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000066; }	