@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	border:0;
	text-align:center;
	background-color:#003173;
}

#top{
	margin:0 auto !important;
	margin-top:-9px;
	width:960px;
	height:10px;
	background:url(Images/top.jpg) center bottom no-repeat;
}

#pagemaster{
	text-align:left;
	margin:0 auto;
	width:960px;
	height:auto;
	overflow:hidden;
}

#cintillo{
	width:960px;
	height:55px;
	float:left;
	background:url(Images/header.jpg) center no-repeat #FFF;
}

#clima{
	width:200px;
	height:55px;
	padding-left:10px; 
	background:url(Images/lb.jpg) top left no-repeat transparent;
}

.fix{
background:url(Images/lb.jpg) top left no-repeat transparent;
}

#espacio{
width:500px;
height:51px;
}

	
	#buscadoryfecha{
		width:236px;
		height:51px;
		padding-right:14px !important;
		padding-right:7px;
		padding-top:4px;
		text-align:right;
		background:url(Images/rb.jpg) top right no-repeat transparent;
	}
	
		.estilofecha{
			color:#FFF;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:11px;
		}


.clear{
	clear:both;
}

		#f_banner{
		    width:960px;
			height:160px;
			background:transparent;
		}

#cabecera{
	width:960px;
	float:left;
	clear:both;
	height:160px;
}

#rastro_left{
	width:470px !important;
	width:480px;
	height:20px !important;
	height:25px;
	padding-top:5px;
	padding-left:10px;
	float:left;
	background:url(Images/rastro.jpg) left repeat-x;
}

#rastro_right{
	width:470px !important;
	width:480px;
	height:20px !important;
	height:25px;
	float:left;
	padding-top:5px;
	padding-right:10px;
	text-align:right;
	background:url(Images/rastro.jpg) top left repeat-x;
}
	.rastro{
		color:#FFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}

	.rastro a, .rastro a:link, .rastro a:visited, .rastro a:hover, .rastro a:active{
		color:#FFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}

#contenido{
	background:#FFF;
	float:left;
}

	.LeftPane{
     	padding:0 10px;
		width:203px;
		background:url(Images/bl.jpg) bottom left no-repeat #008DE7;
	}

	.ContentPane{
		padding:0 10px;
		width:717px;
		background:url(Images/brw.jpg) bottom right no-repeat;
	}

#pie{
	width:960px;
	height:70px;
	margin:0 auto;
	clear:both;
	background:url(Images/footer.jpg) bottom center no-repeat;
}

	#e-gob{
		width:225px;
		height:45px;
		background:url(Images/e-gob.gif) center no-repeat;
		float:left;
	}

	#info{
		width:510px;
		height:40px;
		padding-top:5px;
		text-align:center;
		float:left;
		font-weight:bold;
		color:#FFF;
		font-family:Arial, Helvetica, sans-serif;
	    font-size:11.5px;
		text-decoration:none;
	}
#info a{ 
 font-weight:bold; 
 text-decoration:none; 
 color:FFF;
}
#info a:hover{
 font-weight:bold; 
 text-decoration:none; 
 color:#71A7E8;
}
.rights{ 
 font-weight:normal; 
 text-decoration:none; 
 color:FFF;
}
	#powered{
		width:225px;
		height:30px;
		padding-top:10px;
		text-align:center;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
	    font-size:11.5px;
		text-decoration:none;
		color:white;
	}
	
.fila{
background-color:#DBE5F1;
color:#7D7D7D;
}

.filaalterna{
background-color:#FFFFFF;
color:#7D7D7D;
}

.labelservicios{
padding:5px;
font-weight:bold;
width:30%;
border-right:1px solid #DBE5F1;
}

.labelservicios2{
padding:5px;
font-weight:bold;
width:30%;
border-right:1px solid #FFFFFF;
}

.fieldservicios{
padding:5px;
margin-left:10px;
font-weight:Normal;
width:70%;
}

/****************************************************/

#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(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/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; }

/*************************/

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:1
}
.efectico{}

/*************************/

#basicBookmark ul { width: 320px; }

#popupImageBookmark {}

.bookmark_popup_text img {
	border: none;
	vertical-align: bottom;
}
.bookmark_popup {
	display: none;
	position: absolute;
	z-index: 100;
}
.bookmark_popup ul {
	float: left;
	width: 320px;
	border: 1px solid #aaa;
}
.bookmark_list {
	display: inline-block;
	float: left;
	list-style-type: none;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /* Safari3/Opera9 */
	.bookmark_list {
		font-size: 100%;
	}
}
html:first-child .bookmark_list {  /* Opera */
	font-size: 80%;
}
.bookmark_list li {
	float: left;
	width: 23%;
	margin: 0px 1px;
	padding: 1px;
	background-color: #eee;
	border: 1px outset;
}
.bookmark_compact {
	background-color: #eee;
	border: 1px outset;
}
.bookmark_compact li {
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 2px;
	background-color: transparent;
	border: none;
}
.bookmark_list a {
	width: 100%;
	text-decoration: none;
	cursor: pointer;
}
.bookmark_list span {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.bookmark_list span.bookmark_icons {
	background: url(lightbox/js/bookmarks.png) no-repeat center;
}
.bookmark_list img {
	border: none;
}

