@charset "UTF-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	background-image:url('../img/bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
}
body {
	position: relative;
	width: 930px;
	margin: 0px auto;
	padding: 0px 19px;
	color: #666;
	font: normal 12px/14px Arial,sans-serif;

}
span.summary {
	color: #666;
	font: normal 12px/14px Arial,sans-serif;
}

p {
  margin: 0px;
  padding: 6px 0px;
}
a {
	text-decoration: none;
	color: #3B83A5;
}
hr{
	background-color: #ddd;
height: 1px;
width: 100%;}
a:hover {
  text-decoration: underline;
}
/*
  Usually, "strong" and "b" are identically defined.
  For convenience in markup, "strong" is hereby bold plus red.
*/
strong {
	color: #666
}
span.negative {
	color: green;
}
/*
  IE defines form elements as block elements with margins. Can't have that.
*/

/*input.text,select,textarea {
  border: 1px solid #a5acb2;
}*/
input.button {
  border: none;
}

div.header {
  position: relative;
  height: 94px;
/*  background: white url('../images/wood.jpg') no-repeat right top;*/
}
div.logo a img{
	border:0px;
	}
#imagen-producto-p{ width:75px; height:75px;}
#imagen-producto-g{ width:250px; height:250px;}
/*  carito  */

div.social-head{
	float:left;
	position: absolute;
	top: 22px;
	left: 600px;
	
	}

div.carrito-head {
	position: absolute;
	top: 45px;
	right: 14px;
	text-align: right;
	font-weight:bold;	
}


div.carrito-head a {
	font-weight: normal;
	color: #3b83a5;
	text-decoration: none;
	word-spacing: 1px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-variant: normal;
}
div.carrito-head a:hover {
	color: #5ca4c6;	
}

/*  MENU C  */

div.menuC {
	position: absolute;
	height: 27px;
	width: 425px;
	bottom: 0px;
	right: 21px;
	color: #717272;
}
div.menuC a {
	color: #717272;
	text-decoration: none;
	font: bold 11px/11px Arial,sans-serif;
}
div.menuC a:hover {
	color: #93a4a4;
}

/*  MENU C  */

div.m1group1 {
  position: absolute;
  top: 8px;
  left: 132px;
}
div.m1group2 {
  position: absolute;
  top: 8px;
  right: 10px;
  text-align: left;
}

/*  MENU A  */


/*-----------------------------------------*/
#navegador {
	margin:0;
	padding: 0;
	clear:both;
	width:950px;
	height:36px;
	
}


ul.nav-main,
ul.nav-main li {
	list-style: none;
	margin: 0;
	padding: 0;
	
}


ul.nav-main {
	position: relative;
	z-index: 597;
}

ul.nav-main li:hover > ul {
	visibility: visible;
}


