<!--
/* Traer los estilos de la zona de contenidos  */
@import url("estilo-contenido.css");

/* Resetear las propiedades necesarias para facilitar */
/* la vision homogenea en los diferentes navegadores */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0; padding: 0;
 border: 0;
 font-size: 100%;
 line-height: 1; 
 text-align: left; vertical-align: baseline; outline: none;
}
a img, :link img, :visited img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
ol, ul { list-style: none; }
q:before, q:after,
blockquote:before, blockquote:after { content: ""; }

a { text-decoration: none; }

/* ESTRUCTURA PAGINA */
body {
 background: white url(../imagenes/comunes/cabecero-fondo.jpg) repeat-x left top;
 color: #666666;
 font-family: Trebuchet MS, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
 font-size:62.5%; /* 1em es 10px, 0.8em es 8px, 1.6em es 16px, etc... */
 text-align: center;
}
/*body.management { background: white } */

#web { margin: 0 auto; width: 973px; padding-top: 14px; }
#cabecero {
 /*display: none;*/
 width: 973px; height: 70px;
 float: left;
 background: url(../imagenes/comunes/sprite-todofiesta.jpg) no-repeat 0px -230px; color: #333;
}
body.management #cabecero { 
 width: 973px; height: 70px;
 float: left;
 background: url(../imagenes/comunes/sprite-todofiesta.jpg) no-repeat 0px -304px; color: #333;
}

#cabecero h1 a {
 display: block; height: 106px; width: 438px;
 margin-top: 13px;
 text-indent: -10000px;
}
#bloque_secundario { 
 float: left; width: 202px;
}
#bloque_primario { 
 float: right; width: 759px;
}
#ruta p { 
 font-family: Tahoma, Verdana, Geneva, sans-serif; 
 font-size: 1.1em; line-height: 2em; 
 color: #A2A5A1; 
 position: relative; top: 5px; left: 20px;
 height: 20px; overflow: hidden;
}
#ruta p a { color: #A2A5A1; border-bottom: 1px solid #CC0000; margin: 0 3px;}
#ruta p a:hover { color: white; border-bottom: 1px solid #CC0000; }
#ruta p span { font-weight: bold; margin-left: 3px;}

.franja {
 display: block; height: 38px; position: relative;
 background: url(../imagenes/comunes/sprite-todofiesta.jpg) no-repeat 0px -177px; color: white;
}
.cierre_franja {
 display: block; height: 38px; width: 8px;
 position: absolute; top: 0px; right: 0px;
 background: url(../imagenes/comunes/sprite-todofiesta.jpg) no-repeat -1240px -177px; color: white;
}

/* Buscador */
#buscador {
 display: block; height: 33px; width: 197px;
 padding: 5px 0 0 5px; margin-bottom: 5px;
 background: url(../imagenes/comunes/sprite-todofiesta.jpg) no-repeat -434px 0px; color: white;
}
#buscador fieldset { border: none; margin:0; padding:0; display:block; overflow:hidden;}
#buscador label { display: none; }
#buscador #buscador_enviar {
 width: 24px; height: 24px;
 margin-right: 10px;
 padding:0;
 border: none;
 background: none;
 cursor: pointer;
 vertical-align: top;
 font-size: 0.0001em;
 color: #90B2BA;
}
#buscador input {
 border: none;
 background: none; color: #666666;
 padding: 5px 5px 0px 0px;
 font-family: Tahoma, Verdana, Geneva, sans-serif;
 font-size: 1.1em; line-height: 1.1em; 
 width:140px;
 height:15px;
}

/* MENU */
#menu {}
/* Primer nivel */
#menu li#despedidas a {
 display: block; height: 63px; width: 202px;
 background: url(../imagenes/comunes/sprite-todofiesta.jpg) no-repeat 0px 0px; color: white;
 text-indent: -10000px; margin-bottom: 5px;
}
#menu li#despedidas a:hover { background-position: 0px -70px; }
#menu li#despedidas.seccion_actual {
 display: block; height: 63px; width: 202px;
 background: url(../imagenes/comunes/sprite-todofiesta.jpg) no-repeat 0px -70px; color: white;
 text-indent: -10000px; margin-bottom: 5px;
}
#menu li#despedidas.seccion_activa a { background-position: 0px -70px; }


#menu li#management a {
 display: block; height: 63px; width: 202px;
 background: url(../imagenes/comunes/sprite-todofiesta.jpg) no-repeat -210px 0px; color: white;
 text-indent: -10000px; margin-bottom: 5px;
}
#menu li#management a:hover { background-position: -210px -70px; }
#menu li#management.seccion_actual {
 display: block; height: 63px; width: 202px;
 background: url(../imagenes/comunes/sprite-todofiesta.jpg) no-repeat -210px -70px; color: white;
 text-indent: -10000px; margin-bottom: 5px;
}
#menu li#management.seccion_activa a { background-position: -210px -70px; }


/* Segundo nivel */
#menu ul { 
 /*display: block;*/ padding: 17px 0 12px 0; margin: -17px 0 10px 0;
 background: #E4E4E4 url(../imagenes/comunes/submenu-union.jpg) no-repeat 0 0; 
}
#menu ul li { /*display: block;*/ margin: 0 15px; border-top: 1px solid #B6B6B6; }

