/*
	Author: Mokuko ++ ( Javier Barrios )

	Author URI: http://www.mokuko.com.ar/

	The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php

	Have fun, and don't be afraid to contact me if you have questions.
*/

* {margin: 0px; padding: 0px;}

body {
    font-size: 12px;
    line-height:22px;
    background:#ffffff;
    background: #fff url(images/11bodybg2.gif) repeat-x;
    font-family: Arial, Verdana, sans-serif;
    color: #816727;
}

img {border: 0px;}

a {font-weight:600; color: #816727;}
a:link, a:visited, a:active { color: #816727; text-decoration: none;}
a:hover { color: #816727; text-decoration: underline;}

p {
    font-size:14px;
    line-height:22px;
}

/* cabecera */
div.cabecera {
    background: #816727 url("images/2boutiquezen.jpg") no-repeat top right;
	height:80px;
}
div.titulo {
    color:#F1E9A9;
    margin-top:20px;
    margin-left:30px;
    float:left;
    text-align: center;
}
h1.cabecera {
    font-size:26px;
}
h2.cabecera {
    margin-top: 2px;
    font-size:10px;
}
div.creaciones {
	text-align: right;
	font-size:11px;
    margin-top: 3px;
}
div.about {
    margin: 15px 25px;
    font-size:14px;
}
.about p{
    margin: 10px 0px;
	font-size: 12px;
}
.about h1 {
    font-size:22px;
    border-bottom: 1px solid #816727;    
}
a.creaciones {font-weight:normal; font-size: 11px; margin-right:10px;}

/* productos */

#columna-principal:after {
    content: "clearfix"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #columna-principal {height: 1%;}
/* End hide from IE-mac */

div.cuerpoProductos {
    background: #FFFFFF url('images/backgroun-prod.png');
    margin: 0px 25px;
    border:1px solid #ffffff;
    padding-top: 10px;
}

div.impar, div.par {
    margin:0px;
}

div.cajaprod {
    margin:10px 15px 20px 15px;
}
/*
div.prodSeparator {
    clear:both;
    height:15px;
}
*/
span.linkprod{
	display:block;
    font-size:18px;
    border-bottom: 1px solid #816727;
    margin-top:15px;
    margin-bottom: 8px;
}
.cajaprod img {
    border: 1px solid #816727;
    padding:5px;
}

a.linkprod {
    float: right;
    margin:5px 15px 0px 15px;
}
p.prod {
    margin-top: 10px;
}

div.prod2 {
    margin-top: 10px;
	font-size:12px;
}

.prod2 li {
    margin-left: 20px;
}

div.backToTop {
    clear:both;
	text-align: right;
	padding-bottom: 10px;
	font-size:10px;
	margin-right: 30px;
}
.backToTop a {
	font-weight:normal
}
/* categorias */
div.catTitle {
    /*
    background: #b19306;
    border-top: 1px solid #b19306;
    border-bottom: 1px solid #b19306;
    */
    /*color:#F1E9A9;*/
    background: none;
    color: #218e29;
    
    
    border-top: 1px dashed #218e29;
    border-bottom: 1px dashed #218e29;
}

h2.catTitle{
    font-size: 18px;
    margin:8px 15px 8px 15px;
    
}

span.catDesc {
    float:right;
    font-size: 16px; 
    
}

/* menu */

div.menu {
    background: #e7dca8;
    background: none;
    text-align: center;
    border-bottom: 1px dashed #218e29;
    border-top: 1px dashed #218e29;
    margin: 0px 25px;
}
span.itemMenu {
    margin:8px 15px;
    color: #816727;
    color: #218e29;
}
a.menu {font-weight: bold; font-size: 14px; color: #218e29;}
a.menu:link, a.menu:visited, a.menu:active {color: #218e29; text-decoration: none}
a.menu:hover {color: #816727; color: #218e29; text-decoration: underline}

/* footer */
div.footer {
	background: #816727;
    background: none;
	color:#C0C0C0;
    color: #218e29;
	text-align:center;
	font-size:10px;
	font-weight:600;
    border-bottom: 1px dashed #218e29;
    border-top: 1px dashed #218e29;
}
div.pos_w3cvalidator{ 
	text-align: center;
	margin-top:10px;
}

a.mokuko {font-size: 10px; font-family: Arial, Helvetica; letter-spacing: 2px; font-weight: normal; color:#3e3d3d; text-decoration: none; margin-bottom: 20px;}
a.mokuko:link, a.mokuko:visited, a.mokuko:active {color:#3e3d3d; text-decoration: none;}
a.mokuko:hover {color:#3e3d3d; text-decoration: underline}
div.mokuko {text-align: center;}