body {
	text-align:center;
	font-size: 0.8em;
	font-family: sans-serif;
    color: #2b2b2b;
    padding: 0px;
    margin: 0px;
	background: url(http://www.bilbao.pro/images/fondo.png) center top repeat-x;
}
body div {
	text-align:left;
}

#webilbao {
	width: 140px;
	height: 141px;
	position: absolute;
	top: -85px;
	/*left: 8px;*/
	z-index: 12;
}
a {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#web {
	background: url(http://www.bilbao.pro/images/fondoweb.png) center top no-repeat fixed;
	text-align:center;
	margin:auto;
}
#errdiv, #infdiv {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 6px;
	margin: 12px 0px 6px 0px;
	font-size: 0.9em;
}

#errdiv {
	border: solid 1px red;
	background-color: #FFD0D0;
}

#infdiv {
	border: solid 1px #E6DB55;
	background-color: #FFFFE0;
}

.nb {
	border: 0px;
	text-decoration: none;
}
#imgtit {
	margin-top: 15px;
	margin-left: 155px;
	float: left;
}
#dconmenu {
	background: url(http://www.bilbao.pro/images/internet_where.png) center right no-repeat;
}
#dconmenu h1 {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	float: left;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:2.2em;
	font-style:italic;
	color: #fafafa;
	font-weight: normal;
}
#dconmenu h1 a {
	text-decoration: none;
	color: #fafafa;
}

#medio {
	text-align: center;
	margin: auto;
	background: url(http://www.bilbao.pro/images/medioback.png) center top no-repeat;
}
#medio div {
}
#dconte {
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
	border-bottom: solid 1px #eeeeee;
}
#dconmenu, #dconte, #dpbot {
	width: 910px;
	margin: auto;
	}

#dtitu, #dconte {
	padding: 20px;
	border-left: solid 1px #eeeeee;
	border-right: solid 1px #eeeeee;
	background: repeat url(http://www.bilbao.pro/images/contentback.png);
}

#q {
	width: 12em;
}

.inputxt, .inputnt {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 1.1em;
	border: solid 1px #616161;
}
.inputnt {
	color: #555555;
}
.inputxt {
	color: #CC3300;
	background-color: #EBEBEB;
}
.inputxt:focus {
	background-color: #ffffff;
}
#verder .inputxt {
	width: 10em;
	padding: 2px;
}
.boton {
	border: solid 1px #616161;
	color: #616161;
	font-size: 1.1em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	background: #E3E3E3 repeat-x bottom url(http://www.bilbao.pro/images/currbotback.png);
}
form {
	margin: 0px;
	padding: 0px;
}

#formq {
	display: block;
	text-align: right;
	margin: 0px 0px 10px 0px;
	padding-top: 28px;
}
#dmenu {
	border-bottom: solid 2px #FF8833;
	text-align: center;
	background: bottom repeat url(http://www.bilbao.pro/images/menuback.png);
}
/*
 * menu superior inicio
*/

#menu {
	clear: both;
}
#nav {
	margin: 15px 0px 0px 0px;
	font-size: 0.92em;
	font-weight: bold;
	float: right;
}
#nav .currentm a, #dmenu li a:hover {
	color: #616161;
	background: repeat-x bottom url(http://www.bilbao.pro/images/currbotback.png);
}
#nav, #nav ul {
	padding: 0;
	list-style: none;
}
#nav ul {
	margin: 0;
}
#nav a {
	display: block;
	width: 14em;
	color: #fafafa;
	text-decoration: none;
	padding: 0.4em 0em 0.3em 0.5em;
	margin: 0px;
}
#nav li {
	float: left;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
	border-left: solid 1px #b22d00;
	border-right: solid 1px #b22d00;
	border-top: solid 1px #b22d00;
	background: repeat-x bottom url(http://www.bilbao.pro/images/botback.png);
	vertical-align: middle;
	text-align: left;
	margin-left: 2px;
}
#nav ul a, #nav .currentm ul a {
	color: #FFFFFF;
	background: repeat url(http://www.bilbao.pro/images/menured.png);
}
#nav ul li a:hover {
	color: #616161;
	background: #FFF8F5 repeat url(http://www.bilbao.pro/images/menuwhite.png);
}
#nav ul li {
	border: 0px;
	margin: 0px;
	background: none;
}
#nav li ul {
	position: absolute;
	z-index:5;
	left: -999em;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
	border-left: solid 1px #b22d00;
	border-right: solid 1px #b22d00;
	border-bottom: solid 1px #b22d00;
	border-top:2px solid #FF8833;
	margin-left: -1px;
	width: 14.5em;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.hover {
	position: static;
}

