/*** NEUTRALIZANDO ESTILOS:  
        elementos que queremos limpiar completamente: ***/  
    * {   
        margin: 0;   
        padding: 0;   
        /*border: none;  */ 
    }   
    html {   
        font: 80% "Trebuchet MS", Verdana, Arial, SansSerif;   
        text-shadow: #000 0px 0px 0px;/*Elimina el efecto bold en Safari*/  
    }   
/*** NEUTRALIZANDO ESTILOS:  
        elementos con margen vertical: ***/  
    h1, h2, h3, h4, h5, h6, p, pre,   
    blockquote, ul, ol, dl, address {   
        font-weight: normal;   
        padding: 0 0 1em 0;   
    }   
/*** Algunos ajustes basicos: ***/  
    sup {   
        position: relative;   
        bottombottom: 0.3em;   
        vertical-align: baselinebaseline;   
    }   
    sub {   
        position: relative;   
        bottombottom: -0.2em;   
        vertical-align: baselinebaseline;   
    }   
    li, dd, blockquote {   
        margin-left: 1em;   
    }   
/*** LINKS:  
        recuerda utilizar siempre la regla del LoVe-HAte ***/  
        a, a:link, a:visited, a:hover, a:active {   
        /*  
        Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:  
        outline: 0;  
        Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).  
        */  
        /*text-decoration: none; */  
    }   
    a img {   
        border: none;   
        text-decoration: none;   
    }   
    img {   
        border: none;   
        text-decoration: none;   
        /*Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga*/  
    }   
/*** FORMULARIOS: ***/  
    label, button {   
    cursor:pointer;   
    }   
    input, select, textarea {   
        font-size: 100%;   
    }   
    input:focus, select:focus, textarea:focus {   
        background-color: #FFF;   
    }   
    fieldset {   
        border: none;   
    }   
/*** Algunas clases útiles: ***/  
    .clear {   
        clear: both;   
    }   
    .float-left {   
        float: left;   
    }   
    .float-rightright {   
        float: rightright;   
    }   
    .helvetica {   
        font-family: Arial, Helvetica, Geneva, sans-serif;   
    }  
	
/*fin de inicial*/

body{
	background-image: url(../images/pix.gif);
	background-repeat: repeat;	
}

#cercadeti{
	position:absolute;
    width:284px;
    height:120px;
    background:url(../images/cercadeti.png);
    left:50%;
	top:95px;
    margin-left:58px;
    z-index:100;
}

* html #cercadeti 
{
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/cercadeti.png');
}

h1{
	text-align:center;
	background-color:#FFF;
	padding-bottom:10px;
	margin-bottom:0;
	font-size:110%;
}

#linea{
	height:40px;	
	background-image: url(../images/downcabecera-trans.png);
	background-position: bottom;
}

#linea #fecha{	
	margin-left:20px;
	float:left;
	line-height:40px;
	font-size:0.9em;
}

#linea #buscador{
	float:right;
	line-height:40px;
	margin-right:10px;
	padding-top:5px;
}

#contenedor{
	text-align:center;
	background-image: url(../images/fondo-degradado.gif);
	background-repeat:  repeat-x;
	background-position: 100% 100%;
	padding-left:15%;
	padding-right:15%;
	
	padding-bottom:40px;
	background-color: #F5B212;
}

#contenedorcabecera{
	width:782px;
	margin-left:auto;
	margin-right:auto;
	height:213px;
}

#contenedorcabecera #cabecera{
	height:173px;
	width:782px;
	background-image: url(../images/loadingAnimation.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
		/*background-image: url(../images/cabecera1.jpg);*/
}

#contenedoresquema{
	padding-top:10px;
	width:782px;
	margin-left:auto;
	margin-right:auto;
}

.supmedio{
	background-image: url(../images/sup-medio.png);
	background-repeat: no-repeat;
	height:10px;	
}

.mediomedio{
	background-color:#FFF;
}

.infmedio{
	background-image: url(../images/inf-medio.png);
	background-repeat: no-repeat;
	height:10px;	
}

#buscadorr{
	width:458px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

#buscador form{
	line-height:20px;
}

#buscador form #busqueda{
	margin-left:10px;
	margin-right:10px;
	margin-top:4px;
	border: 1px solid #666666;
}

* html #trescolumnas{
	background-image: url(../images/medio.gif);
	background-repeat:  repeat-y;

}

#trescolumnas #superior{
	background-image: url(../images/superior-trans.png);
	background-repeat: no-repeat;
	height:10px;
	margin-bottom:0;
}

#trescolumnas #medio{
	background-image: url(../images/medio.gif);
	background-repeat:  repeat-y;
	margin-bottom:0;
	margin-top:0;
	padding-top:0;
	padding-bottom:0;
}

#trescolumnas #inferior{
	background-image: url(../images/inferior-trans.png);
	background-repeat: no-repeat;
	height:10px;
	margin-top:0;
	padding-top:0;
}

#trescolumnas #medio #col1{
	float:left;
	width:154px;
	margin-right:8px;
	background-color:#FFFFFF;
}

#trescolumnas #medio #col2{
	float:left;
	width:458px;
	margin-right:9px;
	background-color:#FFFFFF;
}

#trescolumnas #medio #col3{
	float:left;
	width:153px;
	background-color:#FFFFFF;
}

#trescolumnas #medio #col3 img{
	margin-top:10px;
	margin-bottom:10px;
}

#trescolumnas #medio #col3 input{
	border: 1px solid #666666;
	margin-bottom:9px;
}

#trescolumnas #medio #col3 label{
	text-align:left;
	float:left;
	margin-left:11px;
}

#trescolumnas #medio #col3 #entrar{
	border:none;
}

#menu{
	text-align:left;
}

