/*--- Estilo de intuye.com ---*/
@import url('reset.css');
@import url('form.css');
@import url('grid.css');
@import url('960_24_col.css');

/* typografy */
html {
    font: 75% segoe ui, Arial, Helvetica, serif;
    background: #353535;
    color: #fff;
    }

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

li ul,
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }

a:focus,
a:hover     { }
a           { text-decoration: none; color:#9BC419; }

strong      { font-weight: bold; }

h1{
    padding: .6em 0;
    font-size: 2em;
    letter-spacing: .06em;
    color: #fff;
    font-weight:600;
    text-transform:uppercase;
}
h2 { font-size: 1.8em; padding: 1em 0; cursor:default; color:#fff }

h3 { font-size: 1.5em; margin: 0 0 1.5em;}

.ui-icon{
    float:left;
}

.ui-menu a:hover{

    background-color: #9BC419;
}
.color{ color: #9BC419; }
.ui-widget-header{ border: 0; font-size: 1.1em; color: #fff; }

/*--- Estructura ---*/
body{    
   background: #1E1E1E url('../img/fondo170.jpg') bottom center no-repeat;
}
/*--- header ---*/
#header{
    background: #353535;
	text-align: center;
    border-bottom: 1px solid #fff;    
}
#header a{
    color: #fff;
	}

#tabs li a{
    font-weight: 600;
    font-size: 1.1em;
    padding: 1.5em 0;
    width:95px;
}
/*-------------*/
#tabs li a, #tabs li.ui-tabs-selected a { background-color: #9BC419; } /*todos*/
#tabs li a:hover, #tabs li.ui-tabs-selected a:hover { padding: 1.8em 0;margin-bottom: -.4em; } /*hover*/
#tabs #atracciones a, #tabs #atracciones.ui-tabs-selected a { background-color: #13983C;}
#tabs #servicios a, #tabs #servicios.ui-tabs-selected a { background-color: #1B4C87;}
#tabs #empleo a, #tabs #empleo.ui-tabs-selected a { background-color: #411F8D;}
#tabs #reportajes a, #tabs #reportajes.ui-tabs-selected a { background-color: #961379;}
#tabs #links a, #tabs #links.ui-tabs-selected a { background-color: #CE331A;}
#tabs #contacto a, #tabs #contacto.ui-tabs-selected a { background-color: #CE881A;}

#tabs li.ui-tabs-selected a{
    padding: 1.8em 0;margin-bottom: -.4em;
}
#tabs, #tabs ul{
    margin: 0;
    padding: 0;
}
#tabs li {
    margin:0;
    padding:0;
}
/*--- footer ---*/
#footer{
    background: url(../img/transparent/black60.png);
	padding-top: 20px;
	text-align:center;
	color: #9BC419;
    font-weight:bold;
    font-size:1.12em;
}
#footer a{
	color: #9BC419;
}
#footer ul{
    margin:0 auto;
    padding:0 auto;
    list-style:none;
    display:block;
    overflow:hidden;
}
#footer li{
    margin:0;	
    padding:0;
    float:left;
}
#footer li.espaciado{
    padding:0 9px;
}
#footer .centrado{
    padding:0 0 15px 10px;
    margin:0 auto;
}
/*--- colorcitos ---*/
.inicoC{color:#9BC419}
.atraccionesC{color:#13983C}
.repuestosC{color:#1B4C87}
.trabajosC{color:#411F8D}
.serviciosC{color:#961379}
.linksC{color:#CE331A}
.contactoC{color:#CE881A}
.valid{color:#776DA0;}
.validr{color:#7D337B;}
/*------------------*/
abbr, acronym{
    cursor:help;
}
/*--- barra de menú ---*/
#nav{
    margin: 30px 0;
    background:#666;
}
#nav a{
}
#nav .act a{
    color: #000;
}

/*--- atracciones ---*/
.rowAtraccion{
    margin:0;
    padding:5px 0;    
    /*background:#904;*/
    overflow:auto;height:1%;
}
.moduloAtraccion{
    width:160px;
    float:left;
    text-align: center;
    font-weight:bold;
    margin: 10px 8px;
    color:#ddd;
}
.alpha{
    margin-left: 0 !important;
}
.omega{
    margin-right: 0 !important;
}
.moduloAtraccion .header{
    height: 2.2em;
    overflow: hidden;
    padding: .2em;
}
.moduloAtraccion .header a{
    color: #fff;
}
.moduloAtraccion .content{
    position: relative;
    width: 156px;
    height: 117px;
    background: #0C0C0C;
}
.moduloAtraccion .footer{
    text-align: right;
    padding:2px;
    background: #0C0C0C;
    color:#fff;
}
/*-------------------*/
.textoFlotante{
    position:absolute;top:40%;left:0;
    width:100%;
    text-align:center;    
}
.formatoFlotante{
    padding:1px 4px;
    text-transform:uppercase;
    font-weight:bold;
    font-size:1.4em;
    background:#fff;
}
.rojo{
    color:#c00;
    border:4px solid #c00;
}
.azul{
    color:#120Eff;
    border:4px solid #120Eff;
}
/*-------------------*/
#atracciones .container{
	line-height: 25px;
	text-align: center;
	font-weight: normal;
    background:#941;
	color: #693;
}
#atracciones .ui-widget-footer{

    text-align: center;
    margin-top: -2em;
}


.container .ui-widget-header, .container .ui-widget-content{
    padding: 1em;
}

.center{ text-align: center;}

.container{
    margin: 2em 0;
}

#buscador .ui-widget-header{
    line-height: 2em;
    background-image: url(../img/background/buscar.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}


/*--- noticias portada---*/
.moduloNoticia{
    padding:0 0 10px 0 ;
    font-weight:normal;
}
.moduloNoticia .tituloNoticia{
    font-size: 1.1em;
    margin: .5em 0;
    font-weight:bold;
}
.moduloNoticia .fechaNoticia{
    padding:4px 0;
    font-weight:bold;
}
.noticia-modulo-fecha{
    text-align:center;
    float:left;
    text-transform:capitalize;
    padding:3px;
    margin:0 5px 5px 0;
}

#noticias .ui-widget-content{
    background-image: url(../img/background/noticias.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
#fotos .ui-widget-content{
    background-image: url(../img/background/reportajes.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
/*--- modulo estandar para links ---*/
.moduloFeriamania{
    margin:5px 0 10px;
    padding:10px 10px;
    border:2px solid #377919;
    overflow:auto;height:1%;
}
.moduloFeriamania a{
    color:#ddd;
}
.moduloFeriamania h3{
    margin:0 0 5px 0;
    font-weight:bold;
}
.moduloFeriamania h3 a{
    color:#347218;
    font-size:1.16em;
    font-weight:bold;
}
.moduloFeriamania .enlace{
    margin:5px 0 0 0;    
}

.moduloFeriamania .imagenServicio{
    float:left;
    width:160px;
    text-align:center;
    overflow:hidden;
}
.moduloFeriamania .contenidoServicio{
    margin:0 0 0 130px;
    color:#fff;
}
.tamanoLetraEmpleo{
    font-size: 1.17em;
}
.moduloFeriamania td{
    padding:2px 0;
}
.moduloFeriamania td.celdaEmpleo1{
    width: 180px;
    text-align: right;
    vertical-align: text-top;
}
.moduloFeriamania td.celdaEmpleo2{
    padding-left: 20px;
    width:70%;
}
ul.empleoCategoria li a{
    display:block;
    padding:6px 10px;
}
.negrita{
    font-weight:bold;
}
/*--- menu servicios ---*/

ul#listaServicios{
    margin:0 auto;
    padding:0;
    width:690px;
    background:#1D1D1D;
    color:#fff;
    overflow:auto;height:1%;
}
ul#listaServicios li{
    padding:5px 11px;
    text-align:center;
    font-weight:bold;
    float:left;
}
/*ul#listaServicios li.seleccionado{
    background:#0c0;
}*/
ul#listaServicios li a{
    color:#fff;
}

#publicidad{
    text-align: center;
}
/*--- Galeria fotos atracciones ---*/
	.caption{font-style:italic;color:#887;}
	.demo{position:relative;margin-top:2em;}
	.gallery_demo{width:702px;margin:0 auto;}
	.gallery_demo li{width:68px;height:50px;border:3px solid #F0C414;margin: 0 2px;background:#000;}
	.gallery_demo li div{left:240px}
	.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}

	#main_image{margin:0 auto 60px auto;height:337px;width:449px;background:black;border:3px solid #fc0;text-align:center;}
	#main_image img{margin-bottom:10px;}
    
ul.gallery_demo_unstyled{
    margin-top:-40px;
    width:579px;
    padding-left:6px;
    
    overflow:auto;height:1%;
}
ul.gallery_demo_unstyled{
  
}
#fotosAtraccion{
    margin-top:15px;
    text-align:center;
}
#fotosAtraccion img{    
    padding:5px;    
    background:#F0C414;
}
.atraccionesFeriamania{
    padding:10px 20px;
    border:3px solid #fc0;
}
.atraccionesFeriamania h3{
    text-align:center;
    color:#287518;
    font-weight:bold;
}
.atraccionesFeriamania .contenidoAtraccion{
    margin:15px 0;
    font-size:1.25em;
}
.negritaAtraccion{
    font-weight:bold;
}

/*Últimas*/

#ultimasAtracciones .header, #ultimosRepuestos .header{
    text-align: center;
    height: 2.2em;
    overflow: hidden;
    padding: .2em;    
}

