@charset "UTF-8";

/*<![CDATA[*/

/*------------------------------------------------------------------
[Master Stylesheet]

Project:        Bodegas Santa Marta
Version:        1.0
Last modified:  06/12/2010
Author:         julian@reinadecorazones.es
-------------------------------------------------------------------*/

/* Reset Defaults Styles */
html,body{
    height:100%;
    font-size:75%;
}
    body {
        font:1em/1.25 Helvetica, Arial, Verdana, sans-serif;
        color:#000;
    }
        body, body *{
            margin:0;
            padding:0;
            border:0;
            outline:0;
            font-size:100%;
            font-weight:normal;
            font-style:normal;
            vertical-align:baseline;
        }

        h1,h2,h3,h4,h5,h6,strong,dt{
            font-weight:bold;
        }

        h1,h2,h3,h4{

        }

        h1{
            /*font-size:3.917em;*/
        }

        h2{

        }

        h3{

        }

        h4{

        }

        h1,h2,h3,h4{

        }

        a{
            color:#000;
            text-decoration:none;
        }
        a:hover{
            text-decoration:underline;
        }

        quote{
            font-style:italic;
        }

        input,textarea,select,option{
            font-size:inherit;
            font-family:inherit;
            font-style:inherit;
            font-weight:inherit;
            border:.083em solid #000; /* 1px */
        }

/* Common */
    body{
        background:#fff  url('/images/bg.png') 0 0 repeat-x;
    }


/* Main Layout */
#wrapper{
    width:1000px;
    margin:0 auto 0;
}
    #container{
        margin:auto;
    }

/* Header */
#header{
    position:relative;
    height:265px;
    overflow:hidden;
}
    #logo{
        position:relative;
        width:100px;
        height:100px;
        margin-left:7px;
        z-index:200;
    }

    #menu{
        position:relative;
        float:right;
        width:858px;
        height:50px;
        padding-left:10px;
        z-index:100;
    }
        #menu .navigation{
            position:relative;
            width:100%;
            height:35px;
            background-color:#232323;
            /*overflow:hidden;*/
        }
        #menu .navigation, #menu .navigation li{
            list-style:none;
        }
            #menu .navigation li{
                float:left;
                height:35px;
                margin-left:25px;
                color:#fff;
                cursor:pointer;
            }
                #menu .navigation li ul{
/*                    display:none;*/
                    margin-left:-1px;
                }
                #menu .navigation li ul li{
                    float:none;
                    height:auto;
                    margin:0;
                    padding:0 15px 0 5px;
                    color:#fff;
                    background-color:#232323;
                    cursor:pointer;
                    border:8px solid #fff;
                }
                #menu .navigation li:hover ul{
                    display:block;
                    margin:0 0 0 -1px;
                }
                #menu .navigation li ul li:first-child{
                    border-bottom:0;
                }
                #menu .navigation a{
                    display:block;
                    width:100%;
                    height:25px;
                    padding-top:10px;
                    color:#fff;
                    font-weight:bold;
                    font-size:1.1em;
                }
                #menu .navigation .active a{
                    color:#999;
                }
                #menu .navigation a:hover, #menu .navigation .active a:hover{
                    color:#e22121;
                    text-decoration:none;
                }
                #menu .navigation li ul li a{
                    width:100%;
                    height:100%;
                    padding:0;
                    font-size:.95em;
                }
                #menu .navigation ul li a{
                    color:#999;
                }
                #menu .navigation .active ul .active a{
                    color:#fff;
                }
                #menu .navigation li ul a:hover, #menu .navigation li ul .active a:hover{
                    color:#e22121;
                    text-decoration:none;
                }

        #lang{
            float:right;
            width:50px;
            height:14px;
            margin:0;
            font-size:.75em;
            text-align:center;
            color:#ccc;
            background-color:#232323;
            overflow:hidden;
            z-index:900;
        }
            #lang span{
                font-weight:bold;
            }
            #lang a{
                color:#fff;
            }

    #heading{
        position:absolute;
        width:1000px;
        top:45px;
        z-index:10;
    }
        #slogan{
            position:absolute;
            top:124px;
            left:7px;
            width:360px;
            height:65px;
        }
            #slogan span{
                display:inline-block;
                margin-bottom:2px;
                padding:0 40px 2px 4px;
                color:#fff;
                background-color:#232323;
                font-size:1.2em;
                font-family:Georgia;
                font-style:italic;
            }

        #no_flash_codec{
            width:859px;
            height:200px;
            margin-left:141px;
            text-align:center;
        }

