body {
	background:#FFF;
/*	background:#945;
*/	text-align:left;
}
/*Estructura*/
#wrapper{
	width:1000px;
	margin:0 auto 0 auto;
	text-align:center;
}
#content{
	margin-top:15px;
	clear:both;
	width:900;
	height:auto;
}
/*Izquierda*/
#izquierda_content{
	float:left;
	width:230px;
	height:auto;
	background:#F2F0F0;
	text-align:center;
	
}
/*logo*/
#logo{
padding-top:10px;
padding-bottom:40px;
height:121px;
background: #ffcc00;

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #ffcc00 0%, #f2f0f0 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc00), color-stop(100%,#f2f0f0));

background: -webkit-linear-gradient(top,  #ffcc00 0%,#f2f0f0 100%);

background: -o-linear-gradient(top,  #ffcc00 0%,#f2f0f0 100%);

background: -ms-linear-gradient(top,  #ffcc00 0%,#f2f0f0 100%);

background: linear-gradient(to bottom,  #ffcc00 0%,#f2f0f0 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#f2f0f0',GradientType=0 );

}

.barra_izw{
	width:100%;
	height:1px;
	background:#009;
}
/*menu izquierda */
#menu_izda {
  width: 230px;
  height:800px;
  padding-left:5px;
  margin-bottom:20px;
  line-height:15px;
  text-align:left;
}
#menu_izda h3 {
	font-family:"dincR";font-size:1.5em;font-style:normal;
	color:#009;
	padding-left:5px;
	margin-bottom:-10px;
}
#menu_izda ul {
  list-style-type: none;
}
#menu_izda li {
font-family:"dincR";font-size:1.1em;
}

#menu_izda li a {
  text-decoration: none;
  color: #000;
  display: block;
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}
#menu_izda li a:hover {
  font-size: 1.2em;
    color: #F00;
  background:#FFF;
}
/*Derecha Content*/
#derecha_content{
	width:750px;
	height:auto;
	float:left;
	margin-right:10px;
	text-align:center;
	font-family:"dincL";font-size:1.2em;font-style:normal;
	color:#000;
}
/*menu arriba*/
/*reset*/
#menu_holder {
	width:750px;
	float:left;
	height:50px;
	text-align:left;
	margin:0;
	padding:0;
