
img, div, a, input  {behavior: url(iepngfix.htc) }

@font-face { 
font-family:gothic720; 
src: url('font/gothic720.eot');
src: local('Gothic720 Lt BT'), url('font/gothic720.ttf') format("truetype"); }

@font-face {
    font-family: 'dl';
    src: url('font/DIN_Light.eot');
    src: url('font/DIN_Light.eot?#iefix') format('embedded-opentype'),
         url('font/DIN_Light.woff') format('woff'),
         url('font/DIN_Light.ttf') format('truetype'),
         url('font/DIN_Light.svg#DIN_Light') format('svg');
    font-weight: normal;
    font-style: normal;
}


*{margin:0;
padding:0;
font-weight:normal;
list-style-type:none;
}


body{	
color:#333;
font-family: 'dl', helvetica,sans-serif;
background:#f0f0f0;


}


body.index{
	background:#2c2c2c ;


 }






/*GENERALES ***********************************************************************/
a {text-decoration:none;color:#005693;}  
a:hover{color:#000;}
a:active{color:#e22e0d;}

#separador {clear: both;visibility:hidden; height:0;}
*:focus{outline:none;}



/* CIERRA GENERALES ***********************************************************************/


#sombrita280 {
	display:none;
	position:absolute;
	width:280px;
	background:url('SVimagenes/sombrita280.png') no-repeat 0 0;
	height:16px;
	right:0;
	bottom:-16px;}







input#botonproducto.botonordenar {
	display: block;
	white-space:nowrap;
	padding: 3px; 
	cursor: pointer;
	margin:0 0 20px 0;
	font-size:11px;
	color:#005693;
	border:solid 1px #CCCCCC;
	padding:5px 10px;}
	
	input#botonproducto.botonordenar:hover {
		background:#151515;
		font:#ccc;}



/*Gradiente azul*/

.barra-horizontal ul li a:hover, .barra-horizontal ul li:last-child a:hover, #login form button:hover{

}


/*BLOQUES PRCINCIPALES DEL WEB SITE *********************************************/


#wrapper {
	width:1000px;
	margin:0 auto;
	position:relative;

	}

body.interno #wrapper  {
	}


#izquierda {
	display:none;
}

#centro {
	background-color:none;
	width:750px;
	float:right;
	letter-spacing:1px;
	padding:10px;
	-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;
-ms-box-sizing: border-box;    

}



#derecha {
	padding: 0;
	width:200px;
	margin:0 0 0 50px;
	float:left;
	position:relative;
	
	
}

#contenido {
	
	clear:both;
	margin:0 auto 20px auto;
		
}


#contenidoindex {
	clear:both;
	margin:10px auto;

	
}





/* ///////////// BLOQUES PRCINCIPALES DEL WEB SITE *********************************************/



/*CABEZOTA *********************************************************/





#cabezota {
	width:100%;
	height:0;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	background:#005693;}


body.interno #cabezota {

}


/*//// CABEZOTA *********************************************************/


















/*LOGO*/
 #cabezota  #logo{
	position:absolute;
		top:15px;
	height:64px;
	background-image:url(SVimagenes/logo.png);
	background-repeat:no-repeat;
-webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
				left:15px;
		width:250px;
	background-position:0 0;
		margin:0;
}


 #cabezota:hover  #logo,  body.interno #cabezota #logo{


}









/*MENU HORIZONTAL DINAMICO*****************************************************************************************************/

#cabezota .barra-horizontal {
	position:absolute;
	right:0;
		width:80%;

		height:94px;
	-moz-border-radius:10px;
-webkit-border-radius:10px ; 
-khtml-border-radius:10px; 
border-radius:10px; 
-webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;

}






.barra-horizontal ul {
	overflow:hidden;
	position:relative;
	height:94px;
		text-align:right;

	
}
.barra-horizontal ul li{
	display: inline;
	white-space:nowrap;

	
}
.barra-horizontal ul li a{
	text-transform:uppercase;
	color:#fff;
	font-size:14px;
	line-height:94px;
	padding:0 10px;
	display:inline-block;
	


}





.barra-horizontal ul li a:hover {
	color: #6FF;






	
}

.barra-horizontal ul li:first-child a{
-moz-border-radius:10px 0 0 10px;
-webkit-border-radius:10px 0 0 10px; 
-khtml-border-radius:10px 0 0 10px; 
border-radius:10px 0 0 10px; 
	}




 .barra-horizontal ul li a.actual{
	color: #fff ;
	text-decoration:none;
	text-shadow:0 0 5px rgba(255,255,255,0.8);
	}
	
 .barra-horizontal ul li a.actual:hover{
	color: #005693;

	}