/* Contents */
#contents{
    margin:0 7px 20px 0;
}
    #section_title{
        width:857px;
        height:18px;
        margin:10px 0 15px 140px;
        text-align:center;
        background:transparent url('/images/bg_section_title.png') 0 0 no-repeat;
        overflow:hidden;
    }
        #section_title h1{
            color:#fff;
            font-size:1.3em;
            line-height:.99em;
            font-family:Georgia;
            font-weight:normal;
            font-style:italic;
        }

    #submenu{
        margin:0 auto 20px auto;
        padding-left:141px;
        text-align:center;
    }
        #submenu ul{
            display:inline-block;
            padding:10px;
            border-bottom:1px dotted #999;
        }
        #submenu ul, #submenu ul li{
            list-style:none;
        }
            #submenu ul li{
                float:left;
                font-size:.9em;
                margin:0;
            }
            #submenu ul li.separator{
                margin:0 5px;
                color:#999;
            }
                #submenu ul li a{
                    color:#999;
                    text-decoration:none;
                }
                #submenu ul li a:hover{
                    text-decoration:underline;
                }

    .section_block_header{
        position:relative;
        width:785px;
        margin:0 37px 60px 178px;
        text-align:center;
        border-bottom:2px dotted #999;
    }
        .section_block_header h2{
            display:inline;
            padding-bottom:15px;
            color:#999;
            background-color:#fff;
            font-size:2.25em;
            font-family:Georgia;
            font-weight:bold;
            font-style:italic;
        }

    .section_block_content{
        position:relative;
        width:785px;
        margin:0 37px 60px 178px;
    }
        .section_block_content p{
            margin:0 45px 0 5px;
            padding-top:5px;
            color:#999;
        }
        
        .legend_title{
            margin:6px 0 12px 0;
        }
            .legend_title h3{
                display:inline;
                padding:2px 10px;
                background-color:#ccc;
                color:#fff;
                font-family:Georgia;
                font-weight:bold;
                font-style:italic;
            }

    #flying_menu {
        /*display:none;*/
        position:absolute;
        top:280px;
        left:0;
    }
        #flying_menu ul {
            margin:0 0 20px 0;
            list-style:none;
        }
            #flying_menu ul li{
                padding:0;
                list-style:none;
            }
                #flying_menu ul li a {
                    display:block;
                    text-align:right;
                    text-decoration:none;
                    cursor:pointer;
                }
                #flying_menu ul li a:hover {
                    color:#e22121;
                    background-color:#333333;
                }
                    #flying_menu ul li.fm_subir{
                        height:18px;
                        margin:0 8px 1px 0;
                    }
                        #flying_menu ul li.fm_subir a {
                            height:15px;
                            background-color:#e22121;
                            font-size:.85em;
                            color:#fff;
                            padding:3px 0 0 0;
                        }
                        #flying_menu ul li.fm_subir a:hover {
                            color:#232323;
                        }
                            #flying_menu ul li.fm_subir a div{
                                float:right;
                                width:8px;
                                height:12px;
                                margin:0 6px 0 5px;
                                background:#000 url('/images/sprites.png') -15px -275px no-repeat;
                            }
                #flying_menu ul li.fm_title{
                    height:24px;
                    margin:0 8px 2px 0;
                }
                    #flying_menu ul li.fm_title a {
                        height:20px;
                        color:#fff;
                        background-color:#232323;
                        font-size:1em;
                        font-family:Georgia;
                        font-style:italic;
                        padding:4px 12px 0 0;
                    }
                    #flying_menu ul li.fm_title a:hover {
                        color:#e22121;
                    }
                        #flying_menu ul li.fm_title a span{
                            padding-left:45px;
                            border-bottom:1px dotted #fff;
                        }
                #flying_menu ul li.fm_grupo{
                    height:18px;
                    margin-bottom:1px;
                }
                    #flying_menu ul li.fm_grupo a {
                        height:15px;
                        background-color:#757575;
                        font-size:.85em;
                        color:#fff;
                        padding:3px 0 0 0;
                    }
                    #flying_menu ul li.fm_grupo a:hover {
                        color:#e22121;
                    }
                        #flying_menu ul li.fm_grupo a div{
                            float:right;
                            width:12px;
                            height:18px;
                            margin:-3px 0 0 3px;
                            background:#000 url('/images/sprites.png') -25px -275px no-repeat;
                        }
                #flying_menu ul li.fm_child{
                    height:18px;
                    margin:0 8px 1px 0;
                }
                    #flying_menu ul li.fm_child a {
                        height:15px;
                        background-color:#bcbcbc;
                        font-size:.85em;
                        color:#fff;
                        padding:3px 8px 0 0;
                    }
                    #flying_menu ul li.fm_child a:hover {
                        color:#e22121;
                    }
                #flying_menu ul li.fm_product{
                    height:32px;
                    margin:2px 8px 0 0;
                }
                    #flying_menu ul li.fm_product a {
                        height:30px;
                        color:#fff;
                        background-color:#232323;
                        font-family:verdana;
                        font-size:1.7em;
                        font-weight:bold;
                        padding:2px 6px 0 0;
                    }
                    #flying_menu ul li.fm_product a:hover {
                        color:#e22121;
                    }
                        #flying_menu ul li.fm_product a span{
                            padding-left:45px;
                            border-bottom:1px dotted #fff;
                        }