#ultimasAtracciones .content, #ultimosRepuestos .content{

    position: relative;
    width: 140px;
    height: 105px;
    background: #0C0C0C;
}

#ultimasAtracciones .grid_4, #ultimosRepuestos .grid_4{

    margin-top: 20px;
    margin-bottom: 10px;
}

#ultimasAtracciones .ui-widget-header, .atracciones .ui-widget-header{
    background-color: #13983C;
}

#ultimosRepuestos .ui-widget-header, .servicios .ui-widget-header{
    background-color: #1B4C87;
}

/* Cycle */
#cycleRepuestos .imagen, #cycleAtracciones .imagen{
    width: 450px;
    height: 337px;
    position: relative;
    text-align: center;
}

#cycleRepuestos .ui-widget-footer, #cycleAtracciones .ui-widget-footer{

    position: absolute;
    bottom: 0;
    height: 50px;
    width: 450px;
    background: url(../img/transparent/black60.png);
}

.ui-widget-footer .ui-button{
    float: right;
    margin: 1em;
}

a.volverAtracciones{
    margin-top:15px;
    width:40px;
    text-align:center;
    display:block;    
    padding:2px 5px;
}

.textoCentrado{
    text-align:center;
}
.bordeImagen{
    border:2px solid #fff;
}
.blancoColor{
    color:#fff;
}
a.introducirAtracciones{
    padding:0 10px;
}
a.introducirAtracciones:hover{
    color:#ccc;
}
a#volver2{
    position:absolute;top:67px;left:20px;
}
.colorBlanco{
    color:#fff !important;
}
.Estilo17{
    color:#fff;
}
.serviciosH3{
    font-size:1.1em;
}
#atraccionesFormulario input[type="text"]{
    width:300px;
}
#atraccionesFormulario textarea{
    width:390px;
}
#imagenOculta{
    width:934px;
    height:700px;
    position:absolute;top:67px;left:0;
    z-index:200;
    display:none;
    text-align:center;
    border:3px solid #FC0;
    overflow:hidden;
    background:#000;
}
#imagenOculta img{
    display:none;
}
#botonCerrar a{
    font-size:1.16em;
    padding:5px 10px;
    background:#fc0;
    color:#333;
    font-weight:bold;
    position:absolute;top:35px;left:60px;
}
#botonCerrar a:hover{
    background:#ddd;    
}
.explorerSiete{
    margin-left:-2px;
}
ul#reportajesGaleria li{
    margin:5px 0;
}
ul#reportajesGaleria img{
    padding-right:5px;
    margin-bottom:-3px;
}
ul#reportajesGaleria a{
    font-size:1.2em;
    font-weight:bold;
}
/*Noticias*/
#noticiaFormato{
    padding:10px;
}
#noticiaFormato h3{
    margin-top:30px;
}
#noticiaFormato .noticiaFecha{
    display:block;
    margin:5px 0 0 0;
    font-size:.92em;
}
#noticiaFormato #noticiaContenido{
    margin:10px 0 0 0;
    font-size:1.12em;
}
#noticiaFormato .noticiaModuloImagen{}

/*------NOTICIA PORTADA-------*/
.imagenMiniaturaNoticia{
    margin:10px 0 0 0;
    text-align:center;
}
.imagenMiniaturaNoticia img{
    margin:0 auto;
    border:3px solid #fff;    
}
h3.contactoAnuncio{
    margin:-10px 0 5px 0;
    text-align:center;
}
h3.contactoAnuncio a{
    color:#fff;
}
#noticiaImagenes a{
    margin-right: 10px;
    margin-top: 10px;
}
.listaTags{
    overflow:hidden;height:1%;
    text-align: center;
}
.listaTags ul li{
    display: inline;
    padding:0 2px;
}

.index-h2{
    position:absolute;
    top: 0;
    left: 0;
    width: 150px;
    text-align:center;
    z-index:77;
}

.bubble, .bubble h1{
    color: #000;
}

.bg-atracciones{ background-color: #13983C !important; }
.bg-servicios{ background-color: #1B4C87 !important; }
.bg-reportajes{ background-color: #961379 !important; }
.bg-empleo{ background-color: #411F8D !important; }

