/* elementos standard*/
html{
  margin: 0;
  padding: 0;
}

form {
  padding: 0px;
  margin: 0px;
}

body {
	color: #FFFFFF;
	margin: 0px 20px;
	font: normal 62.5% "Lucida Sans Unicode", sans-serif;
	background-color: #FFFFFF;
}

code {
  background: #FFE;
  border: 1px solid #EED;
  border-left: 6px solid #938262;
  color: #554;
  display: block;
  font: normal 1.1em "Lucida Sans Unicode", serif;
  margin-bottom: 12px;
  padding: 8px 10px;
/*white-space: pre;*/
}
img{
border:0px;
}


/********************MAQUETADO PRINCIPAL**************/

.container{
  padding: 0;
  margin: 0;
  min-width: 680px   
}

.wrapper{
  float: right;
  width: 100%;
  margin-left: -200px;
}

.sidenav{
	float: left;
	width: 196px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-width: 0px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.extra{
  float: left;
  clear: left;
  width: 200px;
}

.footer, .technical{
  clear: both;
  width: 100%;
}
/********************PRESENTACION**************/
/* container */

.container {
	background-color: #FFFFFF;
}
/* header */

.header {
	height: 62px;
	margin: 0;
	padding: 0;
	position: relative;
	min-width: 360px
}

.header h1 {
  padding: 32px;
  color: #E4DBCF;
  font: normal 3.4em "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}

.head_text{
	position: absolute;
	color: #333333;
	float: right;
	top: 0px;
	right: 10px;
}

.head_text a{
	color: #333333;
	text-decoration: none;
}

.head_text a:hover{
  text-decoration: underline;
}

.head_search{
	position: absolute;
	font: 1em Verdana, sans-serif;
	color: #543;
	top: 12px;
	right: 0px;
	background-color: #CCCCCC;
	border: 1px solid #666666;
	display: none;
}

.head_search a{
  color: #010101;
  text-decoration: none;
}

.head_search a:hover{
  text-decoration: underline;
}
/* Botonera header */

.btn {
	height: 30px;
	margin: 0px;
	min-width: 360px;
	background-color: #333333;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

.btn a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 6px;
	margin: 0 12px;
	line-height: 30px;
}

.btn a:hover {
	color: #FFCC33;
}
/*contenido*/

.content{
  margin-left: 200px;
	text-align: center;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.content .descr {
  color: #987E57;
  font-size: 1.1em;
  margin-bottom: 6px;
}

.content li {
  list-style: url(img/li.gif);
  margin-left: 18px;
}
/* catalogo */

.fila {
	margin-top: 3px;
	border: 1px solid #CCCCCC;
	margin-left: 3px;
	float: left;
	width: 225px;
	padding: 0px;
	background-color: #FFFFFF;
}

.fila h1{
	margin-left: 5px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #000000;
	font-size: 18px;
	margin-top: .75em;
}

.detalle_prod {
	color: #AA0000;
	font-size: 1.1em;
	margin-bottom: 6px;
	padding: 0px;
	float: right;
	font-weight: bold;
	width: 75px;
}

.detalle_prod a {
	color: #666666;
	text-decoration: none;
	line-height: 44px;
	font-family: "Lucida Sans Unicode", serif;
	font-weight: normal;
}

.imagen_prod {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 150px;
	height: 150px;
  border: none;
}

.imagen_prod a {
      text-decoration: none;
      border: 0px solid #fff;

}
/* ***************DETALLE PRODUCTO INDIVIDUAL***********************/


.detail {
	margin-top: 3px;
	margin-left: 3px;
	width: 650px;
	padding: 25px;
	background-color: #fff;
  color: black;
  float: left;
}


.detail .fotobox {
	padding: 0px;
	margin: 0px;
	float: left;
  max-width: 350px;
  border: none;
  overflow:hidden;
}

.detail .descbox {
	margin-bottom: 6px;
	padding-left: 20px;
	float: left;
	max-width: 320px;
}

.detail .nombre {
        margin-top: 60px;
        padding: 10px 0px;
        font: 1.5em Verdana, sans-serif;
        border: 1px solid #ccc;

}

.detail .price {

        padding: 20px 0px;
        color: #3C3D52;
        font: 1em bold,Verdana, sans-serif;

}

.detail .descripcion {
               padding: 20px 0px 0px 10px;             
               color: black;
               font: bold 1em Verdana, sans-serif;
               text-align: left;
               line-height: 20px;



}


.pagina {
	border: 1px solid #6a5e48;
	padding: 0px;
	clear: both;
	width: 100%;
	background-color: #aa0000;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	line-height: 28px;
	text-indent: 4px;
	font-weight: bold;
	height: 28px;
}

.pagina a {
	text-decoration: none;
	color: #FFFFFF;
}

.pagina a:hover {
	text-decoration: underline;
}
/*         PDFS    */

.pdfs {
	border: 1px solid #6a5e48;
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.7em;
	text-indent: 4px;
	color: #000000;
}
.pdfs a {
	color: #aa0000;
	text-decoration: none;
	margin-left: 20px;
}

.pdfs a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFCC33;
}
/* sub navigation */


.sidenav h1 {
	color: #FFFFFF;
	font-size: 1.4em;
	background-color: #333333;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
	line-height: 30px;
	padding: 0px;
}


.padre{
	list-style: none;
	text-decoration: none;
	display: block;
	cursor:pointer;
	color: #000000;
	padding: 5px;
	font-size: 13px;
	clear: both;
	font-weight: bold;


}

.padre:hover{
	background-color: #FFCC33;
}

.sub_sidenav {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.hijo {
	color: #000000;
	font-size: 1.2em;
	display: block;
	margin: 0px;
	font-weight: bold;
}


.hijo a {
	color: #AA0000;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.hijo a:hover {
	background-color: #000000;
	color: #FFCC33;
}

/* extra side*/

.extra{
  background: #DAD0BC;
}

.extra p {
  font-size: 1em;
  margin: 10px;
}

.extra h1{
  font-size: 1.6em;
  border-bottom: 1px solid #A98;
  color: #6f624e;
  margin: 10px;
}

.extra ul {
  margin: 20px;
  padding: 0;
}

.extra li {
  font-size: 1em;
  border-bottom: 1px solid #A98;
  border-top: 1px solid #DDC;
  list-style: none;
}
/* search form */

.styled {
  border: 1px solid #DDD;
  padding: 2px;
}

.button {
  background: url(img/search.gif) no-repeat left bottom;
  border: none;
  height: 23px;
  width: 24px;
}
/* footer */

.footer {
	color: #FFFFFF;
	font-size: 1.1em;
	line-height: 30px;
	margin: 0;
	text-align: center;
	background-color: #333333;
}

.footer ul{
  margin: 0;
}

.footer li{
  display: inline;
}

.footer ul li a{
	padding: 0 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer ul li a:hover{
  text-decoration: underline;
}

.technical {
	background: #746953;
	color: #FED;
	font-size: 1em;
	line-height: 12px;
	text-align: center;
	visibility: hidden;
}

.technical a {
  color: #000;
  text-decoration: none;
}

.technical a:hover {
  color: #ccc;
  text-decoration: underline;
}
/* floats */

.left {
  float: left;
}

.right {
  float: right;
}

.clearer {
  clear: both;
}
.logo {
	margin: 10px 12px 10px 0;
	border-width: 0px;
}
.botnavbar {
	clear: both;
	height: 3px;
}

.msg {
	margin-top: 3px;
	margin-left: 3px;
	width: 100%;
	padding: 25px;
	background-color: #fff;
        color: black;
        
}

.cuerpo {
	background: url(img/main_bg1.jpg) top center no-repeat;
	color: black;
	height: 395px;
	position: relative;
	min-width: 680px;
	/*background-color:lime;*/

          margin: 20px;
	width: 694px;

}

.texto_cuerpo {
    color: #575757;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    width: 495px;
    position: absolute;
    bottom: -40px;
    left: 188px;
    text-align: justify;
    height: 100px;

}
/* ***************contacto***********************/

.wrapperContact {
  float: right;
  width: 100%;
  margin-left: -355px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
  height: 570px;
}

.contactLeft {
	color: #575757;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	width: 330px;
	background-color: white;
	float: left;
	margin-top: 33px;
}

.contactRight {
  color: #575757;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  width: 650px;
  height: 512px;
  margin-left: 355px;
  float: left;
}
/****************ABOUT US**************/

.aboutUs{
	width: 330px;
	text-align: left;
	color: #575757;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
/****************SITEMAP**************/

.sitemap{
  width: 330px;
  text-align: left;
  color: #575757;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  margin: 10px auto 190px auto;
}

.sitemap a {
  color: #666666;
  text-decoration: underline;
}

.sitemap a:hover {
  color: #FF9900;
  text-decoration: none;
}

.sitemap a:visited {
  color: #999;
  text-decoration: none;
}
/****************COPYRIGHT**************/

.copyright{
  width: 830px;
  text-align: left;
  color: #575757;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  margin: 20px auto 50px auto;
}
/****************FAQ**************/

.faq{
  width: 830px;
  text-align: left;
  color: #575757;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  margin: 20px auto 50px auto;
}

.faq a {
  color: #666666;
  text-decoration: underline;
}

.faq a:hover {
  color: #FF9900;
  text-decoration: none;
}

.faq a:visited {
  color: #999;
  text-decoration: none;
}

.faq h2 {
  margin-bottom: 7px;
  margin-top: 14px;
  text-transform: uppercase;
}
.aboutUsImage {
	text-align: center;
}
#smalllogoimage {
	text-align: center;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