ul.nav-main li.hover,
ul.nav-main li:hover {
	position: relative;
	z-index: 599;
	cursor: pointer;
	background: #900;
	
				background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#900));
				background: -moz-linear-gradient(top, #000, #900);
				background: transparent\9;
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#900'); 
				
}



ul.nav-main li {
	float:left;
	display:block;
	height: 36px;
	color: #999;
	font: 14px Arial, Helvetica, sans-serif;
	background: url../(images/separator.gif) no-repeat right center;
	border-right:1px solid #303030; 
	border-left:1px solid #000;
}

ul.nav-main li a {
	display:block;
	padding: 9px 16px 0 16px;
	height: 35px;
	color: #fff;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

ul.nav-main li a:hover {
	color:#fff;
	text-shadow:#000 3px 3px 3px;
}



ul.nav-main *.list {
	padding-right: 22px;
	background: url(../images/navigation-arrow.gif) no-repeat right top;
}



ul.nav-sub {
	visibility: hidden;
	position: absolute;
	padding:10px;
	top: 36px;
	left: 0;
	z-index: 598;
	background: #3f3f3f ;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-border-top-right-radius: 8px; /* Safari prototype */
	-moz-border-top-right-radius: 8px; /* Gecko browsers */
	border-top-right-radius: 8px; /* Everything else - limited support at the moment */
	
}


ul.nav-sub li {
	list-style:none;
	display:block;
	padding: 0;
	height: 27px;
	float: none;
	width:145px;
	border-bottom: 1px solid #5a5a5a;
	border-right:0px; 
	border-left:0px;
}

ul.nav-sub li a {
	list-style:none;
	display:block;
	padding: 6px 5px 6px 5px;
	height: 15px;
	float: none;
	width:145px;
	background: none;
	font: 12px Arial, Helvetica, sans-serif;	
  }
  ul.nav-sub li.hover,
ul.nav-sub li:hover {
	/*background: url(../img/menuAvs.gif);*/	 
}

/*   PREGUNTA   */

div.pregunta{
	position: relative;
	height:20px;
	padding:4px 0 0 0;
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#333;	
	top:0px;
}

/*   BUSCADOR   */

div.buscador {
	position: relative;
	
	width:100%;
	/*background: url(../img/bg-tipo-ve.png) no-repeat;*/
	text-align:center;
	vertical-align:middle;
	outline:0;
	border:#c8e3f6 solid 1px;
		border-top-left-radius: 8px;
		-moz-border-top-left-radius: 8px;
		-webkit-border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		-moz-border-top-right-radius: 8px;
		-webkit-border-top-right-radius: 8px;
	background:#fff ;
			background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6fafd));
			background: -moz-linear-gradient(top, #ffffff, #f6fafd);
			background: transparent\9;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6fafd'); 
}
a.elemento{
	position:relative;
	top:15px;
	padding:10px 5px 0 10px;
	outline:0;
	border:0;		
}
a.elemento img {    
	border: none;    
}  
a:hover.elemento{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
div.marcas {
	position: relative;
	margin:5px 0 0 0;
	padding:10px 0 10px 0;
	text-align:center;
	vertical-align:middle;
	top:0px;
	border:#c8e3f6 solid 1px;
		border-top-left-radius: 8px;
		-moz-border-top-left-radius: 8px;
		-webkit-border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		-moz-border-top-right-radius: 8px;
		-webkit-border-top-right-radius: 8px;
	background:#fff ;
			background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6fafd));
			background: -moz-linear-gradient(top, #ffffff, #f6fafd);
			background: transparent\9;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6fafd'); 

}
div.marcas a{
	margin:0px 10px 0px 10px;
	padding:0px 0 10px 0;
}
div.marcas a:hover{
	background-color:#c8e2f3;
	 opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
div.modelos {
	position: relative;
	margin:5px 0 0 0;
	top:0px;
	padding:10px 0 10px 0;
	vertical-align:middle;
	text-align:center;
	border:#c8e3f6 solid 1px;
		border-top-left-radius: 8px;
		-moz-border-top-left-radius: 8px;
		-webkit-border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		-moz-border-top-right-radius: 8px;
		-webkit-border-top-right-radius: 8px;
	background:#fff ;
			background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6fafd));
			background: -moz-linear-gradient(top, #ffffff, #f6fafd);
			background: transparent\9;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6fafd'); 
}
div.modelos a{
	margin:0px 10px 0px 10px;
	padding:0px 0 10px 0;
}
div.modelos a:hover{	
	 opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
div.modelos table{
	margin: 0 auto;
	text-align: left;
}
div.anos {
	position: relative;
	margin:5px 0 0 0;
	top:0px;
	padding:10px 0 10px 0;
	vertical-align:middle;
	text-align:center;
	border:#c8e3f6 solid 1px;
		border-top-left-radius: 8px;
		-moz-border-top-left-radius: 8px;
		-webkit-border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		-moz-border-top-right-radius: 8px;
		-webkit-border-top-right-radius: 8px;
	background:#fff ;
			background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6fafd));
			background: -moz-linear-gradient(top, #ffffff, #f6fafd);
			background: transparent\9;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6fafd'); 
}
div.anos a{
	margin:0px 10px 0px 10px;
	padding:0px 0 10px 0;
	font: "Courier New", Courier, monospace; 
	color:#000;
	font-size:large;
}
div.anos a:hover{	
	 opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
div.anos table{
	margin: 0 auto;
	text-align: left;
}
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    /*background:url(../img/marquesina/slider.png) no-repeat;*/
    width:100%;
    height:280px;
    margin:auto;
    padding-top:0px;
    margin-top:10px;
}

#slider {
	position:relative;
    width:100%;
    height:246px;
    margin-left:0px;
	background:url(../img/marquesina/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow: 0 0 5px #333;
-webkit-box-shadow: 0 0 5px#333;
box-shadow: 0 0 5px #333;
   
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	text-align:center;
	vertical-align:middle;
	bottom:-25px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../img/marquesina/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/marquesina/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}





div.categoria{
	position: relative;
	width:100%;
	height: 170px;	
	background: #fff;
	text-align:center;
	vertical-align:middle;
	outline:0;
		border:0;
	}

a.tag{
	height:150px;
	width:230px;
	position:relative;
	top:10px;
	margin: 0 8PX 0 8PX;	
	border:0px;	
}
a.tag img {    
	outline:0;
	margin: 3px 3px 3px 3px;
	border:0px;
	-moz-box-shadow: 3px 3px 5px #333;
	-webkit-box-shadow: 3px 3px 5px #333;
	box-shadow: 3px 3px 5px #333;  
}  
a:hover.tag img{
	position:relative;
	top:1px;
	left:1px;
	-moz-box-shadow: 1px 1px 1px #222;
	-webkit-box-shadow: 1px 1px 1px #222;
	box-shadow: 1px 1px 1px #222; 
}
a.tag2{
	height:150px;
	width:186px;
	position:relative;
	top:10px;
	
}
a.tag2 img {    
	outline:0;
	
	 
}  
a:hover.tag2 img{
	position:relative;
	top:1px;
	left:0px;
	
}

div.top-marcas{
	background:url(../img/marcas/top-marcas.png) no-repeat #fff;
	position: relative;
	top:10px;
	margin-bottom:10px;
	padding:0px 0px 0 0;
	width:100%;
	height: 66px;	
	vertical-align:middle;
	outline:0;
	border:0;
	
}

a.top-m{
	height:40px;
	position:relative;
	top:26px;
	outline:0;
	border:0;
		
}
a.top-m img {    
	outline:0;
	border:0;

}  
a:hover.top-m img{
	position:relative;
	top:1px;
	left:1px;
	outline:0;
	border:0;

}
div.footer{
	position:relative;
	top:10px;
	
}
div.menu-footer{
	text-align:center;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	word-spacing: 1px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-variant: normal;
	margin-bottom:10px;
}
div.menu-footer a{
	text-align:center;
	font-weight: normal;
	color: #999;
	text-decoration: none;	
}
div.menu-footer a:hover{
	color: #C00;	
}
div.intera{
		text-align:center;
	padding-top:0px;
	height:16px;
	background:#333;
	color:#999;
	font-size:12px;
	outline:0;
	border:0;	
}
div.intera img{
		
	outline:0;
	border:0;	
}

			div.social{
				margin-top:20px;
				text-align:center;
				vertical-align:middle;			
			}
			div.box-facebook {

				float:left;
				margin-left:15px;
		 	}
			div.box-twitter {
				
				float:left;			   
		 	}
			div.box-docs{
				
				float:left;
				margin-left:15px;
				width:298px;
				height:298px;
				background:#fff;
				border:#c62d31 solid 1px;
					border-top-left-radius: 8px;
					-moz-border-top-left-radius: 8px;
					-webkit-border-top-left-radius: 8px;
					border-top-right-radius: 8px;
					-moz-border-top-right-radius: 8px;
					-webkit-border-top-right-radius: 8px;
					
			}div.box-docs .titulo{
				
						
				width:290;
				height:60px;
				background:#c62d31 url(../img/doc-head-trans.png) no-repeat ;
				margin:0px;
				border-top-left-radius: 5px;
					-moz-border-top-left-radius: 5px;
					-webkit-border-top-left-radius: 5px;
					border-top-right-radius: 5px;
					-moz-border-top-right-radius: 5px;
					-webkit-border-top-right-radius: 5px;
				
								
			}
			div.box-docs ul{
				background-color:#aaa;
				margin:5px;
				padding:0px;
				list-style:none;
				text-align:left;
				}div.box-docs ul li, div.box-docs a{
					background-color:#fff;
					margin:1px 0px 1px 0px;
					padding-top:4px;
					padding-left:3px
					height:20px;
					color:#c62d31;
					}	
					div.box-docs ul li:hover, div.box-docs a:hover{
					background-color:#c62d31;
					text-decoration:none;
					
					color:#fff;
					}	
					
						
			
	div.footer{
	position:relative;
	
	bottom:0px;
	float:left;
	margin-top:20px;
	width:100%;
	
}
div.menu-footer{
	text-align:center;
	font-weight: normal;
	text-decoration: none;
	word-spacing: 1px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-variant: normal;
	margin-bottom:10px;
}
.menu-footer a{
color:#006633;
}

div.intera{
		text-align:center;
	padding-top:0px;
	height:16px;
	color:#fff;
	font-size:12px;
	outline:0;
	border:0;
	background-color:#FFF;
}
div.intera img{
		
	outline:0;
	border:0;	
}


div.panel{
	width:100%;
	border:0px;
	padding:10px;
	margin:0px;
	}
div.panel .panel-izq{
	width:599px;
	border-right:1px #ccc solid;
	padding:15px;
	float:left;
	}
div.panel .panel-der{
	text-align:center;
	border:0px;
	padding:0px;
	
	width:300px;
	float:left;
	}
	
	
	
	/*------------------*/
	div.panel .panelIzquierdo{ width:700px;	float:left; }
div.panel .panelDerecho{ 
	text-align:center;
	border:0px;
	padding:0px;
	
	width:230px;
	float:left;}
div.panel .panelDerecho .buscadorxtalla{ margin:5px; padding:5px;
	border:#c8e3f6 solid 1px;

		border-top-right-radius: 8px;
		-moz-border-top-right-radius: 8px;
		-webkit-border-top-right-radius: 8px;
	background:#f6fafd ;
			background: -webkit-gradient(linear, left top, left bottom, from(#f6fafd), to(#f6fafd));
			background: -moz-linear-gradient(top, #ffffff, #f6fafd);
			background: transparent\9;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6fafd'); }
			.cont-usuario input[type=button]{ cursor:pointer; background:#900; width:100%; color:#FFF; text-shadow: 0px 0px 0px #fff; }
			.cont-usuario input[type=button]:hover{ cursor:pointer; background:#4B0505; }
			.cont-usuario input[type=sumit]{ cursor:pointer;}
.cont-usuario input { 
	 width:500px; 
    padding: 5px;  
    font-size: 15px;  
    text-shadow: 0px 1px 0px #fff;  
    outline: none;  
	background:  #FFF;
    background: -webkit-gradient(linear, left top, left bottombottom, from(#dedede), to(#ffffff));  
    background: -moz-linear-gradient(top,  #dedede,  #ffffff);  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    border-radius: 3px;  
    border: 1px solid #717171;  
    -webkit-box-shadow: 1px 1px 0px #efefef;  
    -moz-box-shadow: 1px 1px 0px #efefef;  
    box-shadow:  1px 1px 0px #efefef;  
}  .cont-usuario input:focus {  
    -webkit-box-shadow: 0px 0px 5px #007eff;  
    -moz-box-shadow: 0px 0px 5px #007eff;  
    box-shadow: 0px 0px 5px #007eff;  
} 
.cont-usuario select{
	width:100px;
	height:25px;
	 
    font-size: 15px;  
    text-shadow: 0px 1px 0px #fff;  
    outline: none;  
	background: #FFF;
    background: -webkit-gradient(linear, left top, left bottombottom, from(#dedede), to(#ffffff));  
    background: -moz-linear-gradient(top,  #dedede,  #ffffff);  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    border-radius: 3px;  
    border: 1px solid #717171;  
    -webkit-box-shadow: 1px 1px 0px #efefef;  
    -moz-box-shadow: 1px 1px 0px #efefef;  
    box-shadow:  1px 1px 0px #efefef; 
	}
	.cont-usuario select:focus {  
    -webkit-box-shadow: 0px 0px 5px #007eff;  
    -moz-box-shadow: 0px 0px 5px #007eff;  
    box-shadow: 0px 0px 5px #007eff;  }
	.cont-usuario{  padding:10px; margin:10px 10px 0 0; 
	-webkit-border-radius: 8px;  
    -moz-border-radius: 8px;  
    border-radius: 8px;  
    border: 1px solid #717171; 
	background: #f2f2f2;
	
				background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
				background: -moz-linear-gradient(top, #fff, #f2f2f2);
				background: transparent\9;
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f2f2f2'); 
		}
	.cont-usuario textarea{ width:506px;}
	.cont-usuario table{ font-weight:bold; color:#666}
	
	
	.compra .submit {
	cursor:pointer;
	margin:5px 0px 10px 0px;
	color:1c408b;
	font-weight:bold;	
	width:120px;
	height:28px;
	border:inset #1c408b 2px;	
	 -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    border-radius: 5px;	
	-webkit-border-top-right-radius: 20px; /* Safari prototype */
	-moz-border-top-right-radius: 20px; /* Gecko browsers */
	border-top-right-radius: 20px; /* Everything else - limited support at the moment */	
	-webkit-border-bottom-right-radius: 20px; /* Safari prototype */
	-moz-border-bottom-right-radius: 20px; /* Gecko browsers */
	border-bottom-right-radius: 20px; /* Everything else - limited support at the moment */	
	background: #bf9228;	
				background: -webkit-gradient(linear, left top, left bottom, from(#ffe095), to(#bf9228));
				background: -moz-linear-gradient(top, #ffe095, #bf9228);
				background: transparent\9;
				filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffe095', EndColorStr='#ffbf9228');
					
	}
	.compra .submit:hover {
		
	border:outset #1c408b 2px;	
	background: #bf9228;	
				background: -webkit-gradient(linear, left top, left bottom, from(#bf9228), to(#ffe095));
				background: -moz-linear-gradient(top, #ffe095, #bf9228);
				background: transparent\9;
				filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffe095', EndColorStr='#ffbf9228');
				
	}
.compra{ padding-top:30px;
	background: #fff;	
				background: -webkit-gradient(linear, left top, left bottom, from(#ecf8fe), to(#a1c7d4));
				background: -moz-linear-gradient(top, #ecf8fe, #a1c7d4);
				background: transparent\9;
				filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#a1ecf8fe', EndColorStr='#a1a1c7d4');
				
				 }
				 
				 .p-content{width:100%; background:#fff; height:350px; border:0px; margin:10px 0px 0px 0px; padding:0px;}
.p-visual{ width:300px; background:#fff; height:300px;border:0px; margin:0px;  padding:0px; float:left; }
.p-info{ width:500px; background:#fff; height:300px;border:0px; margin:0px;  padding:0px; float:left;}
.facebook-like{ margin:5px}
.p-compra{ width:128px; background:#a1c7d4; height:300px; border:0px; margin:0px;  padding:0px; float:left; text-align:center;
	
	border-left:1px #CCC solid;
	border-top:1px #CCC solid;
	border-right:1px #CCC solid;
		border-top-right-radius: 8px;
		-moz-border-top-right-radius: 8px;
		-webkit-border-top-right-radius: 8px;}
 .add{
	border:#5c9ebf inset 2px; background-color:#FFF; width:120px; margin:auto;
	height:50%;
	 -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    border-radius: 5px;
	background: #e5f4fb;	
				background: -webkit-gradient(linear, left top, left bottom, from(#e5f4fb), to(#fff));
				background: -moz-linear-gradient(top, #e5f4fb, #fff);
				background: transparent\9;
				filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffe5f4fb', EndColorStr='#ffffffff');
				
				
	}
	.p-compra .add p{ font-size:9px; color:#000; text-align:justify; padding:5px;}
.p-info .precio{color:#b53; font-size:15px; font-weight:bold; float:left; }
.p-info .valor{ vertical-align:bottom;}
.tabla-valores{padding:5px 0px 5px 0px; margin:5px 0px 5px 0px;}
.tabla-valores table{  padding:0px; margin:0px;
	border:1px #CCC solid;
		border-bottom-left-radius: 8px;
		-moz-border-bottom-left-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		-moz-border-bottom-right-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;}
.tabla-valores table th{ border:0px; padding:0px; margin:0px;}
.tabla-valores table td{ border:0px; padding:0px; margin:1px; text-align:center; background-color:#ddd}
	
	
	div.panel{
	width:100%;
	border:0px;
	padding:10px;
	margin:0px;
	}
div.panel .panel-izq{
	width:599px;
	border-right:1px #ccc solid;
	padding:15px;
	float:left;
	}
div.panel .panel-der{
	text-align:center;
	border:0px;
	padding:0px;
	
	width:300px;
	float:left;
	}
	
	
	
	.panelIzquierdo{ float:left;  width:700px}
.panelDerecho{ background:#fff; height:300px; width:230px; float:left;}
.panelDerecho .buscadorxtalla{ margin:5px; padding:5px;
	border:#c8e3f6 solid 1px;

		border-top-right-radius: 8px;
		-moz-border-top-right-radius: 8px;
		-webkit-border-top-right-radius: 8px;
	background:#f6fafd ;
			background: -webkit-gradient(linear, left top, left bottom, from(#f6fafd), to(#f6fafd));
			background: -moz-linear-gradient(top, #ffffff, #f6fafd);
			background: transparent\9;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff6fafd'); }
.carro-head{ width:100%; margin:20px 0 0 0;}
.carro-lista{ width:100%; margin:0px 0 0 0;}
.carro-lista table{ width:699px; border:none; padding:0px; margin:0px;}
.carro-lista table th{ text-align:left; padding:0px 0px 0px 5px; height:30px; color:#222;
	background:#d7ebff;
		background: -webkit-gradient(linear, left top, left bottom, from(#d7ebff), to(#d4e8fc));
		background: -moz-linear-gradient(top, #d7ebff, #d4e8fc);
		background: transparent\9;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd7ebff', endColorstr='#ffd4e8fc');}
.carro-lista table .fin{ background:#CECFBF; height:1px}
.carro-lista .producto{ font-size:16px}
.carro-lista .small{ font-size:9px; text-align:center; width:100px;}	
.carro-lista .precio{ color:#900; font-weight:bold; text-align:center}
.carro-lista .precio-oferta{ color:#666; font-size:10px; text-align:center}
.carro-lista .codigo{ color:#666; vertical-align:top; font-size:9px;}

.carro-orden{ width:95%; margin:0px 0 0 0;}
.carro-orden table{ width:699px; border:none; padding:0px; margin:0px;}
.carro-orden table th{ text-align:left; padding:0px 0px 0px 5px; height:30px; color:#222;
	background:#FFEBA7;
		background: -webkit-gradient(linear, left top, left bottom, from(#FEFFBD), to(#FFEBA7));
		background: -moz-linear-gradient(top, #FEFFBD, #FFEBA7);
		background: transparent\9;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFEFFBD', endColorstr='#ffFFEBA7');}

.panelDerecho .comprar{ width:100%-2px;; height:250px;  margin:0px 0 0 0; border:#963 solid 1px; border-top:none; 
	background:#f2f2f2;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
		background: -moz-linear-gradient(top, #fff, #f2f2f2);
		background: transparent\9;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
	 }
.panelDerecho .titulo{ width:190px; margin: 20px auto 0 auto; height:10px;  color:#FFF;  padding:8px 0px 12px 5px; text-align:center; font-weight:bold;
	border-top-right-radius: 8px;
		-moz-border-radius-topright: 8px;
		-webkit-border-top-right-radius: 8px;
		background:#991d20;
		background: -webkit-gradient(linear, left top, left bottom, from(#991d20), to(#c62d31));
		background: -moz-linear-gradient(top, #991d20, #c62d31);
		background: transparent\9;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#991d20', endColorstr='#c62d31');}
		
	.orden{border:#c62d31 solid 3px; width:189px; height:180px; margin:auto; text-align:center;
		background:#F1F3DA;	
				background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F1F3DA));
				background: -moz-linear-gradient(top, #fff, #F1F3DA);
				background: transparent\9;
				filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#fff', EndColorStr='#F1F3DA');}
	.orden .texto{ padding:5px; font-size:10px;}
	.orden .total{ margin:auto; margin-top:5px; color:#333; font-weight:bold; font-size:16px;}
	.orden .valor{ margin:5px ; color:#333; font-weight:bold; font-size:18px; border:#333 solid 1px; padding:5px 10px 5px 10px; background-color:#FFF}
	.orden .submit {
	cursor:pointer;
	margin:auto;
	color:#000;
	font-weight:bold;	
	width:120px;
	height:28px;
	border:inset #1c408b 2px;	
	 -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    border-radius: 5px;	
	-webkit-border-top-right-radius: 20px; /* Safari prototype */
	-moz-border-radius-topright: 20px; /* Gecko browsers */
	border-top-right-radius: 20px; /* Everything else - limited support at the moment */
		
	-webkit-border-bottom-right-radius: 20px; /* Safari prototype */
	-moz-border-radius-bottomright: 20px; /* Gecko browsers */
	border-bottom-right-radius: 20px; /* Everything else - limited support at the moment */	
	background: #DAEBFF;	
				background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#DAEBFF));
				background: -moz-linear-gradient(top, #fff, #DAEBFF);
				background: transparent\9;
				filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#fff', EndColorStr='#DAEBFF');
					
	}
	.orden .submit:hover {
		
	border:outset #1c408b 2px;	
	background: #fff;	
				background: -webkit-gradient(linear, left top, left bottom, from(#DAEBFF), to(#E2F2E6));
				background: -moz-linear-gradient(top, #DAEBFF, #fff);
				background: transparent\9;
				filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffDAEBFF', EndColorStr='#ffffffff');}
				
				
				
				div.contacto-contenido{width:100%; height:600px; background-color:#fff;}
div.contacto-panel{width:910; position:relative; top:20px;}
div.contacto-panel-izq{width:455px; color: #474545;float: left;font-family: "verdana";font-size: 12px;line-height: 16px;margin:0px 5px 0px 5px;padding: 0px;text-align: justify;text-decoration: none;}
div.contacto-panel-der{width:455px; color: #474545;float: left;font-family: "verdana";font-size: 12px;line-height: 26px;margin:0px 5px 0px 5px;padding: 0px;text-align: justify;text-decoration: none; }

div.canvas{ width:100%;
		background-color:#fff;
		background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#f5f5f5));
		background: -moz-linear-gradient(top, #e2e2e2, #f5f5f5);
		background: transparent\9;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#f5f5f5');  }
div.contacto-titulo{width:100%; height:50px; margin:10px 0 0 0;
		background-color:#c62d31;
		background: -webkit-gradient(linear, left top, left bottom, from(#c62d31), to(#900));
		background: -moz-linear-gradient(top, #c62d31, #900);
		background: transparent\9;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d31', endColorstr='#900');}
div.contacto-titulo img { float:right; margin:0 5px 0 0}
div.contacto-titulo-nombre{position:relative; top:13px; left:5px; font-family: tahoma; font-size: 20px; text-transform:uppercase; line-height: 20px; color:#f5f5f5; font-weight:bold; float:left;}
div.contacto-social{height:50px; margin:0 0px 0 0; padding:5px; float:left; text-align:center}
div.contacto-social .texto{margin:20px 0 0 0; float:left;}
div.contacto-social img{float:left;}
div.contacto-social:hover{background:#CCC;}
			
			


	