
body {
	background-color:#FFFFFF;
	font-family:verdana;
	margin:0px;
	padding:0px;
	font-size:1em;
	text-align:left;
}

a:link, a:visited {
    font-size:12px;
}

a:hover {	
	text-decoration:underline;
}

h1 {
	display:none;
}

p {
	margin-top:12px;
}

div#contenedor {
	width:790px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0px;
	background-image:url(../img/contenedorPrincipal.gif);
	background-repeat:no-repeat;
	height:407px;
	padding:10px;
	padding-top:0px;
}

div#panelTexto h2 {
	color:#06618d;
	font-size:1.2em;
}


div#panelTexto {
	float:left;
	width:320px;
	background-image:url(../img/fondoTexto.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-align:middle;
	padding-left:12px;
	padding-top:12px;
	padding-bottom:10px;
	padding-right:10px;
	margin:0px;

}

	div#textoScroll {
		height:303px;
		margin-left:auto;
		magin-right:auto;
		width:298px;		
		padding:10px;
		font-size:0.8em;
		/*border: 1px solid #333333;	 */
		margin-top:10px;
		
	}
	
	div#scroll {
		overflow:auto;
		height:180px;
		padding-left:10px;
		margin:0px;
		padding:0px;
		width:270px;
	}
	


.categorias a:link, .categorias a:visited {
    color:black;
    text-decoration:none;
}

.categorias a:hover {
    text-decoration:underline;
}

div#panelImagenes {
	width:424px;
	float:left;
	background-image:url(../img/contenedorContenido.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:400px;
	padding-left:9px;
	
}
div#menu {
	padding-left:210px;
	height:30px;
	font-size:12px;
	font-family: Arial;
}

div#menu ul {
    margin:0px;
    padding:0px;
}

	div#menu li {
	display:block;
	width:79px;
	text-align:center;
	float:left;
	background-image:url(../img/botonOff.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:5px;
	height:24px;
	margin-left:8px;
	padding-left:3px;
}

div#menu a:hover {
    font-weight:bold;
}


div#menu #actual{
	background-image:url(../img/botonOn.gif);
	background-repeat:no-repeat;
	background-position:top;
	font-weight:bold;
}



div#menu li a:link, div#menu li a:hover, div#menu li a:visited {
	text-decoration:none;
	color:#000066;
	font-size:1em;
	letter-spacing: 0.04em;
}

div#footer {
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
div#footer hr {
	display:none;
}

div#footer p {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:0.8em;
	margin-bottom:5px;
	line-height: 10px;
}


h3 {
	font-size:1.2em;
	color:#333333;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
}

div#listaCategorias {
	width:277px;
	background-color:#FFB03C;
	color:white;
	margin-left:5px;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:3px;
	padding-right:10px;
}

div#listaCategorias h3 {
	color:white;
}

.categorias {
    font-size:12px;
    padding-left:4px;
    padding-bottom:12px;
}

.categorias a:hover {
    color:white;
    text-decoration:none;
}

div#scroll a:link, div#scroll a:visited {
    text-decoration:none;
    margin:0px;
    padding:0px;
}

div#scroll a:hover {
     text-decoration:underline;
}


.fecha {
	padding:0px;
	margin:0px;
	padding-bottom:5px;
	padding-top:3px;
	margin-top:5px;
	margin-bottom:15px;
	font-size:10px;
}


.thumb {
	margin-left:20px;
	margin-right:20px;
	cursor:pointer;
}

div#fondoFoto {
	width:100%;
	background-image:url(../img/fondoFoto.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:330px;
	padding-top:31px;
}

div#fondoFoto p {
	margin-left:60px;
	margin-bottom:6px;
	background-image:url(../img/links.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}

.textoDesplazable {
	font-family: Verdana;
	overflow:auto;
	height:260px;
	text-align:left;
	padding:10px;
}

h4 {
	width:87%;
	margin:0px;
	padding:0px;
	margin-top:2px;
}


/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 200px;
border: 2px solid #C0C09F;
padding: 6px 0px 0px 10px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 1.1em;
color: #333333;
line-height:1.4em;
margin-right:10px;
margin-top:0;
}

#ToolTipTextWrap {
font-weight:bold;
font-size: 1.2em;
color: #592C16;
margin-right:10px;
}

.detalles {
	border: 1px #ccc solid;
	padding: 0 5px 0 5px;
}



#lightbox {
	left:0pt;
	line-height:0pt;
	position:absolute;
	text-align:center;
	width:100%;
	z-index:100;
}
#lightbox img {
	height:auto;
	width:auto;
}
#lightbox a img {
	border:medium none;
}
#outerImageContainer {
	background-color:#FFFFFF;
	height:250px;
	margin:0pt auto;
	position:relative;
	width:250px;
}
#imageContainer {
	padding:10px;
}
#loading {
	height:25%;
	left:0%;
	line-height:0pt;
	position:absolute;
	text-align:center;
	top:40%;
	width:100%;
}
#hoverNav {
	height:100%;
	left:0pt;
	position:absolute;
	top:0pt;
	width:100%;
	z-index:10;
}
#imageContainer > #hoverNav {
	left:0pt;
}
#hoverNav a {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
#prevLink, #nextLink {
	background-image:url(data:image/gif);
	display:block;
	height:100%;
	width:49%;
}
#prevLink {
	float:left;
	left:0pt;
}
#nextLink {
	float:right;
	right:0pt;
}
#prevLink:hover, #prevLink:visited:hover {
	background:transparent url(../img/prevlabel.gif) no-repeat scroll left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background:transparent url(../img/nextlabel.gif) no-repeat scroll right 15%;
}
#imageDataContainer {
	-x-system-font:none;
	background-color:#FFFFFF;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4em;
	margin:0pt auto;
	overflow:auto;
	width:100%;
}
#imageData {
	color:#666666;
	padding:0pt 10px;
}
#imageData #imageDetails {
	float:left;
	text-align:left;
	width:70%;
}
#imageData #caption {
	font-weight:bold;
}
#imageData #numberDisplay {
	clear:left;
	display:block;
	padding-bottom:1em;
}
#imageData #bottomNavClose {
	float:right;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding-bottom:0.7em;
	width:66px;
}
#overlay {
	background-color:#000000;
	height:500px;
	left:0pt;
	position:absolute;
	top:0pt;
	width:100%;
	z-index:90;
}