/*
 * menu superior fin
 */



#ruta {
	text-align: right;
}

#ruta ul, #ruta ul li {
	font-size: 0.9em;
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

#verder ul{
	padding: 0em 0em 0em 1em;
	margin: 0em 0em 0em 1em;
	}
#cuerpo ul {
	padding: 1em;
	margin: 0em;
	border: solid #CC3300 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: repeat url(http://www.bilbao.pro/images/cuerpoulback.png);
	}
#cuerpo ul li {
	margin-left: 1em;
}
#cuerpo a {
	text-decoration: underline;
}
#cuerpo a:hover {
	text-decoration: none;
}
#cuerpo a:visited {
	color: #cc3300;
}
strong {
	color:#616161;
}
#verder ul li {
	margin: 0px;
}
#verder ul li, #cuerpo ul li {
	list-style: url(http://www.bilbao.pro/images/categoria.gif);
	padding: 0px;
}
#dconte h1, #dconte h2, .ticol {
	color: #616161;
}
#dconte h1 {
	font-size: 1.4em;
	margin: 5px 0px 10px 0px;
}
.ticol, #dconte h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 16px 0px 4px 0px;
}
#dconte h2 a {
	/*
	padding-left: 38px;
	background: no-repeat left center url(http://www.bilbao.pro/images/backh3.gif);
	*/
}

#dbot {
	margin-top: 20px;
	border-top: solid 2px #FF9933;
	background: repeat-x bottom url(http://www.bilbao.pro/images/dbotback.png);
	text-align: center;
}

#mapgall {

}
#mapgall ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
#mapgall ul, #mapgall li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#mapgall h3 {
	width:272px;
	font-size: 1.1em;
	margin: 14px 0px 0px 0px;
	padding: 0px;
	color: #616161;
	}


.noticialista {
	margin-bottom: 15px;
	clear: right;
}
.noticialista div {
	margin-bottom: 5px;
}

.noticialista h2 {
	font-size: 0.8em;
}

.noticialista img {
	float: right;
}


#galeria {
	width: 260px;
	text-align: right;
	vertical-align: top;
	float: right;
	margin-left: 15px;
}
#galeria a:visited {
	color: #6A9DBA;
}

#thumb {
	height: 320px;
	overflow-x:hidden;
	overflow-y: auto;
	/*border: dotted 1px #CC3300;*/
	padding: 5px;
	text-align: center;
}
#thumb div {
	text-align: center;
}
#thumb img {
	margin-bottom: 5px;
}

#recuadro {
	border: solid 1px #ebebeb;
}
#recmap {
	border: 0px;
}

#recuadro {
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	margin-top: 20px;
	margin-bottom: 15px;
}

.notasport {
	margin: 15px 0px 25px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: dotted 1px #EEEEEE;
}
.notasport p {
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
}
.imgpr {
	margin: auto 0.8em 0.2em auto;
	float: left;
	padding: 8px;
	border: solid 1px #ebebeb;
}
.map {
	margin: 1.2em auto 0.2em auto;
}
.mapt {

}
.mapt, .map, .mapem {
	padding: 8px;
	border: solid 1px #ebebeb;
}
.mapt:hover, .map:hover, .mapem:hover {
	border: solid 1px #d2d2d2;
}
.mapt:hover, .map:hover, .mapem:hover, #recmap:hover {
	filter: alpha(opacity=70);
	opacity: .70;
}

.mapem {
 	margin: 1em 0em 1em 1em;
 	float: right
}

.unids {
	width: 3em;
	text-align: right;
}
#verizq {
	font-size:1.1em;
	margin-top: -10px;
	margin-left: 245px;
}
#verder {
	width: 190px;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
	border-style: solid;
	border-color:  #A6B9D2;
	border-width: 0px 1px 1px 1px;
	padding: 50px 12px 12px 12px;
	float: left;
	top: -20px;
	background: repeat url(http://www.bilbao.pro/images/contentback2.png);
	position: relative;
}
#verder a {
	text-decoration: none;
}
#verder a:hover {
	text-decoration: underline;
}

