body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.clear {
    clear: both;
}

.invisible {
    display: none;
}

hr {
    border: 1px solid #005598;
}

#wrapper {
    width: 950px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
}

#top {
    width: 950px;
    height: 125px;
    display: block;
    position: relative;
    background: url(../images/top.jpg) no-repeat;
}

#menu {
    width: 935px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 70px;
    text-align: right;
    padding-right: 15px;
    color: #005598;
}

#menu a, #footer a, #menu .vinculo {
    font-size: 10px;
    color: #005598;
    cursor: pointer;
    text-decoration: none;
}

#submenu {
    width: 440px;
    height: 22px;
    background: url(../images/menu.png) no-repeat;
    position: absolute;
    top: 100px;
    right: 20px;
    padding: 3px 0 0 0px;
    color: #fff;
    text-align: center;
}

#submenu a {
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    margin: 0 8px;
}

#center {
    margin: 10px 0;
    padding: 0 35px 20px 35px;
}

.titulo_cat {
    font-size: 16px;
    color: #005598;
    margin-bottom: 20px;
}
.titulo_cat span{
	font-size:10px;
	display:block;
}
.producto {
    width: 290px;
    height: 150px;
    display: block;
    position: relative;
    float: left;
    border: 1px dotted #ccc;
}

.producto .img {
    position: absolute;
    top: 10px;
    left: 10px;
}

.producto .descripcion {
    width: 150px;
    height: auto;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 17px;
}

.producto .descripcion .titulo {
    text-transform: uppercase;
    color: #005598;
    font-weight: bold;
}

.producto .descripcion span {
    font-size: 10px;
    display: block;
}

.producto .precio {
    margin-top: 10px;
    font-weight: bold;
}

.producto .detalle {
    position: absolute;
    bottom: 7px;
    left: 20px;
}

.producto .comprar {
    width: 111px;
    height: 37px;
    display: block;
    background: url(../images/comprar.jpg) no-repeat;
    cursor: pointer;
	position: absolute;
    top: 100px;
    right: 20px;
}

.producto .detalle {
    cursor: pointer;
    text-decoration: underline;
}

.prod_detail {
    display: block;
    height: auto;
    position: relative;
}

.prod_detail .titulo {
    width: 570px;
    height: 25px;
    background: #00A373;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding-top: 5px;
}

.prod_detail .titulo #cerrar {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 3px;
    right: 5px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.prod_detail .contenido .description {
    width: 220px;
    height: auto;
    float: right;
    margin: 10px 10px 10px 0;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.prod_detail .contenido .imagen {
    width: 250px;
    height: 400px;
    margin: 10px 0 10px 10px;
    float: left;
    text-align: left;
}

.prod_detail .contenido .imagen .nombre {
    text-transform: uppercase;
    color: #005598;
    font-weight: bold;
    display: block;
}

.prod_detail .contenido .imagen .cat {
    font-weight: normal;
    font-size: 10px;
    display: block;
}

.prod_detail .contenido .imagen .clave {
    font-size: 10px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.prod_detail .contenido .imagen .precio {
    font-size: 10px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.prod_detail .contenido .imagen input {
    width: 30px;
    height: 15px;
}

.prod_detail .contenido .imagen .comprar {
    width: 111px;
    height: 37px;
    display: block;
    margin: 0 0 0 20px;
    background: url(../images/comprar.jpg) no-repeat;
    cursor: pointer;
}

#footer {
    width: 950px;
    height: 70px;
    display: block;
    position: relative;
}

#currency {
    position: absolute;
    top: 8px;
    left: 200px;
}

#derechos {
    font-size: 10px;
    color: #005598;
    text-align: right;
    margin-left: 440px;
}

/*
 **  ECOMMERCE
 */
#centro_listado {
    width: 880px;
    height: auto;
    position: relative;
    float: left;
	font-size:10px;
}