/* Footer */
#footer{
    margin-top:25px;
}
    #footer .footer_block{
        float:left;
        width:280px;
        height:80px;
        border:10px solid #efefef;
    }
    #footer .footer_block:hover{
        border:10px solid #232323;
    }
        #footer .footer_block a{
            width:100%;
            height:100%;
            display:block;
        }
        #footer .footer_block a:hover{
            text-decoration:none;
        }
        #footer .h2{
            font-size:1.5em;
            line-height:1.25;
            font-weight:normal;
            text-decoration:underline;
        }

        #footer .wrapper{
            display:inline-block;
            font-weight:bold;
            color:#999;
            overflow:hidden;
        }
            #footer .wrapper span{
                /*white-space:pre-line;*/
            }
             #footer .red{
                color:#e22121;
             }
    #footer_left{
        background:transparent url('/images/footer/aceite.png') 24px 9px no-repeat;
    }
        #footer_left .wrapper{
            width:150px;
            margin:12px 0 0 115px;
        }
    #footer_center{
        margin:0 50px;
        background:transparent url('/images/footer/bodega.png') 24px 9px no-repeat;
    }
        #footer_center .wrapper{
            width:120px;
            margin:12px 0 0 125px;
        }
    #footer_right{
        background:transparent url('/images/footer/distribucion.png') 65px 2px no-repeat;
    }
        #footer_right .wrapper{
            width:90px;
            margin:12px 0 0 4px;
        }
    
    #networks{
        width:94px;
        margin:30px auto 0 auto;
        color:#cacaca;
        font-size:1em;
        text-align:center;
    }
        .network{
            float:left;
            width:41px;
            height:39px;
            margin-top:4px;
        }
            .network a{
                width:100%;
                height:100%;
                display:block;
            }
                .network a span{
                    display:none;
                }
        #facebook{
            background:transparent url('/images/sprites.png') 0 0 no-repeat;
        }
        #youtube{
            margin-left:12px;
            background:transparent url('/images/sprites.png') 0 -40px no-repeat;
        }

    #ruta_vino{
        width:280px;
        height:91px;
        margin:45px auto 15px;
        text-align:center;
        background:transparent url('/images/logo_ruta_vino.png') 0 0 no-repeat;
    }
    	#ruta_vino a{
    		display:block;
    		height:100%;
    	}
    	#ruta_vino a span{
    		display:none;
    	}

    #wine_moderation{
        width:116px;
        height:26px;
        margin:16px auto 35px;
        text-align:center;
    }
        #wine_moderation{
            width:116px;
            height:26px;
            cursor:help;
        }

    #footer .navigation{
        margin-left:25%;
        text-align:center;
    }
    #footer .navigation, #footer .navigation li{
        list-style:none;
    }
        #footer .navigation li{
            float:left;
            padding:0 10px 0 10px;
            border-left:1px solid #cacaca;
        }
        #footer .navigation li:first-child{
            padding-left:0;
            border:0;
        }
            #footer .navigation a{
                display:block;
                width:100%;
                color:#cacaca;
                font-size:.75em;
            }
            #footer .navigation .active a{
                color:#232323;
            }
            #footer .navigation a:hover, #footer .navigation .active a:hover{
                color:#e22121;
                text-decoration:none;
            }

    #legal{
        margin-top:12px;
        color:#cacaca;
        font-size:.75em;
        text-align:center;
    }
        #legal a{
            color:#999;
            text-decoration:underline;
        }
        #legal a:hover{
            color:#e22121;
            text-decoration:none;
        }

    .subir_top_wrapper{
        margin:30px 0;
    }
        .subir_top{
            float:right;
            width:38px;
            height:11px;
            padding:1px;
            background:#e22121 url('/images/sprites.png') 32px -273px no-repeat;
        }
            .subir_top a{
                display:block;
                width:100%;
                height:100%;
                color:#fff;
                font-size:.6em;
                letter-spacing:-.075em;
            }
            .subir_top a:hover{
                text-decoration:none;
            }


.category_color_vino_1{
    background-color:#e2001a;
}
.category_color_vino_2{
    background-color:#8d002d;
}
.category_color_vino_3{
    background-color:#4f001a;
}
.category_color_vino_4{
    background-color:#f55621;
}
.category_color_vino_5{
    background-color:#b6cf27;
}
.category_color_vino_6{
    background-color:#c0e8a9;
}
.category_color_vino_7{
    background-color:#ef9292;
}

/* Forms */


/* Other */
.clear{
    clear:both;
}

.bold{
    font-weight:bold;
    color:#000;
    background-color:inherit;
}

.center{
    text-align:center;
}

.justify{
    text-align:center;
}

.red{
    font-weight:bold;
    color:#e22121;
}

/* LightBox */
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
/*    zoom: 1; */
    display: block;
}
#lightbox-nav-btnPrev { 
    left: 0; 
    float: left;
}
#lightbox-nav-btnNext { 
    right: 0; 
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px; 
    color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
    width: 70%; 
    float: left; 
    text-align: left; 
}   
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block; 
    clear: left; 
    padding-bottom: 1.0em;  
}           
#lightbox-secNav-btnClose {
    width: 66px; 
    float: right;
    padding-bottom: 0.7em;  
}
/*]]>*/