/****************************************************CIERRA MENU HORIZONTAL DINAMICO*/





















































































/*LOGGUED  y LOGIN   *************************************************************************/
#login{
	position:fixed;
	height:240px;
	right:20px;
	overflow:hidden;
	width:200px;
	background:#FFF;
-webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;
		-moz-border-radius:3px 3px 0 0;
-webkit-border-radius:3px 3px 0 0; 
-khtml-border-radius:3px 3px 0 0; 
border-radius:3px 3px 0 0;
text-transform:uppercase;
z-index:1000;}

#login.off{	bottom:-204px;}
#login.on{	bottom:0;}
		
		




#login #titulo{
	background:#005693;
	color:#fff;
	text-align:center;
	padding:10px;
	-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;
-ms-box-sizing: border-box;
cursor:pointer;
font-size:13px;    }














/*form****/

#login form{ padding:10px;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;
-ms-box-sizing: border-box;
text-align:center;    }

#login form label{
	display:block;
	margin:0 0 8px 0;}

#login form label span{
	display:block;
	font-size:0.7em;
	margin:0 0 0 0;}

#login form input{
	border:solid 1px #D8D8D8;
	font-size:0.8em;
	padding:5px;
}

#login form button{
	padding:7px;
	border:solid 1px #EEE;
	color:#666;
	border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-khtml-border-radius:3px;

background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top,  #f9f9f9 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9f9f9 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9f9f9 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9f9f9 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

text-shadow:0 1px 0 rgba(255,255,255,0.9);
cursor:pointer;

}


#login form button:hover{
	background:#005693;
	color:#FFF;
	text-shadow: 0 -1px rgba(0,0,0,0.3)}

/*cerro form****/




/*acciones ****/
#acciones{ margin:0 10px;}

#acciones a{
	display:block;
	font-size:13px!important;
	margin:0 0 5px 0;
	text-align:center;
	}
	
#acciones a.registrate{
	color:#000;
	}
/*cerro acciones ****/











/*usuario ******************/
#usuario{
	border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
-khtml-border-radius:5px 5px 0 0;
	position:fixed;
	height:40px;
	bottom:0;
	left:10px;
	right:10px;
	-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;
-ms-box-sizing: border-box;


background: #005693; /* Old browsers */


box-shadow:0 -1px 6px rgba(0,0,0,0.14);
-moz-box-shadow:0 -1px 6px rgba(0,0,0,0.14);
-webkit-box-shadow:0 -1px 6px rgba(0,0,0,0.14);
z-index:3; 

  }

#usuario #nombre{text-transform:uppercase;
color:#fff;
float:left;
width:20%;
height:40px;
line-height:40px;
padding:0 0 0 20px;
font-size:1.5em;
}

#usuario ul{
	font-family:Arial, Helvetica, sans-serif;
	height:40px;
	float:left;
	font-size:0.8em;
	float:right;
	width:70%;
	overflow:hidden;
	text-align:right;}

#usuario ul li{ display:inline;
margin:0 20px 0 0;
line-height:40px;}

#usuario ul li a{
	color:#fff;}
	
#usuario ul li a.tieneunpedido{
	text-decoration:blink;
	color:#CF0;}

#usuario ul li a img{

display:none;}

#usuario ul li a:hover{ color:#6CF;}











@media only screen and (max-width:965px) {

#usuario #nombre{
display:none;
}

#usuario ul{
	font-size:0.7em;
}


}


/* // usuario ******************/























/*CIERRA LOGUED Y LOGIN ****************************************************************/





/*carrito ***************************************************/
#carrito{ margin:10px 0 20px 0;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;
-ms-box-sizing: border-box;    
 position:relative;
-webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
		display:none;
		text-align:center;
  

 }
#carrito h1{ 
border-top:40px solid transparent;
font-size:0.8em;
text-transform:uppercase;
color:#005693;}


#carrito #carritoimagen {
	width:40px;
	height:34px;
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -20px;}

#carrito #carritodato{
	padding:7px 0;
	margin:0 0 7px 0;
	border-bottom:dashed 1px #ccc;
	font-size:0.9em;
}



#carrito #carritodato:nth-of-type(3n)	{border-bottom:none!important;
padding:0;}

#carrito #boton{margin-right:0;}

/*cerro carrito ***************************************************/

























