/* CSS Document */

/*/RESTAURAR NAVEGADORES//////////////////////////////////////////////////////////////////////////////////*/
body,div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin:0px;
	padding:0px;
}
fieldset,img{border:0px;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
p,h1,h2,h3,h4,h5,h6{font-size:100%;}
a, a:hover {
	text-decoration: none;
}
.clear {
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.n {
	font-weight: bold;
}
.r {
	color: #FF0000;
}
.der {
	text-align: right;
}
.iz {
	text-align: left;
}

.cen {
	text-align: center;
}
.may {
	text-transform: uppercase;
}

.margen {
	margin-left: 180px;
}
.margen2 {
	margin-left: 210px;
}
.margen4 {
	margin-left: 410px;
}
.linea {
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 5px;
	margin-bottom: 5px;
}

.azul{
	border-top-color: #372780;
}

.amarillo{
	border-top-color: #f6cf06;
}

.verde{
	border-top-color: #048686;
}

.left {
	float: left;
}
.f-right {
	float: right;
}


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #038883;
}

#wrapper {
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*CABECERA*/
#cabecera {
	background-image: url(../img/fondoCabecera.jpg);
	background-repeat:  repeat-x;
	height: 170px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}
#logo {
	float: left;
}
#idioma {
	float: right;
	margin-top: 5px;
	margin-right: -5px;
}

#idioma li {
	float: left;
	color: #FFFFFF;
	margin-left: 5px;
}
#idioma li a {
	color: #E9E9E9;
	padding-right: 5px;
}
#idioma   li   a:hover   {
	color: #038883;
}
#idioma li .on {
	font-weight: bold;
	color: #FFFFFF;
}


#noticies {
	clear: both;
	float: right;
}

.caja {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6F63B8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6F63B8;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 160px;
	height: 135px;
	font-size: 11px;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 10px;
}

.caja  .titol a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.caja .fecha {
	font-weight: bold;
	color: #038686;
}
.caja  .texto a {
	font-weight: normal;
	color: #FFFFFF;
}
.caja li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6F63B8;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.caja a:hover {
	color: #038686;
}



/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*NAVEGACIÓN*/
#navegacion {
}

#menu {
	background-image: url(../img/fondoMenu.jpg);
	background-repeat:  repeat-x;
	height: 50px;
}
#menu ul {
	text-align: left;
}

#menu li {
	float: left;
	width: 19%;
}
#menu  li a {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	height: 28px;
	text-align: center;
	padding-top: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5eb9bc;
}
#menu  li a:hover {
	color: #39267F;
}
#menu  li img {
	vertical-align: middle;
}
#menu  li.menuOn a {
	background-image: url(../img/fondoMenuOn.jpg);
	background-repeat:  repeat-x;
	height: 38px;
	display: block;
	font-weight: bold;
	color: #36267F;
	text-align: center;
	padding-top: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu  li.menuOn img {
	vertical-align: middle;
}
.flechaMenu {
	margin-top: 12px;
}
#submenu {
	background-image: url(../img/fondoSubMenu.jpg);
	background-repeat:  repeat-x;
	height: 40px;
	clear: both;
	margin-top: 8px;
}
#submenu ul {
	margin-left: 20px;
}
#submenu li {
	float: left;
}
#submenu      li   a, #submenu   submenuOn a   {
	color: #048684;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 30px;
	padding-right: 10px;
	background-image: url(../img/separadorSubmenu.jpg);
	padding-left: 23px;
	padding-top: 10px;
	float: left;
}
#submenu   li a:hover  {
	color: #39267F;
}
#submenu   .submenuOn a  {
	color: #36267F;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*CONTENIDO*/
#flashcontent {
	margin-top: 8px;
	margin-bottom: 0px;
}
#flashcontentComprar {
	text-align: left;
	margin-left: 15px;
}

#getFlash {
	padding: 5px;
	border: 3px solid #038883;
	margin-bottom: 10px;
	width: 461px;
	text-align: center;
	margin-left: 20px;
}
#contenido {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 70px;
	padding-left: 20px;
}
#colIz {
	width: 150px;
	float: left;
}
#colIz li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#colIz li a {
	color: #000000;
}
#colIz li a:hover {
	color: #018685;
}
#colDer {
	float: right;
	width: 150px;
}
#colDer img {
	margin-bottom: 10px;
}

#colCen {
	margin-right: 180px;
}
#colCen  a {
	color: #3B297F;
	text-decoration: none;
	font-weight: bold;
}
#colCen a:hover {
	color: #048686;
}

#colCen    .foto  {
	float: left;
}
#colCen .foto img {
	margin-bottom: 10px;
}
#colCen h1           {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 10px;
	background-color: #028688;
	height: 15px;
}
#colCen   h2 {
	color: #392680;
	margin-bottom: 10px;
}

#colCen p  {
	margin-bottom: 5px;

}
#colCen li ul li a {
	margin-left: 20px;
}
#colCen  li  ul  ul  li a {
	font-weight: normal;
	margin-left: 40px;
}