#contenido{

	margin-left:10px;
	margin-right:10px;
	text-align:left;
	font-size:0.9em;
	text-align:justify;
}

#menu li{
	margin-left:0;
	padding-left:20px;
	padding-bottom:3px;
	padding-top:3px;
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;	
}

#menu li a{
	color: #000000;
	text-decoration:none;
}

#menu li a.selected{
	color: #BB172B;
	text-decoration:none;
}

#menu li a:hover{
	color: #BB172B;
}

#pie{
	height:155px;
	background-image: url(../images/pie.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}

.centro{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

a{
	color: #BB172B;
}

a:hover{
	color: #000;
}

#promociones img{
	float:right;
	margin-top:5px;
	margin-left:5px;
}

#promociones h4, #noticias h4, h4.h4noticias{
	color: #BB172B;
	font-size:1.5em;
	padding-bottom:0.5em;
	padding-top:0.3em;
}


#noticias img{
	float:left;
	margin-top:5px;
	margin-right:5px;
}

#mapa{

}

.actividad{
	font-size:0.91em;
	width:49.2%;
	margin:0.4%;
	float:left;
	line-height:14px;
	height:14px;
	margin-bottom:4px;
}

* html .actividad{
	font-size:0.91em;	
	width:47%;
	overflow:hidden;
}

.actividad img{
	padding-right:1px;
	padding-top:1px;
	float:left;
}

.asociadosporsector{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDD;
	margin:10px;
	clear:both;
	height:60px;
}

.asociadosporsector img{
	float:right;
}

#mapa{
	width:100%;
	height:550px;
	overflow:hidden;
	border: 1px solid #999999;
	margin-top:10px;
}

#mapaasociado{
	width:100%;
	height:300px;
	overflow:hidden;
	border: 1px solid #999999;
	margin-top:10px;
}

h4{
	margin-bottom:0;
	padding-bottom:0;
}

.noticias{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDD;
	clear:both;
}

.noticias img, .imgnoticias{
	float:left;
	margin-top:5px;
	margin-right:5px;
	text-align:center;
}

h4.h4noticias, h4{
	color: #BB172B;
	font-size:1.5em;
	padding-top:0.3em;
	padding-bottom:0;
}
.fecha{
	margin-bottom:10px;
	font-style:italic;
}

.contenedorfotosindes{
	float:left;
	width:200px;
	height:150px;
	margin:6px;
	padding:3px;
	text-align:center;
	border: 1px solid #F6B511;
	overflow:hidden;
}

ul#ulenlaces{
	margin-left:15px;
	margin-top:15px;
}

ul#ulenlaces li{
	list-style-type:none;
	background-image:url(../images/bullet.png);
	background-position:left center;
	padding-left:20px;
	background-repeat: no-repeat;
	margin:5px;
	line-height:75px;
	clear:both;
}

.logoenlace{
	float:right;
}

ul.ulasociacion{
	margin-left:15px;
	margin-top:15px;
}

/*estilos asociado*/

h2#logoasociado{
	width:200px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	text-align:center;
}

#enlaces{
	width:200px;
	float:right;
}

#enlaces ul li{
	margin-left:15px;
}

#enlaces ul li{
	list-style-image:url(../images/d.gif);
}

#enlaces ul li a{
	color: #BB172B;
}

#enlaces ul li a:hover{
	color: #000;
}

h3{
	clear:both;
	text-align:left;
	padding-left:25px;
	margin-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-size:1.2em;
	padding-bottom:0px;
	color: #FF9900;
	font-weight:bold;
	background-image: url(../images/ico.gif);
	background-position: 3px center;
	background-repeat: no-repeat;
}

.bloque{
	text-align:justify;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}

#contacto{
	clear:both;
	float:left;
	width:49%;
}

.contacto{
	background-image: url(../images/i.gif);
	background-repeat: no-repeat;
	padding-left:30px;
	margin-top:10px;
}

#contemapa{
	float:right;
	width:49%;
}

.promocion{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DDD;
	clear:both;
}

.imgpromocion1{
	float:left;
	margin-right:10px;
}

.imgpromocion2{
	float:right;
	margin-left:10px;
}

.foto{
	float:left;
	padding-left:10px;
	padding-bottom:8px;
}

#conterotarlogos, #conterotarpromo{	
	margin-top:20px;
	margin-bottom:20px;
	height: 170px;
	overflow:hidden;
}

/* formulario */

form#formu {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form#formu.contactof {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  min-width: 200px;
  max-width: 300px;
  width: 300px; 
  margin-right:auto;
  margin-left:auto;
}

form#formu fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	border: 1px solid #BA122B;
}

form#formu fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
	color: #BA122B;
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form#formu label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form#formu.contactof label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 90px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form#formu label.radio { 
	display:inline;
	width:auto;
	float:none;
	margin-left: 10px;
	margin-right: 0px;
}

form#formu label.acepto { 
	display:inline;
	width:auto;
	float:none;
	margin-left: 10px;
	margin-right: 0px;
}

form#formu fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form#formu input, form#formu textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto; 
	border: 1px solid #666666;     /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form#formu input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form#formu small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form#formu .required{font-weight:bold;} /* uses class instead of div, more efficient */

form#formu br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
p.instrucciones, #resultado_mensaje{
	color:#666666;
}
#resultado_mensaje{
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	border: 1px solid #BA122B;
	width:540px;
	min-width: 500px;
	max-width: 600px;
	margin-top:30px;
	text-align:center;
}

#resultado_mensaje_contacto{
	border-color: #000;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	border: 1px solid #BA122B;
	width:300px;
	min-width: 200px;
	max-width: 300px;
	margin-top:30px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}

form#formu textarea.clausula{
	width:100%;
	margin:0;
	font-size:1em;
}