/*PEROLITO DE BUSCAR ARRIBA* *******************************************/
#cabezota #buscare {
	position:absolute;
	bottom:8px;
	right:5px;
	width:200px;
	height:30px;
	z-index:2;
	
	}
	
#buscare:hover form input {
	border:solid 1px #a90130;
	border-right:none;}
	
#buscare:hover form button {
	border:solid 1px #a90130;
	border-left:none;}

 #buscare form input, #buscare form button{
	float:right;
	margin:0;
	height:30px;
	-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;
-ms-box-sizing: border-box;
border:solid 1px #a90130;
	background: #F3F3F3;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:30px;
color:#999;
-webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;
 }

 #buscare form input{
	-moz-border-radius:10px 0 0 10px;
-webkit-border-radius:10px 0 0 10px; 
-khtml-border-radius:10px 0 0 10px; 
border-radius:10px 0 0 10px;
	width:170px;
	border-right:none;
	padding:0 10px;}

 #buscare form button{
	width:30px;
	-moz-border-radius:0 10px 10px 0;
-webkit-border-radius:0 10px 10px 0; 
-khtml-border-radius:0 10px 10px 0; 
border-radius:0 10px 10px 0;
border-left:none;
background:#525252 url('https://cms.venbano.com/SVcommon/images/lupa.png') no-repeat 50% 50%;
cursor:pointer;}


/* //// PEROLITO DE BUSCAR ARRIBA* *******************************************/








/*PBANNERS ************************************************************************************/
#pbanners{ margin:0 10px 20px 0;
}
#pbanners #bannercontainer{ 
width:100%;
cursor: pointer;
 background:url('https://cms.venbano.com/SVcommon/images/fondos/b20.png') repeat 0 0;  

}


#bannercontainer .bannner{
	margin-top:30px;
	margin-bottom:5px;
	letter-spacing:2px;
	background-repeat:no-repeat;
		width:100%;
	height:200px;
			-moz-background-size: 100% 100%;  
 -o-background-size: 100% 100%;  
 -webkit-background-size: 100% 100%;  
 background-size: 100% 100%;
 	
	}


#bannercontainer #caption{
	font-size:13px;
	color:#666;
	text-align:center;
	text-transform:uppercase;}
	
	#bannercontainer #caption:hover{
	color:#005693; }


/* cierra PBANNERS ************************************************************************************/









/*MENU DERECHA ***************************************************************************************************************************/
.menu {
	letter-spacing:1px;
	text-transform:uppercase;
  cursor: pointer;
text-shadow:0 1px 0 rgba(255,255,255,0.8);
text-align:right;
display:none;
width:100%!important;


	
}

body.index .menu {
	display:none;}





.menu ul.menu-1 li:last-child h2,.menu ul.menu-1 li:last-child h2:hover,.menu ul.menu-1 li ul.menu-2 li:last-child h3,.menu ul.menu-1 li ul.menu-2 li:last-child h3:hover,.menu ul.menu-1 li:last-child a,.menu ul.menu-1 li:last-child a:hover {
	border-bottom:none!important;
	box-shadow:none!important;
-moz-box-shadow:none!important;
-webkit-box-shadow:none!important;
background:none;}


/*comunes* para todos los  H*/
.menu ul.menu-1 li h2, .menu ul.menu-1 li ul.menu-2 li h3, .menu ul.menu-1 li ul.menu-2 li ul.menu-3 li h4, .menu a.articulo {
	margin-bottom:5px;
	display: block;
	color: #757575;
	
	-webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
  text-shadow:0 1px 0 rgba(255,255,255,0.8);

}


.menu ul.menu-1 li h2:hover, .menu ul.menu-1 li ul.menu-2 li h3:hover,.menu ul.menu-1 li ul.menu-2 li ul.menu-3 li h4:hover,.menu a.articulo:hover {
color: #005693;
text-shadow:0 0 5px rgba(255,255,255,0.8);


}

.menu ul.menu-1 li h2.activo, .menu ul.menu-1 li ul.menu-2 li h3.activo,.menu ul.menu-1 li ul.menu-2 li ul.menu-3 li h4.activo {
text-align:center!important;
line-height:1.2em;
color: #fff ;
text-shadow:0 0 7px rgba(255,255,255,1);
border-bottom: 1px solid #ccc;
background:#005693 url(https://cms.venbano.com/SVcommon/images/button-overlay.png) repeat-x 0 0!important;



}


.menu ul.menu-1 li:first-child h2.activo{

 }

/* //comunes*/











