body
{
    margin: 0px;
    padding: 0px;
    background-image: url('../images/layout/page_background.png');
    background-repeat: repeat-x;
    background-position: top left;
}

#footer_container
{
    background-image: url('../images/layout/footer_background2.png');
    background-repeat: repeat-x;
    background-position: top left;
    height: 116px;
}

#footer
{
    height: 116px;
    width: 1006px;
    margin-left: auto;
    margin-right: auto;
}

#footer_col_l
{
    background-image: url('../images/layout/footer_col_l.png');
    background-repeat: no-repeat;
    background-position: top left;
    float: left;
    width: 7px;
    height: 116px;
}

#footer_col_r
{
    background-image: url('../images/layout/footer_col_r.png');
    background-repeat: no-repeat;
    background-position: top left;
    float: left;
    width: 7px;
    height: 116px;    
}

#footer_content
{
    float: left;
    background-image: url('../images/layout/footer_content_background.png');
    background-repeat: no-repeat;
    background-position: top left;
    height: 116px;
    width: 992px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-family: verdana;
    font-size: 12px;
}

#header
{
    background-image: url('../images/layout/header.png');
    background-repeat: no-repeat;
    background-position: top center;
    height: 134px;
    width: 992px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}


#container
{
    width: 992px;
    margin-left: auto;
    margin-right: auto;
}

#content
{
    min-height: 588px;
    border-left: 1px solid #f1f0f0;
    border-right: 1px solid #f1f0f0;
    background-color: #ffffff;
}

#menu
{
    background-image: url('../images/layout/menu_background.png');
    background-repeat: no-repeat;
    background-position: top center;
    height: 29px;
}

#menu .horizontal_list
{
    margin: 0px;    
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    padding: 7px;
    float: left;
}

#menu .horizontal_list li
{
    display: inline;
    text-transform: uppercase;
    color: white;
}

#menu .horizontal_list li.separator
{
    padding: 0px;
    border-right: 1px solid #0f0f0f;
}

#menu .horizontal_list li a
{
    color: white;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;    
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}

#menu .horizontal_list li a:hover
{
    color: #e10000;
}