.cart_producto_listado2 {
    width: 880px;
    height: 30px;
    background: #F5F5F5;
    border: 1px solid #E4E4E4;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.cart_producto_listado {
    width: 880px;
    height: 30px;
    background: #F5F5F5;
    border: 1px solid #E4E4E4;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.cart_producto_titulo {
    width: 880px;
    height: 30px;
    display: block;
    border-bottom: 2px solid #E4E4E4;
    background: #F5F5F5;
    color: #666666;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}

.cart_nombre {
    width: 500px;
    height: 23px;
    border-right: 2px solid #E4E4E4;
    font-weight: bold;
    padding-top: 7px;
    position: absolute;
    top: 0;
    left: 75px;
}

.cart_nombre2 {
    width: 250px;
    height: 23px;
    border-right: 2px solid #E4E4E4;
    font-weight: bold;
    padding-top: 7px;
    position: absolute;
    top: 0;
    left: 135px;
}

.cart_precio {
    width: 110px;
    height: 23px;
    border-right: 2px solid #E4E4E4;
    font-weight: bold;
    padding-top: 7px;
    position: absolute;
    top: 0;
    right: 185px;
    text-align: right;
    padding-right: 5px;
}

.cart_precio2 {
    width: 65px;
    height: 23px;
    border-right: 2px solid #E4E4E4;
    font-weight: bold;
    padding-top: 7px;
    position: absolute;
    top: 0;
    left: 400px;
    text-align: right;
    padding-right: 10px;
}

.cart_cantidad_titulo {
    width: 55px;
    height: 26px;
    border-right: 2px solid #E4E4E4;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0px;
    text-align: right;
    padding-right: 5px;
    padding-top: 7px;
}

.cart_cantidad_titulo2 {
    width: 115px;
    height: 26px;
    border-right: 2px solid #E4E4E4;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0px;
    text-align: center;
    padding-right: 5px;
    padding-top: 7px;
}

.cart_cantidad {
    width: 55px;
    height: 26px;
    border-right: 2px solid #E4E4E4;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0px;
    text-align: right;
    padding-right: 5px;
    padding-top: 5px;
}

.cart_cantidad2 {
    width: 115px;
    height: 25px;
    border-right: 2px solid #E4E4E4;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0px;
    text-align: center;
    padding-right: 5px;
    padding-top: 6px;
}

.cart_subtotal {
    width: 150px;
    height: 23px;
    border-right: 2px solid #E4E4E4;
    font-weight: bold;
    padding-top: 7px;
    position: absolute;
    top: 0;
    right: 65px;
    text-align: right;
    padding-right: 5px;
}

.cart_subtotal2 {
    width: 60px;
    height: 23px;
    border-right: 2px solid #E4E4E4;
    font-weight: bold;
    padding-top: 7px;
    position: absolute;
    top: 0;
    left: 485px;
    text-align: right;
    padding-right: 5px;
}

.cart_subtotal3 {
    width: 100px;
    height: 23px;
    border-right: 2px solid #E4E4E4;
    font-weight: bold;
    padding-top: 7px;
    position: absolute;
    top: 0;
    right: 55px;
    text-align: center;
    padding-right: 5px;
}

.cart_acciones {
    width: 55px;
    height: 26px;
    font-weight: bold;
    padding-top: 7px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    padding-right: 5px;
}

.cantidad_input {
    width: 30px;
    height: 15px;
    border: 2px solid #cccccc;
    font-size: 10px;
    margin-right: 10px;
    text-align: center;
}

.delete_cart {
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    left: 5px;
}

.refresh_cart {
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    left: 32px;
}

.total_checkout {
    width: 510px;
    height: 20px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.total_checkout span {
    margin-left: 8px;
    font-size: 13px;
    color: #FF6600;
}

.boton_seguir {
    width: 120px;
    height: 13px;
    background: #999999;
    border: 0;
    border: 1px solid #cccccc;
    color: #FFFFFF;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    margin: 10px;
    float: left;
}

.boton_seguir a {
    color: #FFFFFF;
    text-decoration: none;
}

.boton_checkout {
    width: 180px;
    height: 13px;
    background: #999999;
    border: 0;
    border: 1px solid #cccccc;
    color: #FFFFFF;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    margin: 10px;
    cursor: pointer;
    float: right;
}

.boton_checkout a {
    color: #FFFFFF;
    text-decoration: none;
}

.boton_continue {
    width: 90px;
    height: 13px;
    background: #999999;
    border: 0;
    border: 1px solid #cccccc;
    color: #FFFFFF;
    padding: 2px 5px 5px 5px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    margin: 10px;
    cursor: pointer;
    float: right;
    margin-right: 180px;
}

.boton_continue a {
    color: #000;
    text-decoration: none;
}

.checkout_producto_listado {
    width: 625px;
    height: 30px;
    background: #F5F5F5;
    border: 2px solid #E4E4E4;
    margin: 0;
    position: relative;
    overflow: hidden;
    font-size: 10px;
}

.total_linea {
    width: 565px;
    height: 30px;
    margin: 0;
    position: relative;
}

.total {
    width: 90px;
    height: 18px;
    border: 2px solid #E4E4E4;
    font-weight: bold;
    padding-top: 7px;
    position: absolute;
    top: 3px;
    left: 470px;
    text-align: right;
    padding-right: 5px;
    color: #c4161c;
}

.total_txt {
    width: 90px;
    height: 23px;
    font-weight: bold;
    padding-top: 12px;
    position: absolute;
    top: 0;
    left: 420px;
    text-align: right;
    padding-right: 5px;
}

.cliente_checkout {
    width: 570px;
    height: 240px;
    display: block;
    position: relative;
    margin: 0;
    font-size: 10px;
}

.cliente_checkout1 {
    width: 300px;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.cliente_checkout2 {
    width: 265px;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 310px;
}

.cliente_checkout_titulo {
    width: auto;
    height: 18px;
    color: #666666;
    font-weight: bold;
    background: #F5F5F5;
    padding: 4px 0 0 4px;
}

.cliente_checkout_linea1 {
    width: auto;
    height: 18px;
    color: #999999;
    padding: 4px 0 0 4px;
}

.cliente_checkout_linea2 {
    width: auto;
    height: 18px;
    color: #666666;
    background: #F5F5F5;
    padding: 4px 0 0 4px;
}

.boton_checkclient {
    width: 90px;
    height: 10px;
    background: #999999;
    border: 1px solid #cccccc;
    color: #FFFFFF;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 210px;
    left: 0;
}

.boton_checkout2 {
    width: 90px;
    height: 10px;
    background: #999999;
    border: 1px solid #cccccc;
    color: #FFFFFF;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 0;
}

.boton_checkout3 {
    width: 90px;
    height: 10px;
    background: #999999;
    border: 1px solid #cccccc;
    color: #FFFFFF;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 110px;
}

.boton_checkout4 {
    width: 90px;
    height: 10px;
    background: #F5F5F5;
    border: 1px solid #cccccc;
    color: #CCCCCC;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    position: absolute;
    top: 5px;
    left: 0px;
}

.boton_checkout5 {
    width: 90px;
    height: 10px;
    background: #F5F5F5;
    border: 1px solid #cccccc;
    color: #CCCCCC;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    position: absolute;
    top: 5px;
    left: 110px;
}

.boton_checkout6 {
    width: 90px;
    height: 13px;
    background: #F5F5F5;
    border: 0;
    border: 1px solid #cccccc;
    color: #CCCCCC;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    margin: 10px;
    float: right;
}
/* Checkout */
#contenido_cart{
	margin:50px 0;
}
#index_flow {
	margin:0 auto;
}

#index_flow li {
    text-align: left;
    float: left;
    list-style: none;
    padding: 3px 10px 3px 10px;
    margin: 5px;
	border: 1px solid #CCC;
}