.menu ul.menu-1 {}
.menu ul.menu-1 li {padding:0 0 0;}

.menu ul.menu-1 li h2 {
	font-size:13px;
	line-height:13px;
	padding:17px;
	background:url(SVimagenes/separadorcategorias.png) no-repeat 0 100%; }

.menu ul.menu-1 li h2:hover {}

.menu ul.menu-1 li h2.activo {
font-size:18px;
}











.menu ul.menu-1 li ul.menu-2 {
	display:none;
	margin:0 3px 20px 0;
}
.menu ul.menu-1 li ul.menu-2 li {
	border:none;
	padding:0;
	

}
.menu ul.menu-1 li ul.menu-2 li h3 {
	font-size:14px;
	line-height:14px;
	padding:10px; 
  
}
.menu ul.menu-1 li ul.menu-2 li h3:hover {
}

.menu ul.menu-1 li ul.menu-2 li h3.activo {
font-size:17px;
}










.menu ul.menu-1 li ul.menu-2 li ul.menu-3 {
	margin:5px 0 0 0;
}
.menu ul.menu-1 li ul.menu-2 li ul.menu-3 li {
	border:0 none;
	
}
.menu ul.menu-1 li ul.menu-2 li ul.menu-3 {
	display:none; 
}
.menu ul.menu-1 li ul.menu-2 li ul.menu-3 li h4 {
	font-size:13px;
	line-height:13px;
	padding:8px; 
}

.menu ul.menu-1 li ul.menu-2 li ul.menu-3 li h4:hover {
	

}

.menu ul.menu-1 li ul.menu-2 li ul.menu-3 li h4.activo {
font-size:13px;
}

.menu ul.menu-1 li ul.menu-2 li ul.menu-3 li ul.menu-4 {
	display:none; 
}






.menu a.articulo {
	padding:5px!important;
	font-size:13px!important;
	
}
.menu a.articulo:hover {}

.menu a.articulo:active {
color: #fff ;
text-shadow:0 0 7px rgba(255,255,255,1);
border-bottom: 1px solid #333;
	
}













/*MENU derecha***************************************/


#handler{
	height:30px;
	background-color:#005693;
	background-position:95% 50%;
	background-repeat:no-repeat;
	text-align:left;
	color:#fff;
	font-size:14px;
	-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;
-ms-box-sizing: border-box;    
padding:0 0 0 10px;
text-transform:uppercase;
	line-height:30px;
	cursor:pointer;
	-webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;
		width:100%!important;
	  background-size: 18px 18px;
			-moz-border-radius:0 0 3px 3px;
-webkit-border-radius:0 0 3px 3px; 
-khtml-border-radius:0 0 3px 3px; 
border-radius:0 0 3px 3px; }
		
		
		#handler:hover{
			background-color:#000;}
	
#handler.abre{ background-image:url('SVimagenes/abajo.png')}
#handler.cierra{
	background-image:url('SVimagenes/arriba.png');
	background-color:#ACACAC; 
	color:#CCC;
display:none;}

















/*INFO INDEX : texto del titulo principal y el t4exto del index**************************************/

#infoindexcontainer{
	background:#dee0e1;
	margin:0 0 20px 0;
	padding:20px 0 0 0;
		overflow:hidden;
		height:620px;}

#infoindex{
	margin:0 auto ;
	width:99%;
	max-width:1000px;
	overflow:hidden;
	height:600px;

	}


#infoindex #texto{
	color:#666;
	font-size:14px;
		position:relative;
	text-align:justify!important;
		color:#151515;
		width:70%;
		float:left;
		padding:40px 0 0 0;	}
	
		
#infoindex #titulo{
		font-size:60px;
	line-height:60px;
	text-transform:uppercase;
	margin-bottom:20px; }
	
	#infoindex img#logo2{
		margin:0 0 15px -5px;}


	
	#infoindex #texto p{
		margin:0 0 20px 0;
		font-size:20px;}


#infoindex img#pimagenindex{
	float:right;
	height:600px;
}


a#botonote{
	display:inline-block;
	padding:20px 30px;
	text-transform:uppercase;
	color:#fff;
	background:#005693;
	font-size:18px;
	-moz-border-radius:3px;
-webkit-border-radius:3px; 
-khtml-border-radius:3px; 
border-radius:3px;
margin:20px 0 0 0;}

a#botonote:hover{
	background:#151515;}

/*CENTRO INDEX : texto del titulo principal y el t4exto del index**************************************/



/*BLOQUES O LISTADOS ***********************************************************************/



