/*
Theme Name: Murguia
Theme URI: http://www.joyeriamurguia.com.pe
Description: Diseño para la Joyeria peruana Murguia desarrollado por el equipo de <a href="http://www.inventarte.net">Inventarte</a>
Version: 0.1
Author: Inventarte.net
Author URI: http://www.inventarte.net
Tags: custom header, fixed width
    Inventarte v0.1
     http://www.inventarte.net

    Diseño elaborado por Edmundo Malaga y Diego Lerma

    The CSS, XHTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php

*/
@charset "utf-8";
/* Murguia by Ed @ Inventarte.Net*/

html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font: normal 11px Helvetica, Arial, sans-serif;
    color: #999999;
    border: none;
}

p {
    margin: 0 0 10px 0;
    font-size:12px;
    text-align: left;
}

img {
    border: 0;
}

h2 {
    margin: 0 0 0 0;
    color: #666666;
    font: bold 13px Helvetica, Arial, sans-serif;
    padding-bottom: 2px;
}

a {
    color: #006c67;
    text-decoration: none;
}

a:hover {
    color: #006c67;
    text-decoration: none;
}

html {
    height: 100%;
}
body {
    font: 11px Helvetica, Arial, Sans-Serif;
   height: 100%;
    margin: 0;
}
#ed_wrapper {
    width: 100%;
    height: 100%;
    background: #59524f url(imagenes/bg_principal_gris.gif);
}

#ed_totalcenter1 {
    height: 588px;
    margin-top: -294px;
    position: absolute;
    top: 50%;
    width: 100%;
    background: url(imagenes/bg_principal_centro.gif);
}

#ed_totalcenter1 div.ed_totalcenter2 {
  height: 626px;
  margin-top: -300px;
  margin-left: -460px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 920px;
  background: url(imagenes/bg_principal_inner.gif) no-repeat;
}

#ed_inner_top {
    width: 920px;
    height: 20px;
    background: url(imagenes/bg_top.gif) no-repeat;
    padding: 65px 0 0 0;
}

#ed_inner_top ul {
    margin: -4px 0 0 0;
    padding: 0 0 0 8px;
    list-style: none;
}

#ed_inner_top li {
    margin: 0;
    padding: 0 0 0 30px;
    font: 14px Helvetica, Arial, Sans-Serif;
    display: inline;
}
#ed_inner_top a{
    color: #ffffff;
}
#ed_inner_top a:hover{
    color: #aaaaaa;
}


#ed_inner_main {
    width: 920px;
    height: 370px;
}
 /*Dos anchos para los contenidos, Largo y Corto*/
#ed_inner_main_scroll_corto {
    width: 390px;
    height: 340px;
    position: relative;
    top: 15px;
    left: 440px;
    overflow: auto;
    text-align: justify;
    padding-right: 10px;
}

#ed_inner_main_scroll_largo {
    width: 580px;
    height: 340px;
    position: relative;
    top: 15px;
    left: 240px;
    overflow: auto;
    text-align: justify;
    padding-right: 10px;

}

/*Categorias y Fondos de Inner Main*/
/*Corto*/
#ed_inner_main .cat_home, .cat_home {background: #FFF url(imagenes/bg_cat_home.jpg) no-repeat;}
/*Largos*/
#ed_inner_main .cat_joyeria, .cat_joyeria {background: #FFF url(imagenes/bg_cat_joyeria.jpg) no-repeat;}
#ed_inner_main .cat_colectivos, .cat_colectivos {background: #FFF url(imagenes/bg_cat_colectivos.jpg) no-repeat;}
#ed_inner_main .cat_postventa, .cat_postventa {background: #FFF url(imagenes/bg_cat_quienessomos.jpg) no-repeat;}
#ed_inner_main .cat_postventa_rolex, .cat_postventa_rolex {background: #FFF url(imagenes/bg_rolex.jpg) no-repeat;}
#ed_inner_main .cat_postventa_clientes, .cat_postventa_clientes {background: #FFF url(imagenes/bg_clientes.jpg) no-repeat;}
#ed_inner_main .cat_quienessomos, .cat_quienessomos {background: #FFF url(imagenes/bg_cat_quienessomos.jpg) no-repeat;}
#ed_inner_main .cat_novedades, .cat_novedades {background: #FFF url(imagenes/bg_cat_quienessomos.jpg) no-repeat;}
#ed_inner_main .cat_regalos, .cat_regalos {background: #FFF url(imagenes/bg_cat_regalos.jpg) no-repeat;}

#ed_inner_bottommenu {
    width: 920px;
    height: 28px;
    margin: 0;
    padding: 0;
    background: #006c67;
	line-height:28px;
	
}

#ed_inner_bottommenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#ed_inner_bottommenu li {
    margin: 0;
    padding: 0 0 0 30px;
    display: inline;
    font-size:14px;
}
#ed_inner_bottommenu li a {
    color:#fff;
    font-weight:bold;
}
#ed_inner_bottommenu li a:hover {
    color:#aaaaaa;
    font-weight:bold;
}

#ed_inner_footer {
    width: 920px;
    height: 79px;
    margin: 0;
    padding: 0;
    background: #FFF;
}

#ed_inner_footer ul {
    margin: 0;
    padding: 12px 0 0 10px;
    list-style: none;
}

#ed_inner_footer li {
    margin: 0;
    padding: 0 0 0 25px;
    display: inline;
}

#ed_inner_direccion {
    width: 920px;
    height: 26px;
    margin:0;
    padding: 0;
}

#ed_inner_anexolinks {
    width: 920px;
    height: 36px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.alignleft {
    float: left;
    margin: 0 30px 0 0;
}
.alignright {
    float: right;
    margin: 0 0 0 30px;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(imagenes/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(imagenes/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(imagenes/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(imagenes/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(imagenes/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(imagenes/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(imagenes/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(imagenes/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(imagenes/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(imagenes/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(imagenes/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(imagenes/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(imagenes/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(imagenes/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(imagenes/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(imagenes/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(imagenes/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(imagenes/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(imagenes/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(imagenes/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(imagenes/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(imagenes/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
