@charset "UTF-8";
/* CSS Document */

body {
	background-color: #cccccc;
	margin: 0px;
}
#queryZone {
	background-image: url(./fondo.jpg);
	background-repeat: repeat-x;
	height: 166px;
	width: 100%;
	margin-top: 15px;
	text-align: left;	
	
}
#queryZone #queryZone1 {
	height: 108px;
}

#queryZone #queryZone2 {
	height: 66px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
.phototitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
#photos #alineamiento {
	width: 800px;
}
a .fotoMiniatura {
    width: 75px;
    height: 75px;
    filter: alpha(opacity=80);
    opacity: 1;
	border:#000000;
	border-style:solid;
	border-width:1px;
	margin-left: 2.5px;
	margin-right: 2.5px;
}

a .fotoGrande {
	border:#000000;
	border-style:solid;
	border-width:10px;
	
}

a .geolocalizacion {

	border:#cccccc;
	border-style:solid;
	border-width:1px;

}

a:hover .fotoMiniatura , a:active .fotoMiniatura{
	filter: alpha(opacity=70); opacity: 0.7;
}

#photo {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#photo #relatedPhotos {
	width: 820px;
}
#photo h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#pagination {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
#about {
	float: right;
	margin-right: 50px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.searchBox{
background-image:url('imgs/magnifying-glass.gif');
background-repeat:no-repeat;
padding-left:20px;
}


.searchLocationBox{
background-image:url('imgs/globe2.gif');
background-repeat:no-repeat;
padding-left:20px;
}

input .error { border: 1px solid red; }



.geolocated
{
	position:absolute;
	right: 2px;
	bottom:4px;
	z-index : 3;
	display:inline;
	border:0;
	margin:0;
	padding:0;
	clear: left;
	clear: right;
}

#photo #tags a {
	font-size: small;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#photo #tags a:hover {
	font-style: italic;
	font-weight: bolder;
}

#photo #location {
	font-size: small;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}