html				{ width:100%; height:100%;	
                        color: #333333;
                    font-family: trebuchet MS,arial,sans-serif;
}
body 				{ width: 100%; 
    background:url("../images/skin6/back_ground_top.jpg") no-repeat scroll center top #372823 
}
.right { float: right; }

#body				{}	

.wrapper-1x      {   margin: 0 auto;padding: 0 10px;width: 940px;}
.wrapper-75      {  
    float: left;
    margin: 0 auto;
    padding: 0 1%;
    width: 73%; 
}
.wrapper-75  img     {  
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 1%;
    width: 97%;
}

.wrapper-50      {       
    float: left;
    margin: 0 auto;
    padding: 0 1%;
    width: 48%;
}
.wrapper-50  img     {  
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 1%;
    width: 97%;
}

.wrapper-25      {       
    float: left;
    margin: 0 auto;
    padding: 0 1%;
    width: 23%;
}

.wrapper-25  img     {  
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 1%;
    width: 97%;
}
.horizontal-grid {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: solid 1px #CCC; 
}

.clear {   clear: both; height: 0; }

p
{
    color: #333333;
    font-family: trebuchet MS,arial,sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 10px 0;
}
    p.featured
    {
        background: none repeat scroll 0 0 #F8F8F8;
        border: 1px solid #C2C2C2;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 0 1px 0 #FFFFFF;
        color: #666666;
        font-size: 14px;
        font-style: italic;
        margin-bottom: 20px;
        padding: 20px;
    }
h1{
    font-size: 23px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 10px 0;
}
h2{
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 5px 0;
}

.gridimgs-x3 img{
    float: left;
    margin: 1%;
    padding: 1%;
    width: 29%;  

}

/*
*********************************
* 1) HEADER ***
*********************************
*/
#header             {       
    background: url("../images/skin6/back_ground_menu.png") repeat-x scroll 0 -10px transparent;
    height: 100px;
    width: 100%;
    z-index: 10;}
.nav{     
    height: 100px;
    margin: 0;
    position: relative;
    z-index: 5;}


    .main_menu { float:right; padding-top:40px;}
    #options_menu{ float:right; width:140px; height:100%; }


    /* LOGO */
    #logo {     
        left: 15px;
        position: absolute;
        top: 15px;}
        #logo .logo a{ background:transparent url('../images/skin6/logo-capsucor.png') no-repeat 0px 0px; display:block; position:absolute; width:220px; height:60px; border:none; text-indent:-9999px; }
        /* MENU */

.menu {
    position: absolute;
    right: 0;
    bottom: 11px;
}
.menu li {
    float: left;
    font-size: 12px;
    height: 40px;
    list-style: none outside none;
}
.menu li a {
    border-left: 1px solid #CCC;
    border-right: 1px solid #F1F1F1;
    color: #372823;
    display: block;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    height: 15px;
    font-size: 11px;
}
.menu li a:hover {
    color: #8E7065 ;
}


/*
*********************************
* 2) BANNER ***
*********************************
*/
#banner
{
    background: url("../images/skin6/full_shadow.png") no-repeat scroll center bottom transparent;
    height: 300px;
    margin-top: -5px;
    padding-bottom: 40px;
    width: 940px;
}
ul#gallery {
    height: 300px;
    overflow: hidden;
    width: 940px;
    background: white;
    position: relative;
}
ul#gallery li {
    position: absolute;
}

    #banner-productos{
        padding: 10px 10px 0px 10px;
        background-color: rgba(255, 255, 255, .5);
        width: 200px;
        position: absolute;
        right: 50px;
        top: 80px;
        border: solid 1px #CCC;
        box-shadow: 1px 1px 7px #000;
        border-image: initial;
        
    }
    #banner-productos li {
        overflow: hidden;
        text-align: center;
        margin-bottom: 10px;
    }
    #banner-productos li img {
        height: 100%;
        text-align:center;
    }
    #banner-productos li a {
        display: block;
        text-align: left;
        text-decoration: none;
        color: #372823;
        background: white;
        padding: 10px;
        border: solid 1px #CCC;

        font-size: 12px;
    }
    #banner-productos li a:hover {
        display: block;
        text-align: left;
        text-decoration: none;
        color: white;
        background: #8E7065;
        padding: 10px;
        border: solid 1px #8E7065;
        font-size: 12px;
    }
/*
*********************************
* 3) CONTENIDO ***
*********************************
*/
#content{   width: 960px; margin: 0 auto;}

#content-container {
    background: none repeat scroll 0 0 #f2f2f2;
    padding: 10px 0 20px 0; 
}

/*
*********************************
* 3) BREADCRUMBS ***
*********************************
*/