#listadosenelindex{ border-top:solid 20px transparent;}

#destacados {margin:0 auto;
max-width:1200px;}

#destacados #item {
	margin:0 2% 20px 0;
width:23.5%;
height:230px;
float:left;
overflow:hidden;
padding:10px;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;
-ms-box-sizing: border-box;
background:#FFF;   
-webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
	
  
 }




body.index #destacados #item {
height:300px;
  background:#252525; 
 }

body.index #destacados #item:hover {
  background:#171717; 
 }


#destacados #item:hover{background:#005693; color:#FFF!important;}

#destacados #item:nth-of-type(4n){
	margin-right:0; }

#item img {
border:none;
	 width:100%;
margin:0 0 2px 0;
-webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
		 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */}

#item:hover img{
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);



	}

#item #titulo {
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:1px;
	font-weight:bold;
	text-align:center!important;}
	
	#item:hover #titulo, 	#item:hover #titulo a {
		color:#fff!important;
}

body.index #destacados #item #titulo a {
			color:#fff!important;
 }

#item #resumen {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	line-height:1.2em;
margin: 5px 0 10px 0;
text-align:center!important;
color:#696969!important;}

#item:hover #resumen, #item:hover #resumen p  {
color:#fff!important;}


#item #resumen p{
		font-size:1em;
	line-height:1.0em;
margin: 0 0 10px 0;
text-align:center!important;
color:#696969!important;}

body.interno #item #resumen , body.interno #item #resumen p{
		font-size:11px;
	line-height:1em;

}



#item #dato.precio {
	text-align:center;
	font-size:0.8em;}
	
	#item:after{
		content:"+";
		display:block;
		height:25px;
		font-size:25px;
		line-height:25px;
		width:25px;
		position:absolute;
		bottom:5px;
		right:5px;
		text-align:center;
		color:#666;
			filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;}	


	#item:hover:after{
		filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: rotate(90deg); 
-moz-transform: rotate(90deg) ; 
-o-transform: rotate(90deg) ;
-ms-transform: rotate(90deg);
}



/* /////BLOQUES O LISTADOS *********************************************************************/









/*PEROLITO DE  BUSCAR DEL CENTRO ****************************************************************************************************************************/

 #centro #buscare {
	margin:0 auto;
	width:372px;
	border-bottom:20px solid transparent;
}

 #centro #buscare form {
	padding:0px;}


#centro #buscare form input {

	padding:0 0 0 10px;
	height:38px;
	width:300px;
	font-size:16px;
	background:#f2f2f2;
	border:1px #ccc solid;
	box-shadow:inset 1px 1px 4px rgba(0,0,0,0.2);
-moz-box-shadow:inset 1px 1px 4px rgba(0,0,0,0.2);
-webkit-box-shadow:inset 1px 1px 4px rgba(0,0,0,0.2);
color:#999;
-webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
  float:left;


}

 #centro #buscare form input:hover {
	color:#000;
box-shadow:inset 1px 1px 6px rgba(0,0,0,0.3);
-moz-box-shadow:inset 1px 1px 6px rgba(0,0,0,0.3);
-webkit-box-shadow:inset 1px 1px 6px rgba(0,0,0,0.3);
background:#fff;
 
	
}

#centro #buscare form input:focus {
border:solid 1px #333;

	
}




#centro #buscare  form input#submit-busqueda {
	border:1px transparent solid;
	height:40px;
	width:60px;
	background:  url(https://cms.venbano.com/SVcommon/images/fondo-lupa-naranja.jpg) no-repeat center center; 
		line-height:38px;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	cursor: pointer;
font-size:14px;
color:#fff;
-webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
  border:none;
  float:left;
 


}



#centro #buscare  form input#submit-busqueda:hover {
	
background: #000 url(https://cms.venbano.com/SVcommon/images/lupa.png) no-repeat center center; 
color:#fff;	
	
	
}





/* CIERRA PEROLITO DE  BUSCAR **********************************************************************************************/














/*ESTILOS DE TEXTO DEL CENTRO******************************************************************************/




 #centro #articulo {
color:#4b4b4b;
margin:10px 0 0 10px;




}




#centro #nav {
	text-align:right;
	width:120px;
	float:right;
	margin:10px 0 0 0;
	display:none;}

#centro #nav a{
}
	
#nav #icononavegador  {
	height:32px;
	width:32px;
display:inline-block;
margin-left:8px;

	}

#icononavegador.iconovolver {
	background:url(SVimagenes/volver.jpg);
	float:right;  }