#slogan  h1 {
	font-size: 250%;
	color: #048686;
	font-weight: bold;
	text-transform: none;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	height: auto;
}
#slogan  h2 {
	font-size: 180%;
	color: #473587;
	margin-bottom: 10px;
}
.cajaTarifa, .cajaTarifaParking {
	float: left;
	width: 180px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.cajaTarifa  .titulo {
	color: #FFFFFF;
	background-color: #009ccc;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	font-size: 130%;
	background-image: url(../img/fondoTarifa.jpg);
	background-repeat:  repeat-x;
	background-position: bottom;
	font-weight: bold;
}
.cajaTarifa .cuerpo {
	min-height: 135px;
  	height: auto !important;
 	height: 135px;
}
.cajaTarifa  table,.cajaTarifaParking  table {
	width: 100%;
	margin-bottom: 5px;
}

.cajaTarifa h3,.cajaTarifaParking h3 {
	font-size: 140%;
	color: #332680;
}
.cajaTarifa h4 {
	color: #009CCC;
	font-size: 110%;
}
.cajaTarifa .pie {
	background-color: #16b6fb;
	color: #FFFFFF;
	background-image: url(../img/fondoTarifaPie.jpg);
	background-repeat:  repeat-x;
	background-position: bottom;
}
.cajaTarifa .pie h3 {
	color: #FFFFFF;
}
.cajaTarifaParking  .titulo {
	background-color: #FFDF00;
	text-align: center;
	font-size: 130%;
	color: #392680;
	text-transform: uppercase;
	padding: 5px;
	background-image: url(../img/fondoTarifaParking.jpg);
	background-repeat:  repeat-x;
	background-position: bottom;
	font-weight: bold;
}

.cajaTarifaParking h4 {
	color: #048686;
	font-size: 110%;
}

.cajaTarifaParking .pie {
	background-color: #fcf1a1;
	color: #392680;
	background-image: url(../img/fondoTarifaParkingPie.jpg);
	background-repeat:  repeat-x;
	background-position: bottom;
}
.cajaPrecioTarg {
	width: 152px;
	margin-right: 10px;
	padding: 5px;
	margin-top: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-repeat:   repeat-y;
	background-position: left 10px;
	float: left;
	position: relative;
}

.cajaPrecioAzul{
	background-image: url(../img/fondoCajaPrecio.jpg);
	border-bottom-color: #36287D;
}
.cajaPrecioAmarillo{
	background-image: url(../img/fondoCajaPrecio2.jpg);
	border-bottom-color: #f6cf06;
}
.cajaPrecioVerde{
	background-image: url(../img/fondoCajaPrecio3.jpg);
	border-bottom-color: #048686;
}

.cajaPrecioTarg  .titulo {
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: -5px;
	margin-right: -5px;
	margin-left: -5px;
	background-repeat: no-repeat;
	background-position: left top;
}

.cajaPrecioTarg  .azul{
	background-image: url(../img/cajaPrecioSup.jpg);
	background-color: #33297F;
}
.cajaPrecioTarg  .amarillo{
	background-image: url(../img/cajaPrecioSup2.jpg);
	background-color: #f6cf06;	
}
.cajaPrecioTarg .verde{
	background-image: url(../img/cajaPrecioSup3.jpg);
	background-color: #048686;	
}
.letraPeque {
	clear: both;
	margin-top: 5px;
	font-size: 11px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*PIE*/
#pie, #pieIndex{
	background-image: url(../img/fondoPie.jpg);
	background-repeat:  repeat-x;
	width: 100%;
	font-size: 90%;
	height: 60px;
}
#pie {
	position: absolute;
	bottom: 0px;
}
#pie ul,#pieIndex ul {
	margin-left: 20px;
}


#pie li, #pieIndex li {
	float: left;
	padding-top: 20px;
	padding-left: 3px;
	color: #FFFFFF;
}
#pie li a,#pieIndex li a {
	color: #FFFFFF;
}
#pie li a:hover, #pieIndex li a:hover {
	background-color: #1A8887;
}
#direccion{
	float: right;
	color: #D1CEEA;
	background-image: url(../img/logoPie.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 175px;
	height: 45px;
	padding-top: 15px;
	margin-right: 10px;
	font-size: 11px;
	text-align: right;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.boton {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #048686;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}.boton2 {
	background-color: #028688;
	color: #FFFFFF;
	border: 1px solid #048686;
}
.bordeNar {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #048686;
}
.blanc {
	background-color: #F1FEFE;
	border: 1px solid #FFFFFF;
}
.item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #058588;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#wrapperOnline {
	width: 200px;
	background-color: #FFFFFF;
	float: right;
	padding-top: 10px;
}
#cabeceraOnline {
	text-align: center;
	margin-top: 20px;
}
#cabeceraOnline h1 {
	background-color: #038787;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contenidoOnline {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.parcOnline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #038787;
	height: 20px;
	margin-bottom: 10px;
}
.parcOnline h2 {
	float: left;
	color: #3E2775;
	font-size: 14px;
	text-transform: uppercase;
}
.parcOnline p {
	float: right;
	font-weight: bold;
}
.fechaOnline {
	text-align: right;
	color: #038787;
}
#tablaInicio {
	width: 710px;
	text-align: left;
	float: left;
}
#tablaInicio td {
	vertical-align: top;
}
#tablaInicio .banner {
	padding-top: 10px;
}
#tablaInicio .iz {
	padding-right: 5px;
}
#tablaInicio.der {
	padding-left: 5px;
}
#nou {
	top: -10px;
	right: 0px;
	position: absolute;
}
.estalvi {
	color: #352C7F;
	font-size: 13px;
	font-weight: bold;
}
.usuaris td {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	padding: 5px;
}
.usuaris  thead td {
	background-color: #CCCCCC;
}
