/* imagogallery css*/
body{
	background-color: #081921;
	color: #000000;
	margin: 0px;
	text-align:center
}
/*Añadido*/
#menuv {
	position:relative;
	top:75px;
	width: 80px;
	padding-right:20px;
	float: right;
	font: bold 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#menuv ul, li, #menuh ul, li {
	list-style-type: none;
}

#menuv ul, #menuh ul {
	margin: 0;
	padding: 0;
}

#menuv li {
	border-bottom: 1px solid #ACCFE8;
}

#menuv a {
	text-decoration: none;
	color: #3366CC;
	background: #F0F7FC;
	display: block;
	padding: 3px 6px;
	width: 80px;
}

#menuv a:hover, #menuh a:hover{
	background: #DBEBF6;
}

#menuh {
	font: bold 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-left:100px;
}

#menuh li {
	float: left;
}

#menuh a {
	text-decoration: none;
	color: #3366CC;
	background: #F0F7FC;
	display: block;
	padding: 3px 10px;
	text-align: center;
	border: 1px solid #ACCFE8;
	border-width: 1px 3px 1px 0;
}

#menuh a#primero {
	border-left: 3px solid #ACCFE8;
}

#centro{
	background: #1d5875 url(img/bici.png) no-repeat left bottom;
	width:950px;
	height:700px;
	margin: 10px auto 10px auto;
	text-align:left;
	-webkit-border-radius: 2em 2em 2em 2em;
	-moz-border-radius: 2em 2em 2em 2em;
	border-radius: 10px;
}

#cabecera{
	background-color: #3399cc;
	width:950px;
	-webkit-border-radius:2em 2em 0em 0em;
	-moz-border-radius:2em 2em 0em 0em;
	border-radius: 10px;

}
#logotipo img{
	display:block;
	margin:10px 265px 10px 265px;
	padding:10px 0 10px 0;
}
#textofijo{
	width: 700px;
	padding-top:70px;
	padding-left:70px;
	color:#FFFFFF;
	text-align:justify;
	font:100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:larger;
}

#tablainic{
	margin:30px 0px 0px 230px;
}
#tablainic td, #tablainic tr{
	border:10px solid black;
	/*padding:15px;*/
}
#pie {
	margin-top:70px;
	color:#FFFFFF;
	text-align:center;
	font:100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*Fin añadido*/

.imago_thumbImg {
	border: 5px solid #000000;
}

.imago_selectedThumb {
	border: 5px solid #FFFFFF;
}

#imagoError {
	position: absolute;
	top: 50px;
	left: 50px;
	display: none;
	color: #FFFFFF;
}

#imagoThumbMenu {
	position: relative;
	left: 0px;
	top: 50px;
	width: 300px;
	height: 330px;
}
 
#imagoCurrentThumbTable {
	border-collapse: separate;
	border-spacing: 5px;
	margin: 5px;
	padding: 5px;
	outline: 5px;
}

#imagoCurrentImageTitle {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0px;
	z-index:11;
}

#imagoGalleryTitle {
	text-align: center;
	font-size: larger;
	font-weight: bold;
	font-family: monospace;
	color: #FFFFFF;
}

#imagoFrame {
	position: relative;
	margin-top: -280px;
	margin-left: 270px;
}

#imagoCurrentImageDiv {
	position: relative;
	top: 0px;
}

#imagoCurrentImg {
	border: 20px solid #000000;
}
.imagogallery{
	position: relative;
	top: 0px;
	left: 0px;
}

#imagoLoadingDiv {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
}

#imagoLoadingDiv, #imagoCurrentImageLoadingDiv {
	background: url('img/loading.gif') no-repeat center center;
	background-color: #000;
}
#imagoCurrentImageLoadingDiv {
	position: absolute;
	display: none;
	z-index:10;
}
a.imago_navNextImage, a.imago_navPreviousImage
{
	position: absolute;
	height: 100%;
	width: 10%;
	cursor: pointer;
	z-index:10;
	background: url('img/empty.gif') no-repeat center center;
}

a.imago_navNext, a.imago_navPrev
{
	position: absolute;
	height: 31px;
	width: 31px;
	cursor: pointer;
	z-index:10;
	background: url('img/empty.gif') no-repeat center center;
}

a.imago_navPreviousImage:focus, a.imago_navNextImage:focus {
  outline-style: none;
}

a.imago_navPrev {
	left: 10px;
	bottom: 0px;
	background: url('img/prevImg.png') no-repeat top left;
}

a.imago_navNext {
	right: 40px;
	bottom: 0px;
	background: url('img/nextImg.png') no-repeat top right;
}

a.imago_navNextImage:hover {
	background: url('img/nextImg.png') no-repeat center center;
}

a.imago_navNextImage {
	right:20px;
	top:0px;
}

a.imago_navPreviousImage {
	left:20px;
	top:0px;
}
a.imago_navPreviousImage:hover {
	background:url('img/prevImg.png') no-repeat center center;
}