#icononavegador.iconosubir {
	background:url(SVimagenes/indice.jpg);
	float:right;
  }
  
  #icononavegador.iconovolver:hover {
	background:url(SVimagenes/volverhover.jpg);
	float:right;  }
	
	  #icononavegador.iconosubir:hover {
	background:url(SVimagenes/indicehover.jpg);
	float:right;  }





#centro #nav img:hover {
filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


#flecha-subir {
float:right;
filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
-webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;}


#flecha-subir:hover {filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}











img#pimagen {
	width:300px;
	margin:0 10px 10px 0;
	-moz-border-radius:10px;
-webkit-border-radius:10px; 
-khtml-border-radius:10px; 
border-radius:10px;
border:#ccc solid 1px;
float:left;
position:relative;
 

	
}




#centro p, #centroform p {
	font-size: 15px;
	line-height: 19px;
	margin:10px 0 0 0;
	text-align:justify;
	
	
}

	
	



#centro h1, #centro h2, #centro h3, #centro h4, #centroform h1, #centroform h2, #centroform h3 {
	color:#4b5571;
text-transform:uppercase;

}



#centro h1, #centroform h1 {
	color:#005693;
	font-size:50px;
	line-height:55px;
	margin:0 0 5px 0;
	padding:0 0 3px 0;
	clear:both!important;
	display:block!important;
	border-bottom:1px dotted #ccc;
	letter-spacing:-2px;
	text-align:center;

	
	
	

}

	
	
#centro h1.tituloproducto{
	color:#005693;
	font-size:25px;
	line-height:38px;
	padding:0 5px;
}

	




#centro h2, #centroform h2 {
	font-size: 30px;
	line-height:30px;
	font-weight: normal;
	margin: 15px 0 5px 0;
	color:#005693;

	
	
	
}

#centro h3, #centroform h3 {
	font-size: 20px;
	line-height:20px;
	font-weight: normal;
	margin: 15px 0 5px 0;
	


}

#centro h4, #centroform h4 {
	font-size: 17px;
	line-height:17px;
	font-weight: normal;
	margin: 15px 0 5px 0;
	text-shadow:none;
	
}



#centro  ul {
	font-size: 15px;
	padding: 0px;
	display: block;
	margin:15px;
	
}

#centro li {
	list-style: circle inside;
	margin: 0 0 10px 15px;
	padding: 0px;	
}




.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }












#codigohtml{
	margin:10px 0;}































p.breadcrums {
	font-size:13px!important;
	color:#999;
	margin:0 0 5px 0!important;
	padding: 0px!important;
	text-align:right!important;
	text-transform:uppercase;
	text-align:center!important;

}
p.breadcrums a{

}
p.breadcrums a:hover {
	color:#000;
    text-decoration:underline;
}


























.cosas {
	margin:0;

	
}
.adjuntos {


}
.externos {


}
.adjuntos h2, .externos h2, .galeria h2, #comentarios h2, #resultadosbusqueda h2 {
	font-size:25px!important;
	line-height:25px!important;
	margin:10px 0 5px 0!important;
	
	

	
}

.adjuntos h2, .externos h2 {display:none;}



.galeria h2 a{
	
}
.galeria h2 a:hover {
    
	text-decoration:underline;
}
.adjuntos h3 a, .externos h3 a, #boton {
	display: block;
	white-space:nowrap;
	padding: 10px; 
	cursor: pointer;
	margin:0 0 20px 0;
	font-size:13px;
	color:666;
	background:#005693;
	color:#FFF;

 

}

.adjuntos h3 a:hover, .externos h3 a:hover,#boton:hover {
	background:#000;
	
    
}
#boton{
	display:inline-block;
	margin:0 10px 0 0;}

.adjuntos h3 , .externos h3  {
	
	
}


#botones-acciones-articulo{
	text-align:right;
	margin:10px 0 10px 0;}



















/* PAGINA DE RESULTADOS DE BUSQUEDA ****************************************************************/



form#ordenar{}
form#ordenar label{}
form#ordenar label span{
	display:block;
	font-size:12px;
	margin:0 0 5px 0;}
form#ordenar select{
		background:#f2f2f2;
	color:#666;
		border:solid 1px #ccc;
	height:28px;
	font-size:12px;
	box-shadow:inset 1px 1px 3px rgba(0,0,0,0.8);
-moz-box-shadow:inset 1px 1px 3px rgba(0,0,0,0.8);
-webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,0.8);
padding:5px;
}

