/*
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: 105%;
}
body {
    font: 11px Helvetica, Arial, Sans-Serif;
    height: 105%;
    margin: 0;
}
#ed_wrapper {
    width: 100%;
    height: 105%;
    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: #FFF url(imagenes/bg_inner_bottommenu.gif) no-repeat;
}

#ed_inner_bottommenu ul {
    margin: 0;
    padding: 6px 0 0 25px;
    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;
}