#breadcrumbs{
    height: 20px;
    margin: 10px 0px;
    border-bottom: solid 1px #CCC;
    padding-bottom: 5px;    
}       
    #breadcrumbs li{
        float: left;
        padding: 0px 0px 0px 5px;
        font-size: 13px;
        
    }
    #breadcrumbs li a{
        color: #333;
    }

    #breadcrumbs li a:hover{
        color: #8E7065;
    }
/*
*********************************
* 4) FOOTER ***
*********************************
*/

#footer{
    background-color: #372823;
    padding: 10px;    
}

#footer p {
    color: #FFFFFF;
    font-family: trebuchet MS,arial,sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;  
}

#footer .menu {
    position: absolute;
    right: 0;
    top: 10px;   
}
#footer .menu li {
}
#footer .menu li a {
    border-left: medium none;
    border-right: 1px solid #674C43;
    color: #8E7065;    
}
#footer .menu li a:hover {
    color: #FFFFFF;    
}
#footer .nav {
    height: 90px; 
}

/*
*********************************
* 5) {PRODUCTOS} ***
*********************************
*/

.GridProductos  {
    width: 100%;    
}
    .GridProductos li  {
        width: 22%;
        float: left;
        margin: 1%;   
    }
    .GridProductos li a  {
        background: none repeat scroll 0 0 #F8F8F8;
        border: 1px solid #C2C2C2;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 0 1px 0 #FFFFFF;
        color: #666;
        font-size: 14px;
        font-style: italic;
        padding: 4px 10px 10px 10px;
        display: block;
        text-decoration: none;
        height: 150px;
        position: relative;
    }
    .GridProductos li a:hover  {
        background-color:#fff;
    }
    .GridProductos li h2  {
        text-align: center;
        color: #333;
        font-size: 14px;
        margin-bottom: 5px;  
    }
    .GridProductos li img  {
        width: 90%;
        box-shadow: 1px 1px 4px #666;
        bottom: 10px;
        position: absolute;
        border-radius: 10px;
    }
/*
*********************************
* 4) PRODUCTOS ***
*********************************
*/


ul#imagegallery {
    height: 480px;
    overflow: hidden;
    width: 800px;
    background: white;
    position: relative;
}
ul#imagegallery img {
    width: 800px;
}

#imagegallery-wrapper{
    width: 800px;   
    border: solid 1px #ccc;
    background-color: #fff;
    padding: 20px;
    margin: 0 auto;
    position: relative;
}
    #imagegallery-wrapper a#next{
        position: absolute;
        right: -10px;
        top: 260px;
    }
    #imagegallery-wrapper a#prev{
        position: absolute;
        left: -10px;
        top: 260px;
    }

#nav{
    overflow: hidden;
    margin-top: 15px;
}

#nav a{
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    margin: 5px;
    border: solid 1px #CCC;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    color: #666;
}
#nav a:hover{
    background-color: #f1f1f1;
}

#nav a.activeSlide{
    background-color: #8E7065;
    border: 1px solid #674C43;
    color: #F1F1F1;
}
#nav a img{
    height: 80px;
    width: 80px;


}



/*
*********************************
* 4) FORM ***
*********************************
*/
/*
  *********************************
  * 12) FORM ***
  *********************************
*/

    #form{ clear:both; }
    #form, .datos{
        border-top: solid 1px #CCC;
        padding-top: 15px;
    }
    #form #contact_submit { float: right;}

    #form textarea{  margin-bottom:10px; padding:6px 5px 6px 5px; width:450px; height:130px; overflow:auto; line-height:23px; }
    #form input{  margin-bottom:10px; padding:6px 5px 6px 5px; width:450px; font-size:13px; line-height:18px; }
    #form input, #form textarea{
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin: 10px;
        width: 300px;
        border: 1px solid #CCC;
        font-size: 16px;
        font-style: italic;
        color: #333;
        padding: 6px 10px;
    }
    
    #form label{ float:left; margin-top:2px; width:110px; }
    #form label span{ display:block; margin-top:-8px; font-size:10px; }
    #form fieldset{ margin:0px; padding:0px; border:none; }

    #form .light_button_send, #form .dark_button_send{ border: none;
background: none;
padding: 9px 30px 10px 30px;
width: auto;
font-size: 12px;
cursor: pointer;
background-color: #333;
color: white;
border: solid 1px #CCC;
border-radius: 7px;}
    #form .light_button_send:hover, #form .dark_button_send:hover{ 
        background-position:0px bottom;
        color: #333; background-color: #ccc; }

    #form .response{ display:none; margin:0px 0px 10px 0px; padding:5px 0px; width:580px; text-align:center; }
    #form .response p{ margin:0px; padding:0px; }

    #mapa{ padding: 5px; border: solid 1px #ccc; width: 425px;}