form#ordenar select:hover{}

form#ordenar select option[selected]{
	background:#d50078!important;
	color:#FFF;}



form#ordenar select option:hover{
	background:#d50078!important;
	color:#FFF;}






#resultado {
	overflow:hidden;
	padding:10px;
	margin:10px;
	border:#ccc 1px solid;
	background:#f2f2f2;
	box-shadow:0 1px 1px rgba(255,255,255,0.8);
-moz-box-shadow:0 1px 1px rgba(255,255,255,0.8);
-webkit-box-shadow:0 1px 1px rgba(255,255,255,0.8);
-webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
		-moz-border-radius:10px;
-webkit-border-radius:10px; 
-khtml-border-radius:10px; 
border-radius:10px; 




}

#resultado:hover {
	background: #FFF;
	border:solid 1px #dddddd;
	box-shadow:inset 1px 1px 4px rgba(0,0,0,0.3);
-moz-box-shadow:inset 1px 1px 4px rgba(0,0,0,0.3);
-webkit-box-shadow:inset 1px 1px 4px rgba(0,0,0,0.3);


	

}
#resultado img {
	float:left;


}
#resultado .rtexto {
	float:right;
	padding:0px;
	margin: 0px;
	width:560px;
}

#resultado .rtexto h3 {
	margin: 0px!important;
	padding: 0px!important;
	font-size:25px;
	line-height:25px;
	letter-spacing:normal;
	}

#resultado .rtexto h3 a{
	
}

#resultado .rtexto h3 a:hover{
	
}


#resultado .rtexto p {
	font-size:14px;
	line-height:14px;
	color:#555;
	margin: 0px!important;
	padding: 0px!important;
}
#resultado .rtexto p.fecha {
	font-size:12px!important;
	text-align:right;
	color:#818181;
	margin:5px 0 0 0!important;
}


#resultado .rtexto p.breadcrums {
	font-size:12px;
	color:#818181;
	margin:0!important;
	padding:0!important;
}
/* PAGINA DE RESULTADOS DE BUSQUEDA ****************************************************************/




















/*Imagen de Categoria****************************************************/


#imagencategoria{
	overflow:hidden;
	height:300px;
	background-position:50% 50%;
	-moz-background-size: 100% auto;  
 -o-background-size: 100% auto;  
 -webkit-background-size: 100% auto;  
 background-size: 100% auto; 
	}



/*Imagen de Categoria****************************************************/







/*caja de fotos***********/
#formcaja {   }


#caja {width:100%;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;
-ms-box-sizing: border-box;
position:relative;
background:#ccc;
padding:10px;


 }

#caja.cajaarticulo{
	 }


#caja a { vertical-align:top;}

#caja img{ border:solid 1px #f2f2f2;}

#caja img#pimagenproducto, #caja img#pimagenarticulo{ width:100%;
height:auto;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;
-ms-box-sizing: border-box;    }

#caja img#pimagenarticulo{}



#cajagaleria {
	width:100%;
	margin:5px 0 0 0;


}




#cajagaleria #titulo{display:none;}

#cajagaleria img { 
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;
-ms-box-sizing: border-box;    
display:block;
float:left;
width:25%;
margin:0 0 0 0;
cursor:pointer;
	background:#151515;
	-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;    }

#cajagaleria img:hover {
	padding:10px;
} 




#caja img.iconito {
	width:30px;
 border:none;
margin:0;
-moz-border-radius:none;
-webkit-border-radius:none; 
-khtml-border-radius:none; 
border-radius:none;
vertical-align:middle;  }










#cajagaleriaarticulo{ width:100%;
}

#cajagaleriaarticulo a{
	float:left;
	display:block;
	width:25%;
 }

#cajagaleriaarticulo a img{
	width:100%;
	height:auto;}









/*cerró caja*/











/*Detalle del producto ***********************/

#productoresumen{
	margin:10px 0;
		font-size:1em;
		text-transform:uppercase;
		text-align:center;}
		
		
		
#botonesproducto { margin:0 0 2px 0; text-align:right; display:none;}

#botonesproducto.botonesarticulo{
	}

#botonesproducto a, #botonesproducto input#botonproducto, #botonesproducto #precio,#botonesproducto #noprecio, #botonesproducto select {
margin:0 3px 0 0;
padding:0 10px;
height:30px;
line-height:30px;
display:inline-block;
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.5);
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;
-ms-box-sizing: border-box; 
background:#005693;
border:none;
cursor:pointer;
font-size:12px!important;
text-transform:uppercase;  }