#menu .horizontal_list li a.selected
{
    color: #e10000;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

#social.horizontal_list
{
    height: 26px;
    padding-top: 2px;
    float: right;
}
#social.horizontal_list li a
{
    padding: 0px;
    margin:  0px;
}

#language_bar
{

    text-align: right;
    /*float: right;*/
    margin-top: 0px;
    margin-right: 27px;
    padding-top:  10px;
    color: #424040;
}

/* Estilos comunes para las páginas de contenido (estáticas)
------------------------------------------------------------------------------*/
.stitle
{
    text-transform: uppercase;
    color: #949494;
    font-weight: bold;
}

.btab
{
    margin-top: 40px;
}

.hlist
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.hlist li
{
    display: inline;
}

.lang_list
{
    margin: 0px;
    padding: 0px;
    font-family: verdana;
    font-size: 12px;
    padding: 7px;
}

.lang_list li
{
    padding: 3px;
    display: inline;   
}

.lang_list li.separator
{
    padding: 0px;
    border-right: 1px solid #0f0f0f;
}

.lang_list li a
{
    color: #424040;
    font-family: verdana;
    font-size: 12px;
    text-decoration: none;
}

.lang_list li a:hover
{
    color: #e10000;
}

.lang_list li a.selected
{
    color: #e10000;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

a
{
    color: black;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.fake
{
    clear: both;
}

.area_seccion
{
    padding-left: 29px;
    padding-top: 20px;
    padding-bottom: 29px;
    font-family: verdana;
    font-size: 14px;
}

.columna_completo
{
    font-family: Verdana;
    font-size: 12px;
    color: #4F4E4E;
    text-align: justify;
    min-height: 588px;
}

.columna_contenido
{
    font-family: Verdana;
    font-size: 12px;
    color: #4F4E4E;
    text-align: justify;
    float: left;
    width: 660px;
    min-height: 588px;
    border-right: 1px solid #c2bdbb;
    padding-right: 10px;
}

.columna_decoracion
{
    float: left;
    width: 275px;
    text-align:  center;
}

.columna_separacion
{
}

.extended_row
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.title_seccion
{
    background-image: url('../images/section/title_section_background.png');
    background-position: 0px 12px;
    background-repeat: no-repeat;
    width: 500px;
    height: 40px;
    color: #888280;
    font-family: verdana;
    font-size: 20px;
}

.form_table
{

}

.form_table td
{
    padding: 4px;
}

.form_table th
{
    text-align: right;
    text-transform: capitalize;
}

.form_table ul
{
    margin: 0px;
    padding: 2px;
    list-style: none;
    font-size: 10px;
    color: red;
}

.subtitle
{
    font-weight: bold;
    text-align:  left;
}

.submit
{
    text-align: center;
}

.submit input
{
    border: 1px solid silver;
}

/* Estilos para el grid layout */

.grid
{
    margin-top: 20px;
    
}

.grid .grid_row
{
    
}

.grid .grid_col
{
    float: left;
    width: 455px;
    height: 60px;
    overflow: hidden;    
    margin-left: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DADADA;
}

.contenido_completo .col_image
{
    float: left;
    width: 105px;
    height: 60px;
    text-align:  center;
}

.contenido_completo .col_text
{
    float: left;
    padding-left: 5px;
    font-size: 10px;
}

.contenido_completo .col_text .title
{
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    color: #4D4C4C
}

.contenido_completo .col_text .title a
{
    color: #4D4C4C;
}

.contenido_completo .col_text .sinopsis
{
    font-family: verdana;
    font-size: 10px;
    text-align: justify;
    width: 820px;
    color: #949494;

}

.contenido_completo .col_text .url
{
    font-family: verdana;
    font-size: 10px;
    text-align: justify;
    width: 820px;
    color: #949494;
    color: red;

}

.contenido_completo .col_text .url a
{
    color: red;
    text-decoration: underline;
}

.contenido_completo .col_text .url a:hover
{
    text-decoration: none;
}

.grid .grid_col .col_text .sinopsis
{
    font-family: verdana;
    font-size: 10px;
    text-align: justify;
    width: 340px;
    color: #949494;
    
}

.grid .grid_date
{
    clear: both;
    padding-top: 30px;
    padding-bottom: 10px;
    color: red;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
}

/* Estilos de los botones de paginación */
.paginator
{
    margin-top: 10px;
    text-align: right;
    padding-left: 20px;
    padding-right: 40px;
}


/* Estilos determinados para una sección
------------------------------------------------------------------------------*/

#title_servicios.title_seccion
{
    padding-left: 70px;
    padding-top: 0px;
}

#title_garantia.title_seccion
{
    padding-left: 70px;
    padding-top: 0px;
}

#title_empresa.title_seccion
{
    padding-left: 70px;
    padding-top: 0px;
}

#title_contacto.title_seccion
{
    padding-left: 70px;
    padding-top: 0px;
}

#title_client.title_seccion
{
    padding-left: 70px;
    padding-top: 0px;
}

#title_supplier.title_seccion
{
    padding-left: 70px;
    padding-top: 0px;
}

#title_fair.title_seccion
{
    padding-left: 70px;
    padding-top: 0px;
}

#title_home.title_seccion
{
    padding-left: 70px;
    padding-top: 0px;
}

#contacto_info.columna_contenido
{
    border: 0px;
    width: 370px;
}

#contacto_map.columna_decoracion
{
    margin-top: 35px;
    width: 550px;
    min-height: 588px;
}

#list_years
{
    margin-top: 80px;
}

#list_years .title
{
    text-transform: uppercase;
    color: #888280;
}

/* Estilos propios del pie de página */
#footer
{
    /*text-align: center;*/
    font-weight: bold;
}

#footer a
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

#footer .data_table
{
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

#footer .data_table td
{
    padding: 4px;
}

#footer .data_table td.legal_row
{
    text-align: center;
    color: #b3b1b0;
    font-weight: normal;
}

#footer .data_table td.legal_row a
{
    color: #b3b1b0;
    font-weight: normal;
}

/*  Estilos especificos de la página principal
------------------------------------------------------------------------------*/

#home_contenido.columna_contenido
{
    width: 597px;

    font-family: Verdana;
    font-size: 12px;
    color: #4f4E4E;
}

#home_deco.columna_decoracion
{
    width: 330px;
}

#home_deco .title
{
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    text-align: center;

    font-family: Verdana;
    font-size: 15px;
    font-weight: normal;
    color: #888280;
}

#home_box
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;

    width: 558px;
    height: 268px;
    border: 1px solid #D5D4D4;
    margin-left: auto;
    margin-right: auto;
}

#home_box p
{
    font-weight: normal;
    color: #959494;
    padding-left: 10px;
}

#home_box .col_image
{
    float: left;
    width: 257px;
    height: 268px;

    background-image: url('../images/home/home_box_deco1.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#home_box .col_text
{
    float: left;
    width: 301px;
    height: 268px;
}

#home_services_list
{
    list-style-image: url('../images/home/arrow.png');
    color: #E31111;
}

#home_services_list li
{
    padding-top: 12px;
    padding-bottom: 12px;
}

p.alone
{
    margin-top: 50px;
    margin-bottom: 50px;
}

.important_text
{
    color: #E31111;
}

/* Estilos para el slide vertical
*/

#slide
{
    width: 294px;
    height: 484px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: 1px solid #D5D4D4;
    overflow: hidden;
}

/* Estilos para la página de detalle de una feria */

#fair_contenido.columna_contenido
{
    width: 514px;

    font-family: Verdana;
    font-size: 12px;
    color: #4f4E4E;

    min-height: inherit;
    border-right: 0px;
}

#fair_contenido .alone
{
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid silver;
}

#fair_deco.columna_decoracion
{
    margin-top: 30px;
    width: 413px;
}

#fair_contacto.title_seccion
{
    padding-left: 70px;
    padding-top: 0px;
}

#cliente_row
{
    margin-top: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid silver;
}

#cliente_row .subtitle
{
    font-weight:normal;
    font-size: 14px;
    color: #888280;
}

#cliente_row .col_image
{
    float: left;
    width: 105px;
    height: 60px;
    text-align: center;
}

#cliente_row .col_text
{
    width: 400px;
    float: left;
    padding-left: 5px;
    font-size: 10px;
}

#cliente_row .col_text .title
{
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    color: #4D4C4C
}

#cliente_row .col_text .sinopsis
{
    font-family: verdana;
    font-size: 10px;
    text-align: justify;    
    color: #949494;

}

#cliente_row .col_text .url
{
    font-family: verdana;
    font-size: 10px;
    text-align: justify;
    width: 820px;
    color: #949494;
    color: red;

}

#cliente_row .col_text .url a
{
    color: red;
    text-decoration: underline;
}

#cliente_row .col_text .url a:hover
{
    text-decoration: none;
}

/* Estilos para el slider del album de una galería.
------------------------------------------------------------------------------*/
#slider
{
    margin-top: 70px;
    height: 40px;
    width: 917px;
    height: 94px;
}

#slider .title_area
{
    float: left;
    width: 311px;
    height: 94px;
    background-color: #474747;
    font-family: Verdana;
    font-size: 19px;
    color: #ffffff;
    overflow: hidden;    
}

#slider .title_area .static_title
{
    margin-top: 20px;
    margin-left:  40px
}
#slider .title_area .dinamic_title
{
    margin-top: 5px;
    margin-left:  40px
}

#slider .slide_left
{
    float: left;
    background-image: url('../images/slider/slide_left_arrow.png');
    background-repeat: no-repeat;
    background-position:  center center;
    width: 40px;
    height: 94px;
    margin-left: 1px;
    margin-right:  1px;
}

#slider .slide_right
{
    float: left;
    background-image: url('../images/slider/slide_right_arrow.png');
    background-repeat: no-repeat;
    background-position:  center center;
    width: 40px;
    height: 94px;
    margin-left: 1px;
    margin-right:  1px;
}

#slider .images_list
{
    white-space: nowrap;
    float: left;
    width:  519px;
    height: 94px;
    border-left:  1px solid #474747;
    border-right: 1px solid #474747;
    overflow: hidden;
}











#backImage
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color:  black;
}

#image_area
{
    position: absolute;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid white;
    font-family: verdana;
    font-size: 10px;
}



/* Relativos a los vídeos */
#video_title.title_seccion
{
    padding-left: 70px;
    padding-top: 0px;
}


.video-list
{
    margin-left: auto;
    margin-right: auto;    
    width: 270px;
    padding-left: 3px;
    padding-right: 3px;
}

.video-list td
{
    text-align: left;
    padding-left: 4px;
}

.video-list td.date
{
    font-size: 9px;
    color: gray;
}

.video-list td.separator
{
    border-bottom: 1px solid silver;
}

.video-embed
{
    text-align: center;
    margin: 10px;
}

·video-description
{
    text-align: justify;
    margin: 4px;
}
