/* Stylesheet para CONALFA */
@charset "utf-8";
/* CSS Document */
/*  Secciones DIV  */
body {
	Color: white; /* Color de fuente*/
	background-color: #0485D8; /*Color de fondo*/
	background-image: url(images/fondo2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:auto
	}
	
#wrapper {
	background-color:#1273A7;
	color: black;
	width: 800px;
	margin: 0px auto;
	border: none;
	}
	
#encabezado {
	color: #BFF9F5;
	width: 800px;
	height: 250px;
	position:relative
	}

#menutop {
	color: #E6EFF9;
	position:relative;
	right:auto;
	height:12px;
	margin-top: 2px
	
	}
	
#encabezado img {

	}

#navegacion_der {
	float:left;
	margin-left: 4px;
	height:auto;
	width: 200px;
		}
#areatexto {
	float:left;
	margin-left: 4px;
	height:auto;
	width: 390px;
	margin-top: 0px;
	}

#navegacion_izq {
	float:left;
	width: 190px;
	height:auto;
	}
#pie {
	paddling: 3px;
	
	margin-left: 8px;
	height: 54px;
	width: 786px;
	background-image:url(images/Cintillo_abajo.jpg);
	background-position:center;
	text-align:center;
	float: none;
	clear: both;
	}

/* set millions of background images */

.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
margin-top: 0px;
}
.rbcontent { margin: 7px;  }
.rbroundbox {
	width: 100%;
	margin: 1em auto;
}

/*  ELEMENTOS HTML */

h2 {
  font-family: "Geneva", Arial, Helvetica, sans-serif;
  font-size:20px;
  color: black;
  }
 
h4 {
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  color: black;
  }
 
 p {font-family: "Verdana", Arial, Helvetica, sans-serif;
 	font-size:11px;
 	text-align:justified;
	color:black;
	}
	
/* El texto a continuacion son los parametros para 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; }
/* AQUI TERMINA el texto con los parametros para lightbox */

/* Aqui empiezan datos para imagen flotante de estadisticas */
#ftr_imagen {
bottom: 15px;
right: 15px;
width: 250px;
height: 103px;
position: fixed;
}
.close {
float: right;
padding-right: 10px;
cursor: hand;
cursor: pointer;
}
/* AQUI TERMINA datos para imagen flotante de estadisticas */