/*	margin-bottom:35px;
*/	background:#039;
	overflow:hidden;
}
#menu_holder ul,li {
	list-style-type:none;
	list-style:none;
	display: inline;
	padding-right: 10px;
	padding-left:20px;
	padding-top:2px;
}
#menu_holder li {
	float:left;
	font-family:"dincR";font-size:1.6em;font-style:normal;
}
#menu_holder a:link {
	color:#FFF;
	text-decoration: none;
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
  display: block;
}
#menu_holder a:visited {
	color:#FFF;text-decoration:none;
}
#menu_holder a:hover {
	color:#F00;
	text-decoration:none;
	font-size: 40px;
}
/*imagenes de inicio rotar*/
#inicio_img{
	clear:both;
	width:750px;
	height:450px;
}
/*productos destacados*/
#destacado {
	clear:both;
	width:730px;
	height:auto;
	overflow:hidden;
	margin-bottom:40px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:120px;
	background:#FFF;
	font-family:"dincB";font-size:1.2em;font-style:normal;
	color:#F00;
	text-align:left;
	vertical-align:top;
}
.dest_window {
	display:inline-block;
	margin:.1%;
	border:#CCC dashed 1px;
	vertical-align: top;
	width:175px;
	height:180px;
}
.foto_window{
	width:175px;
	height:175px;
	border:#CCC dashed 1px;
}
.text_window{
	width:175px;
	height:100%;
	padding-left:3px;
	font-family:"dincB";font-size:1.2em;font-style:normal;
	color:#009;
	text-align:left;
/*	background:#F00;*/
background:#FC0;
	-webkit-border-radius:  7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
/*marcas frame*/
#marcas_frame{
	clear:both;
	width:750px;
	height:auto;
	text-align:left;
	border-top:dashed 1px #CCCCCC;
	font-family:"dincB";font-size:1.4em;font-style:normal;
	color:#F00;
	padding-left:10px;
	padding-top:10px;
}
/*productos*/
.productos_grid_container{
   clear:both;
   text-align: justify;
	width:750px;
	height:auto;
	overflow:hidden;
}
.producto_holder{
	display:inline-block;
    width: 148px;
    height: 300px;
	margin:2%;
	border:#CCC dashed 1px;
	vertical-align: top;
}
.foto_prod{
    width: 148px;
    height: 148px;
	margin-bottom:20px;
}
.producto_text {
	width: 148px;
	height:100%;
	font-family:"dincR";font-size:.9em;font-style:normal;
	letter-spacing: 2px;
	color:#000;
	text-align:left;
}
.paginador {
	width: 750px;
	height:auto;
	margin-top:20px;
	margin-bottom:40px;
	font-family:"dincR";font-size:1em;font-style:normal;
	letter-spacing: 2px;
	text-align:center;
}
.paginador a:link{
		color:#000;
		text-decoration:underline;
}
.paginador a:visited{
		color:#000;
		text-decoration:none;
}
.paginador a:hover{
		color:#C00;
		text-decoration:none;
}
/*producto sencillo*/
.prod_sen_foto{
	float:left;
	width: 300px;
    height: 300px;
	border:#CCC dashed 1px;
	margin-top:80px;
	margin-left:20px;
	margin-bottom:50px;
}
.producto_sen_div{
	float:right;
	margin-top:80px;
	width:400px;
	height:300px;
	text-align:left;
	margin-left:28px;
	margin-bottom:50px;

}
.prod_sen_nombre_text{
	width:100%;
	height:auto;
	font-family:"dincB";font-size:1.2em;font-style:normal;
	letter-spacing: 2px;
	color:#C00;
	margin-bottom:20px;
}
.prod_sen_linea_text{
	width:100%;
	height:auto;
	font-family:"dincR";font-size:1.2em;font-style:normal;
	letter-spacing: 2px;
	color:#900;
	border-bottom:dashed #CCCCCC 1px;
	margin-bottom:20px;
}
.prod_sen_clave_text{
	width:100%;
	height:auto;
	font-family:"dincL";font-size:1.2em;font-style:normal;
	letter-spacing: 2px;
	color:#000;
}
/*contacto*/
.contacto_div{
	float:left;
	padding-left:30px;
	width:400px;
	height:auto;
	text-align:left;
	color:#009;
}
.contacto_mapa{
	clear:right;
	float:right;
	margin-top:100px;
	width: 300px;
    height: 450px;
	border:#CCC dashed 1px;
}
.contacto_text{
	font-family:"dincR";font-size:1em;font-style:normal; font-weight:bolder;
	color:#000;
	margin-bottom:20px;
}
.contacto_tit{
	font-family:"dincL";font-size:1.2em;font-style:normal;
	letter-spacing: 2px;
	color:#009;
	margin-bottom:20px;

}
.contacto_text a:link{
	font-family:"dincb";font-size:1em;font-style:normal;
	letter-spacing: 2px;
	color:#009;
	margin-bottom:20px;
	text-decoration: none;
}
.contacto_text a:visited {
	font-family:"dincb";font-size:1em;font-style:normal;
	letter-spacing: 2px;
	color:#009;
	margin-bottom:20px;
	text-decoration: none;
}
.contacto_text a:hover {
	color:#009;
	font-family:"dincb";font-size:1em;font-style:normal;
	letter-spacing: 2px;
	margin-bottom:20px;
	text-decoration: underline;
}

/*Titulos*/
.titulo_big {
	width: 750px;
	height:auto;
	padding-top:20px;
	font-family:"dincb";font-size:2em;font-style:normal; color:#009;
	text-align:Left;
	padding-left:20px;
}
/*Marcas seccion*/
#marcas_div {
	clear:both;
	width:730px;
	height:auto;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	padding-top:30px;
	padding-bottom:20px;
	background:#FFF;
	font-family:"dincB";font-size:1.0em;font-style:normal;
	color:#F00;
	text-align:left;
	vertical-align:top;
}
.marca_window {
	display:inline-block;
	margin:2.5%;
	vertical-align: top;
	width:200px;
	height:165px;
	margin-bottom:10px;
}
.marca_fotow{
	width:200px;
	height:114px;
	border:#CCC dashed 1px;
}
.marca_textw{
	margin-top:5px;
	width:200px;
	height:46px;
	padding-left:5px;
	padding-top:5px;
	font-family:"dincB";font-size:1.05em;font-style:normal;
	color:#009;
	text-align:left;
	background:#FC0;
	-webkit-border-radius:  7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
/*conocenos*/
.conocenos_div{
	float:left;
	padding-left:30px;
	width:400px;
	height:auto;
	text-align:left;
	font-family:"dincB";font-size:1em;font-style:normal;
	letter-spacing: 2px;
	color:#009;
	margin-bottom:20px;
}
.conoce_foto{
	clear:right;
	float:right;
	margin-top:75px;
	width: 300px;
    height: 450px;
	border:#CCC dashed 1px;
	margin-bottom:10px;
}
.conoce_text{
	font-family:"dincR";font-size:1em;font-style:normal; font-weight:bolder;
	color:#000;
	margin-bottom:20px;
}
/*footer*/
#footer{
	padding-top:35px;
	margin-bottom:25px;
	clear: both;
	width:100%;
	height:85px;
	font-family:"dincR";font-size:1em;font-style:normal;
	color:#596679;
	text-align:center;
}
.footstyleItem {
	display: block-inline;
	padding-right:5px;
}