li.active {
	background:#CCC;
}

#center hr {
	width:40%;
	height:5px;
	clear:both;
	border:none;
	display:block;
}

/**
 * Registro
 */
div#registro fieldset {
	border: 1px solid #005598;
	margin:20px 20px 10px 10px;
}
div#registro fieldset div {
	margin-top:10px;
	margin-bottom:10px;
}
div#registro fieldset span {
	display:block;
	margin-left:10px;
	width:190px;
	float:left;
}
div#registro .error {
	padding-left:5px;
	color:#EE6900;
}
div#registro input {
	border: 1px solid #005598;
}
div#registro input:hover, div#registro input:focus {
	border: 1px solid #005598;
}
div#registro div.address_other  {
	display:none;
}
.recuperar_btn{
	width:90px;
	height:17px;
	border: 1px solid #005598;
	margin: 0 auto;
	cursor:pointer;
}


/**
 * Ventanas
 */
.pop {
    width: 350px;
    position: relative;
}

.pop_error, .pop_title {
    width: 350px;
    text-align: center;
    height: 15px;
    margin: 5px 0 5px 0;
}

.pop_content {
    width: 300px;
    margin: 15px 0 10px 60px;
}

.pop_txt {
    float: left;
    margin-right: 5px;
}

div.blockPage {
    border: 3px solid #00A373;
    background: white;
}

div.blockPage * {
}

div.blockPage button {
    background: #00A373;
    color: white;
    border: none;
    padding: 3px 5px 3px 5px;
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: 15px;
}

div.blockPage input {
    border: 1px solid #00A373;
    color: #000;
}

div.blockPage .error {
    color: #00A373;
}


.textok {
	color: #494949;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}
.text_resalt_rojo {
	color: #da1b1a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
}
.text_resalt_blue {
	color: #005395;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
}

input.borrar{
	width:54px;
	height:31px;
	background:url(../images/tienda_borrar.jpg) no-repeat;
	border:0;
}
input.enviar{
	width:53px;
	height:28px;
	background:url(../images/tienda_enviar.jpg) no-repeat;
	border:0;
}