#menu li#despedidas ul li a, #menu li#despedidas.seccion_activa ul li a,
#menu li#management ul li a, #menu li#management.seccion_activa ul li a {
 height: auto; width: auto;
 background: url(../imagenes/comunes/sprite-todofiesta.jpg) no-repeat -890px 0px; color: white;
 font-size: 1.4em; line-height: 1.1em; font-weight: bold; text-indent: 0px; 
 margin-bottom: 0px; padding: 6px 0 6px 17px;
 color: #363A34;
}
#menu li#despedidas ul li a:hover, #menu li#management ul li a:hover { background-position: -1095px -80px; color: #363A34;}
#menu ul li.seccion_actual { 
 height: auto; width: auto; 
 background: url(../imagenes/comunes/sprite-todofiesta.jpg) no-repeat -890px -80px; color: white;
 font-size: 1.4em; line-height: 1.1em; font-weight: bold; text-indent: 0px; 
 margin-bottom: 0px; padding: 6px 0 6px 17px;
}
/* Tercer nivel */
#menu ul ul { display: block; padding: 0; margin: 0 0 0 0; background: #E4E4E4; }
#menu ul ul li { margin: 0 0 0 15px; }






#pie { 
 display: block; height: 170px; position: relative;
 background: white url(../imagenes/comunes/pie-fondo.jpg) repeat-x left top; color: #4A5148; clear: both;
 text-align: center;
}
#contenido_pie { 
 display: block; width: 764px; position: relative;
 margin: 0 auto; padding-left: 211px;
}
ul#enlaces_corporativos { }
ul#enlaces_corporativos li { float: left; }
ul#enlaces_corporativos li a { display: block; height: 54px; width: 191px; text-indent: -10000px; color: white;}
li#contacto a { background: url(../imagenes/comunes/sprite-todofiesta.jpg) no-repeat 0px -380px;  } 
li#contacto a:hover { background-position: 0px -440px;  } 
li#presupuesto a { background: url(../imagenes/comunes/sprite-todofiesta.jpg) no-repeat -191px -380px;  } 
li#presupuesto a:hover { background-position: -191px -440px;  } 
li#telefono { 
 display: block; height: 54px; width: 191px; text-indent: -10000px; color: white; 
 background: url(../imagenes/comunes/sprite-todofiesta.jpg) no-repeat -382px -380px;  
} 
li#telefono:hover { background-position: -382px -440px;  } 
li#trabaja a { background: url(../imagenes/comunes/sprite-todofiesta.jpg) no-repeat -573px -380px;  } 
li#trabaja a:hover { background-position: -573px -440px;  } 

#logo_pie {
 position: absolute; top: 66px; left: 211px;
 display: block; height: 46px; width: 231px;
 background: url(../imagenes/comunes/sprite-todofiesta.jpg) no-repeat -650px 0px; 
}
#texto_pie {
 position: absolute; top: 74px; left: 450px; width: 500px;
 font-size: 1.1em; line-height: 1.1em; font-weight: bold;
 color: #4A5148; 
}
#enlaces_pie {
 position: absolute; top: 90px; left: 450px; width: 500px;
 font-size: 1.1em; line-height: 1.1em; 
 color: white; 
}
#enlaces_pie a {
 color: #5A6257; border-bottom: 1px solid #CC0000;
 font-size: 1.1em; line-height: 1.1em; 
}
#enlaces_pie a:hover { color: black; }

#texto_registro {
 position: absolute; top: 116px; left: 218px; width: 700px; 
 font-family: Tahoma, Verdana, Geneva, sans-serif; font-size: 1.4em; line-height: 1.3em; 
 /*font-weight: bold;*/
 color: #CC0000;
}
#contenido {
 overflow: hidden;
 padding-bottom: 40px;
}
.limpia {clear: both; }

/* Portada y destacados */
#portada {
 float: left; width: 545px;
}
#destacados {
 float: right; width: 202px;
}
#destacados ul {
 position: relative; top: -9px;
 display: block; padding: 10px 0 12px 0; margin: 0px 0 10px 0;
 background: #E4E4E4 url(../imagenes/comunes/destacados-union.jpg) no-repeat 0 0; 
}
#destacados .franja h3 {
 display:block; padding: 5px 0 0 0;
 text-align: center; text-transform: uppercase;
 font-size: 2em; line-height: 1.1em; font-weight: lighter; color: white;
}
#destacados li { text-align: center; margin: 0px 10px; padding: 10px 0; border-bottom: 1px solid #5B5B5B; }
#destacados li h4 { text-align: center; }
#destacados li h4 a { 
 font-size: 1.8em; line-height: 1.1em; font-weight: lighter; color: #CC0000; text-align: center; }
#destacados li h4 a:hover { color: black; } 
#destacados li p { font-size: 1.1em; line-height: 1.1em; font-weight: lighter; color: #5B5B5B; text-align: center; margin: 5px 0;}
#destacados li a img { border: 1px solid #5B5B5B; }
#destacados li a:hover img { border: 1px solid #CC0000; }

/* Habituales */
.navegacion_interna { display:none; }
.cierre_flotacion {clear: both;}



/* AUXILIAR
 background: url(../imagenes/comunes/regla.png) no-repeat left top;
*/
-->