#botonesproducto #noprecio{background:rgba(0,0,0,0.5);}



#botonesproducto a:hover, #botonesproducto input#botonproducto:hover, #botonesproducto select:hover, #botonesproducto #precio:hover{
	background:#151515;
	color:#fff;
	text-shadow:0 -1px 0  rgba(0,0,0,0.4);
	}


#botonesproducto select {
height:30px;
padding:0 0 0 10px!important;

}

#botonesproducto #precio{ background:#666;}
	
#precio.descuento{}
#noprecio{}

		
		
#datos { text-align:left;
margin:10px 0;
}
#datos #datoadicional { 
display:inline-block; 
background:#cdcdcd; 
padding:7px;
color:#333;
font-size:0.9em;
margin:0 0 10px 10px; }

#datos #datoadicional:first-child { 
margin:0 0 10px 0; }






#textoproducto{ border-top:solid 20px transparent;}
	
/*Detalle del producto ***********************/















































#fechaactualizacion{text-align:right; 
font-size:13px; 
color: #999; 
margin:5px 10px 5px 0;}





#compartidor {}
#compartidor a{ margin:0 10px 0 0;}





































































































#twitter {
	margin-top: 20px;
}








	
	




















































/*FOOTER*/



	

#footer {
	margin: 20px auto 0 auto;
	padding:0 0 45px 0;
	width:100%;
	background:#151515;


}

#footer a {color:#fff;}

#footermenu {
margin-top:0px;
margin-bottom:10px;
text-align:center;
height:40px;
}






#footermenu ul {
	margin:10px 0 0 0;
	padding:10px 0 10px 0;
	border-top:dotted 1px #DFDFDF;
}

#footermenu ul li {
	line-height:40px;
	display:inline;
	padding:0 5px;
	
}
#footermenu ul li a {
	text-transform:uppercase;
	color:#ccc;
	font-size:14px;
	line-height:45px;
	padding:0 10px;
	display:inline-block;
	-webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;
	
	
}

#footermenu ul li a:hover {
	color:#005693;
	
}

#footermenu ul li a.actual:hover{
	color: #005693;

	}












#footer #footerleft {
	margin:20px 0 0 0;}
	
#footerleft	#textofooter {
	font-size:0.8em;
	line-height:1.2em;
	color:#ccc;
	margin:0 0 10px 0;
	text-align:center
	}









#footer #footerright {
	
	
}




















/*REDES SOCIALEs*/

#footerright #redessociales { text-align:center; }



#redessociales #icono {
	display:inline-block; 
	height:32px;
		width:32px;
	-webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out; }


#icono.facebook {
	background-image:url(SVimagenes/faceicon.png);
	margin-right:20px; }
	
	
#icono.twitter {
	background-image:url(SVimagenes/twittericon.png);
	margin-right:20px;	}
	

	
#icono.email {
	background-image:url(SVimagenes/email.png);
	}
	











/*codigo abierto en el index*/


#youtube {
	text-align: center;
	margin-top: 20px;
}
#youtube h1 {
	text-align: left;
}
/*codigo abierto en el index*/




























#preloader {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(https://cms.venbano.com/SVcommon/images/preloaders/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}














/* ul clientes  *************************************/

ul#clientes{
	margin:0;
	padding:0;
	overflow:hidden;}


ul#clientes li{
	display:block;
	background:#FFF;
	width:32%;
	padding:15px;
	float:left;
	margin:0 2% 20px 0;
	-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;
-ms-box-sizing: border-box;
text-align:center;
list-style-type:none;
height:350px;

   }

ul#clientes li:nth-of-type(3n){margin-right:0;}

ul#clientes li img{ width:100%;}


ul#clientes li h1{ 
margin:0 0 10px 0;;
line-height:1em;
display:block;
-webkit-transform: translate(0,0);
font-size:20px;
left:0;}

ul#clientes li span{ display:block!important;
margin:0 0 10px 0;
font-size:12px;}

ul#clientes li span:last-child{ margin-bottom:0;
}







@media only screen and (max-width:600px) {

ul#clientes li{
	display:block;
	background:#FFF;
	width:90%;
	padding:15px;
	float:none;
	margin:0 auto 20px auto;
height:auto;
   }
			
			ul#clientes li:nth-of-type(4n){margin-right:auto;}
			
			ul#clientes li img{ width:60%;}

ul#clientes li h1{ font-size:26px!important;
}
}



/*cerro ul clientes **********************************/