#dtitu {
    padding: 1px 0px 1px 4px;
    color: #ffffff;
    font-weight: bold;
}
#tags {
	text-align: center;
	background: no-repeat center bottom url(http://www.bilbao.pro/images/backtags.gif);
}
#tags ul {
	margin: 0px;
	padding: 0px;
}
#tags li {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
.imgder {
    padding: 2px 0px 2px 4px;
    float: right;
}
.imgizq {
    padding: 2px 4px 2px 0px;
    float: left;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#dpbot {
	padding: 10px 0px 5px 0px;
}

#dpie, #dsubpie {
    color: #ffffff;
    font-size: 0.8em;
}

#dpie a, #dsubpie a {
    color: #ffffff;
    text-decoration: none;
}

#dpie a:hover, #dsubpie a:hover {
    text-decoration: underline;
}

#dpie {
    text-align: center;
}

#dsubpie {
    text-align: right;
	padding-top: 10px;
}
.supnoticia {
	margin: 4px 0px 6px 0px;
	font-size: 0.9em;
}
.subnoticia {
	padding: 2px 4px 2px 4px;
	border: 1px #f5f5f5 solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #fffff8;
	clear: left;
	margin: 16px 0px 8px 0px;
}
.subnoticia div, .ord a {
	display: inline-block;
	margin-right: 1.4em;
	font-size: 0.9em;
}
.ord {
	padding-top: 12px;
}
.ord a {
	text-decoration: none;
}
#pag {
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
#pag a {
	text-decoration: none;
	border: 1px solid #CC3300;
	color: #CC3300;
	padding: 0px 2px 0px 2px;
}
#pag a:hover {
	background-color: #FFCCBA;
	text-decoration: none;
}

#carro, #hist {
	margin-top: 15px;
	padding: 20px 0px 20px 0px;
	width: 100%;
	font-size: 1em;
	border-collapse:collapse;
}
#carro td {
	height: 2.2em;
}


.carrito {
	color: #E3E3E3;
	height: 1.8em;
	background-color: #7f7f7f;
}
.carrito a {
	color: #FFFFFF;
}

.carrop td {
	text-align: right;
}

.padleft {
	padding-left: 4px;
}
.padright {
	padding-right: 4px;
}
.carrow, .carroh {
	border-bottom: solid 1px #7f7f7f;
	}
.carrow td a, .carroh td a {
	display: block;
}
.carrow td a:hover, .carroh td a:hover {
	text-decoration: none;
}
tr.carrow:hover, tr.carroh:hover {
	background: repeat url(http://www.bilbao.pro/images/backtdhvcarro.png);
}

.sepder {
	float: left;
	margin-left: 40px;
	width: 240px;
	text-align: left;
}
.sepizq {
	margin-left: 320px;
}

.sepport {
	margin-left: 150px;
}
.separr {
	margin-top: 4px;
}

.sespan {
	display:inline-block;
	width:9em;
}
.botcomp {
	width:7em;
}

#pasos {
	font-size: 1.4em;
	text-align: center;
	color: #616161;
}
.selpaso {
	font-size: 2em;
}
.catenv {
	margin: 0px;
	padding: 0px;
}
.catenv li {
	display: inline-block;
	width:45%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.mso {
	margin-bottom:0;
}
.stopie6 {
	position: absolute;
	top: 5px;
	right: 45px;
	border: solid 1px #0066ff;
	color: #0066ff;
	background: #eef5ff;
	font-size: 9px;
	padding: 5px;
	width: 450px;
}
.stopie6 a {
	color: #0066ff;
	text-decoration: underline;
}
#contacto td {
	vertical-align: top;
	padding-right: 30px;
}
#maploc, #mapbilbao, #mapinmo {
	border: solid 1px #3C3C3C;
}
#maploc {
	height: 310px;
	width: 470px;
}
#mapbilbao {
	height: 390px;
	width: 610px;
}
#mapinmo {
	height: 390px;
	width: 440px;
}
a.info {
    position:relative; /*this is the key*/
    z-index:24;
}

a.info:hover {
	z-index:25;
	background-color: #ffcc99;
}
a.info span {
	display: none
}

a.info:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top: 2em;
	left: -20em;
	width: 20em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #FFF9F7;
	border: solid 1px #A6B9D2;
	padding: 5px;
	font-size: 0.9em;
	color: #2B2B2B;
}
#firefox {
	text-align:center;
	margin-top:15px;
	padding-top: 15px;
	border-top: solid 1px #bfbfbf;
}
