@import url('uvfont2.css');

@font-face {
  font-family: 'lato';
  src: url('https://www.fiestadelosmayos.es/css/Lato/Lato-Regular.ttf')format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'lato-light';
  src: url('https://www.fiestadelosmayos.es/css/Lato/Lato-Light.ttf')format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'lato-bold';
  src: url('https://www.fiestadelosmayos.es/css/Lato/Lato-Bold.ttf')format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


body {
	/*font: 100%/1.4 Arial, Verdana, Helvetica, sans-serif;*/
	font-family: 'lato', sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	padding-right: 5px;
	padding-left: 5px; 
}

h1{
font-size:1.3em;
text-decoration:underline;	
}

h2{
font-size:1.3em;	
text-decoration:underline;	
text-indent:10px;
font-weight:100;
font-family:'lato-light';
}

a img { 
	border: none;
}

a:link {
	color: #000;
	text-decoration: underline; 
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

figure{
margin:0px;
padding:0px;
}

aside{
margin:0px;
padding:0px;
}


.ocultable{
display:none;	
}

/****************************FIN GENERICOS*****************************/


/**************************ESTRUCTURA**********************************/
#cookies #boton-cookb
{
display:none!important;	
}
.container {
	width: 960px;
	background: #FFFFFF url(images/cuadroazul/fondo-cont.png) repeat-x left top;
	margin: 0 auto;
}

.htmlsuperior{width:100%;max-width:1140px;margin:0px auto;}

.container > header{background: url("images/fondo-header.png")left top repeat-x;
height:340px}

.header {
	width:1140px;
	height:266px;
}

.sidebar1 {
	float: left;
	width: 228px;
	display:none;
	margin-top:71px;
}
.content {
	/*width: 890px;
	float: left;*/
	font-size:1em;
	text-align:justify;
	padding:15px;
	padding-top:20px;
	margin-bottom:15px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

.contentpoliticas{
width:900px;
padding-left:20px;
padding-right:20px;
}

.contentpoliticas .bienvenida{
background-color:#F5f5F5;
padding:10px;
padding-top:0px;
margin-top:10px;
margin-bottom:10px;	
border-radius:5px;
}


.sidebar2 {
width:0px;
display:none;
}

.content ul, .content ol { 
	padding: 0 5px 5px 0px; 
	padding-left:20px;
}

.ordenar{
border-top:1px #000 solid;
border-bottom:1px #000 solid;	
padding:5px;
clear:both;
}

.ordenar img{
padding-right:5px;	
}

#migas
{
position:relative;
/*left:-243px;*/
padding: 8px 8px 8px 10px;
background: #D46013 none repeat scroll 0% 0%;
width: 1102px;
box-sizing: border-box;
color:#fff;
}

#migas a{color:#fff;}

#migas ul{
margin:0px;
padding:0px;
}
#migas ul li{
display:inline;
margin:0px;
padding:0px;
}
/***************************************FIN ESTRUCTURA*******************************/

/**************************************CONTENIDOS**********************************/

.formoculto{display:none}
#mostrarform{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	padding:10px;
	border:1px #000 solid;
	border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	text-decoration:none;
	font-size:1.1em;
	transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	}

#mostrarform:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	
	}
.botonform{padding-top:15px;padding-bottom:15px;}


.mensaje-envio, .mensaje-pago{
padding:5px;
background-color:#ccc;	
margin-top:10px;
}

/*****ADMINISTRADOR*****/
/*.administrador{
width:100%;
position:absolute;
display:none;
top:0px;
left:0px;
height:28px;
color:#fff;
background: url(/images/barra-admin/fondo_barra_menu.jpg) left top repeat-x;
border-bottom:1px #fff solid;
}

#madmin{
width:960px;
margin:0px auto;	
}

#madmin ul{
width:702px;
float:left;	
background: url(/images/barra-admin/separador.png) left top no-repeat;
}

#madmin ul li{
display:inline;
list-style:none;
float:left;
width:auto;	
padding-left:8px;
padding-right:8px;
padding-top:1px;
height:28px;
background: url(/images/barra-admin/separador.png) right top no-repeat;

}

#madmin ul li img{
vertical-align:middle;	
}

#madmin ul li a, .desconectar ul li a{
color:#FFF !important;
text-decoration:none;
display:block;

}

#madmin ul li:hover, .desconectar ul li a{
background-color:#333;	
}

.desconectar{
width:auto;
float:left;	
}

.desconectar span{
width:auto;
float:left;	
padding-right:5px;
padding-top:2px;
text-align:right;
}

.desconectar ul{
float:left;	
background: url(/images/barra-admin/separador.png) left top no-repeat;
padding-left:2px;
}

.desconectar ul li{
list-style:none;
display:inline;
float:left;
width:auto;
padding-left:5px;
padding-right:5px;
padding-top:2px;

background: #333 url(/images/barra-admin/separador.png) right top no-repeat;
	
}*/

/****FIN ADMINISTRADOR***/


.logo{
width:180px;
height:90px;
position:relative;
top:48px;
left:15px;
}

#banderas {
	margin:0px;
	padding:0px;
	float:right;
padding-left:5px;
position:relative;
top:-153px;
	text-align:right;
	width:75px;
}

#banderas img{
vertical-align:middle;	
margin-right:5px;
}

#banderas a{
padding:0px;
margin:0px;	
}


#buscador fieldset {
	border:0;
	padding:0px;
	padding-left:5px;
}
#buscador legend {
	margin:5px 0;
	padding:0;
	font-size:0em;
}
#buscador label {
	float:left;
	font-size:0.8em;
	text-align:right;
	padding:5px;
	padding-top:0px;
	padding-bottom:0px;
}
#buscador input {
	width:100px;
}

.submit input{
width:70px !important;
margin-left:5px;	
}

#buscador #buscar {
	width:90px;
	float:none;
}
#buscador div {
	float:left;
	margin:5px 0;
}

#subseccionesp{
display:none;	
}

#subsecciones{
	background: #6D1C00;
	border:0px #ffb401 solid;
	overflow:hidden;
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
	color:#fff;
}

#subsecciones ul{
display:inline;
}

#subsecciones ul li{
list-style:none;
float:left;
border-right:1px #fff solid;	
padding:5px;
padding-left:10px;
padding-right:10px;
}

#subsecciones ul li a
{
	color:#fff;
	font-size:1.1em
}

#subsecciones ul li:last-child
{
border:0px;	
}

#top h1{
font-size:0px;	
}

.bienvenida{
}

.bienvenida-foto{
width:740px;	
}

.imagen-reportaje{
text-align:center;	
}

.fotogrande, .fotogrande-producto{
text-align:center;	
padding-bottom:10px;
}

.fotogrande ul, .fotogrande-producto ul{
padding:0px;
margin:0px;
}

.fotogrande ul li, .fotogrande-producto ul li{
list-style:none;	
}

.fotogrande img{
margin-top:10px;
}

.redes{
clear:both;	
}

.audio{
margin-top:10px;
margin-bottom:10px;	
}

.video{
margin-top:10px;
margin-bottom:10px;	
}

.videos ul li
{
display:inline-block;
margin-bottom:10px;
margin-right:10px;
list-style:none;
vertical-align:top;	
text-align:center;
width: 32.2%;
border: 1px #ffb401 solid;
box-sizing: border-box;
padding: 5px;
}

.imagen-video
{
position:relative;
}

.videos ul li img
{
max-width:200px;	
}

.play
{
background:url("https://www.superweb.net/images/play.png") center no-repeat;
height:39px;
width:55px;	
position:absolute;
top:35%;
left:35%;
}


.galeria, .videos{
	margin-top:10px;
	margin-bottom:10px;
}

.galeria ul{
margin:0px;
padding:0px;	
}

.galeria ul li{
list-style:none;
/*float:left;*/
display:inline-block;
margin-right:13px;
margin-left:10px;
margin-bottom:10px;
padding:5px !important;
padding-bottom:2px !important;
border:1px #ffb401 solid;
width:22.7%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-o-box-sizing:border-box;
vertical-align:top;
text-align:center;
}

.galeria ul li a, .videos ul li a{text-decoration:none;color:#D46013}
.galeria ul li a:hover, .videos ul li a:hover{text-decoration:underline}

.galeria ul li img{
/*width:150px;	*/
max-width:100%;
}


.descargas{
	padding:0px;
	margin:0px;
	background: #FFE7AD;
	border:0px #ffb401 solid;
	border-radius:5px;
	overflow:hidden;
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:10px;
	clear:both;
}

.descargas ul{
margin:0px;
padding:0px;
padding:10px;	
}

.descargas ul li{
list-style:none;
clear:left;
margin-bottom:10px;	
}

.descargas ul li img{
vertical-align:middle;	
float:left;
padding-right:5px;
padding-bottom:5px;
}

.reportajes-portada{
	padding:0px;
	margin:0px;
/*	background: #e9e9e9;
	border:1px #ffb401 solid;*/
	overflow:hidden;
	width:100%;
	padding-bottom:10px;
	text-align:left;
}

.reportajes-portada h2{
margin-top:0px;	
background:#ffb401;
color:#fff;
}

.reportajes-portada ul{
	padding:0px;
	margin:0px;
	display:inline;	
}

.reportajes-portada article
{
display:inline-block;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-ms-box-sizing:border-box;
height:auto;
vertical-align:top;
width:32%;
}

.reportajes-portada ul li{
list-style:none;
/*float:left;*/
/*margin-left:12px;	*/
width:100%;
/*margin-top:10px;
display:block;*/
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-ms-box-sizing:border-box;
height:auto;
vertical-align:top
}

/*.reportajes-portada ul li img{
float:left;	
padding:5px !important;
border:1px #ffb401 solid;
margin-right:5px;
margin-bottom:5px;
background:#FFF;
}

.reportajes-portada ul li span{
}*/

.reportajes-portada ul li a{
font-weight:bold;	
text-decoration:none;

}

.reportajes-portada ul li a:hover{
text-decoration:underline;
}



.reportajes ul,.reportajes-portada div{
	padding:0px;
	margin:0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: space-between;
}

.reportajes-portada ul{justify-content:start !important}

.reportajes ul li, .reportajes-portada article{
/*float:left;*/
	/*margin:15px 0 0 20px;*/
	/*padding:10px 5px 5px 5px ;*/
	list-style:none;
	/*width:17.35%;*/
	/*height:120px;*/
	height:auto;
	border:1px #ffb401 solid;
	text-align:center;
	vertical-align:top;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	/*display:inline-block;*/
	background:#f9f9f9;

	flex-basis: 24%;
width: auto;
height: auto;
padding: 0px;
    padding-bottom: 0px;
margin: 0px;
    margin-bottom: 0px;
float: none;
padding-bottom: 10px;
margin-bottom: 15px;
font-size: 1.2em;
}

.reportajes-portada article{box-sizing:border-box;width:32.3%;flex-basis:32.3%;margin-left:0.5%;margin-right:0.5%}

.reportajes ul li img, .reportajes-portada article img{max-width:100%}

.paginacion {
	text-align:center;
	clear:both;
	padding:10px;
	font-size:1.1em;
	overflow:hidden;
	
}

.paginacion ul {
	margin:10px;
	padding:0;
	display:block;
}

.paginacion ul li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:15px 0 0 22px;
padding:0;
text-align:center;
}

.paginacion ul li a {
	margin:0;
	display:block;
	text-decoration:none;
}

.paginacion ul li a:hover {
	text-decoration:underline;
}

.paginacion a{
	background-color:#dedede;
	border:1px #000 solid;
	padding:4px;
	margin-left:5px;
	text-decoration:none;
}

.fecha, .fechaagendaportada{
font-size:0.9em;	
color:#2e2e2e;
}

.tiponoticiasportada, .tiponoticias{
display:inline-block;	
}

.agendaportada
{
width:100%;
padding:15px;
background:#e9e9e9;	
padding-left:0px;
padding-right:0px;
}

.agendaportada h2
{
width:100%;
max-width:1140px;
margin:0px auto;
}

.agendaportada ul{
margin:0px;
padding:0px;	
width:100%;
max-width:1140px;
margin:0px auto;
margin-top:15px;
}

.agendaportada ul li{
list-style:none;	
display:inline-block;
}

.noticias-portada, .noticias, .agenda, .agendaportada{
margin-bottom:10px;	
margin-top:25px;
}

.noticias-portada dl, .noticias dl, .agenda dl, .agendaportada ul li{
	margin-bottom:10px;
	/*border:1px #ffb401 solid;*/
	overflow:hidden;
	padding:10px;
/*	width:920px;*/
}

.agendaportada ul li
{
display:inline-block;
width:48.5%;
margin-left:7px;
margin-right:8px;
vertical-align:top;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
background:#fff;
transition:0.3s;
-webkit-transition:0.3s;
-o-transition:0.3s;
-ms-transition:0.3s;
box-shadow: 0px 0px 5px #aaa;
-webkit-box-shadow: 0px 0px 5px #aaa;
-o-box-shadow: 0px 0px 5px #aaa;
-ms-box-shadow: 0px 0px 5px #aaa;
border:0px;
}

.agendaportada ul li:hover
{
box-shadow: 0px 0px 0px #aaa;
-webkit-box-shadow: 0px 0px 0px #aaa;
-o-box-shadow: 0px 0px 0px #aaa;
-ms-box-shadow: 0px 0px 0px #aaa;
}

.noticias-portada article
{
	width:49.8%;
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;	
padding-left:15px;
padding-right:15px;
transition:0.3s;
-webkit-transition:0.3s;
-o-transition:0.3s;
-ms-transition:0.3s;
padding:0px;
background:#fff;
margin-bottom:15px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
padding-right:20px;
}

.noticias-portada dl, .noticias-portada dt, .noticias-portada dd, .noticias-portada article dt:after
{
transition:0.3s;
-webkit-transition:0.3s;
-o-transition:0.3s;
-ms-transition:0.3s;
	
}

.noticias-portada dl
{
width:100%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;	
border:0px;
padding:0px;
margin:0px;
position:relative;
}

.noticias-portada article:hover
{
background:	#ffb401;
color:#fff;
}

.noticias-portada article:hover dt:after
{
background:	#ffb401;
}

.noticias-portada article:hover a, .noticias-portada article:hover .fecha
{
color:#fff;	
}
.noticias article{width:100%;}
.noticias article a{display:flex;flex-flow:row wrap;justify-content:initial;}

.noticias-portada dl dt, .noticias dl dt, .agenda dl dt{
		clear:left;
	padding-top:10px;

}

.noticias-portada dl dt{box-sizing:border-box;
-webkit-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
padding-top:0px;
}

.noticias-portada article dt:after
{
width:25px;
height:25px;
background:#fff;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg); 
transform: rotate(45deg);
display:block;
position:absolute;
left:197px;
top:40%;
content:" ";
}

.noticias-portada dl dt a, .noticias dl dt a, .agenda dl dt a, .agendaportada ul li a{
text-decoration:none;	
display:block;	
font-size:1.1em;
}

.noticias-portada dl dt a [itemprop="name"]
{
position:relative;
display:block;
top:-10px;
/*font-weight:lighter;	*/
}

.noticias-portada dl dt a:hover, .noticias dl dt a:hover, .agenda dl dt a:hover , .agendaportada ul li:hover{
text-decoration:underline;
}

.noticias-portada dl dt img, .noticias dl dt img, .agenda dl dt img{
	float:left;
	padding:5px;
	border:1px #ffb401 solid;
	margin-right:5px;
}

.noticias-portada dl dt img, .noticias-portada article img{
max-width:210px;
float:left;
padding:0px;
margin:0px;
border:0px;
transition:0.3s;
-webkit-transition:0.3s;
-o-transition:0.3s;
-ms-transition:0.3s;
padding-right:20px;
}

.noticias-portada article a{display:flex;
flex-flow:row wrap;
align-items:center;}
.noticias-portada article section{flex-basis:56%; text-align:left}

.noticias-portada dl dd, .noticias dl dd, .agenda dl dd{
margin-bottom:10px;	
height:auto !important;
margin-left:0px;
}

.noticias-portada .fecha
{
padding-top:5px;
display:block	
}

.masnoticias, .masnotas{
clear:left;
text-align:right;	
max-width:1140px;
margin:0px auto;
margin-top:15px;
}

.masnoticias a, .masnotas a
{
border:0px !important;
background:#ffb401 !important;
color:#fff;	
}

.masnoticias a{
}

.agotado{
color:red;
text-align:center !important;	
font-weight:bold;
}

.productos-destacados{
		padding:0px;
	margin:0px;
	background: #e9e9e9;
	border:1px #ffb401 solid;
	overflow:hidden;
	width:100%;
	margin-bottom:10px;
}

.productos-destacados ul{
margin:0px;
padding:0px;
display:inline;	
}

.productos-destacados h2{
margin-top:0px;	
}

.productos-destacados article{
display:inline-block;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-ms-box-sizing:border-box;
vertical-align:top;
/*margin-right:12px;*/
width:291px;
}


.productos-destacados ul li{
	list-style:none;
text-align:left;
vertical-align:top;
/*float:left;*/
margin-left:10px;
margin-right:10px;
	padding:5px;
	border:1px #ffb401 solid;
	margin-bottom:10px;
	background:#FFF;
	width:291px;
	min-height:121px;
overflow:hidden;
display:inline-block;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-ms-box-sizing:border-box;
}

.productos-destacados ul li img{
width:160px;
float:left;	
padding-right:3px;
}


.productos, .subcategorias{
		padding:0px;
	margin:0px;
	overflow:hidden;
	width:100%;
	margin-bottom:10px;
}

.productos ul, .subcategorias ul{
margin:0px;
padding:0px;
display:inline;	
	
}

.visitados{
margin:0px;
padding:0px;
border-top:1px #000 dotted;
border-bottom:1px #000 dotted;	
overflow-x:auto;
overflow-y:hidden;
margin-top:10px;
min-height:200px;
width:940px;
}

.visitados ul{
margin:0px;
padding:0px;
list-style:none;	
}

.visitados ul li{
float:left;
width:125px;
min-height:100px;
margin:5px;	
text-align:center;
}

.visitados ul li img{
width:105px;	
}

.visitados ul li a{
	text-decoration:none;	
}


.subcategorias ul li{
	list-style:none;
text-align:center;
float:left;
margin-left:15px;
margin-right:5px;
	padding:5px;
	margin-bottom:10px;
	background:#FFF;
	width:150px;
	min-height:170px;
	height:170px;
	overflow:auto;
}

.subcategorias ul li img{
	width:135px;
}

.productos ul{
margin:0px;
padding:0px;
display:inline;	
	
}

.productos article{
display:inline-block;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
	width:291px;
	vertical-align:top;
}


.productos ul li{
	list-style:none;
text-align:left;
	vertical-align:top;
/*float:left;*/
margin-left:10px;
margin-right:10px;
	padding:5px;
	border:1px #ffb401 solid;
	margin-bottom:10px;
	background:#FFF;
	width:291px;
	min-height:121px;
		overflow:auto;
display:inline-block;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.productos ul li img{
width:160px;
float:left;	
padding-right:3px;
}

p.titulo-producto-portada, p.resumen-producto-portada, p.titulo-producto, p.titulo-subcategoria, p.resumen-producto, p.oferta, p.oferta-portada{
padding:0px;
margin:0px;	
}

p.precio-producto, p.precio-producto-portada, p.oferta-portada, p.oferta{
margin-top:5px;	
text-align:center;	

}

.agotado-producto-portada, .agotado-producto{
clear:left;	
}


.imgoferta{
position:relative;
top:-12px;
left:-13px;
background:url("https://www.superweb.net/images/oferta.png")left top no-repeat;
width: 124px;
height:	136px;
margin-bottom:-136px;
}

.imgofertal{
position:relative;
top:-4px;
left:2px;
background:url("https://www.superweb.net/images/ofertal.png")left top no-repeat;
width: 100px;
height:	111px;
margin-bottom:-111px;
}


.imgnovedadl{
	
}


.oferta, .oferta-portada, .novedad{
	font-weight:bold;
font-size:1.1em;
color:#F00 !important;	
}

.disponible{
	font-weight:bold;
}

span.precio-anterior{
text-decoration:line-through;
}

.descripcion{
clear:both;	
}

.precio_ficha{
margin-top:10px;
font-size:1.3em;
font-weight:bold;
float:left;
width:auto;	
padding-top:1px;
padding-bottom:10px;
padding-right:5px;
}

.boton_comprar{
	margin-top:10px;
	float:left;
	width:100px;	
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:10px;
	background:url(/images/carro-ficha.png) top right no-repeat;
	cursor: pointer;
}

.boton_comprar form input{
	background:none; 
	border:0px;	
	padding:0px;
	margin-left:-3px;
	padding-right:30px;
	display:block;
	font-weight:bold;
	text-decoration:underline;
	font-family:inherit !important;
	padding-top:3px;	
	font-size:1em;
	cursor: pointer;
}

.boton_comprar form input#cantidadf{
width:auto;
max-width:20px;
border:1px #fff solid;
font-size:0.9em;
text-align:center;
float:right;
padding:0px;
}

.boton_comprar form input.buybutton{
	padding-left:2px;
	padding-right:2px;	
}

.precio-compra{
	float:right;	
	border:1px #ccc solid;
	margin-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	clear:both;
}

a.comprar{
	padding:3px;
padding-left:5px;
padding-right:28px;
border:1px #ffb401 solid;
background:#e9e9e9 url(/images/carro.gif) no-repeat right;

text-decoration:none;
}

a.comprar:hover{
text-decoration:none;
color:#000000;	
	
}

#mapaweb{
}

#mapaweb ul{
margin:0px;
padding:0px;
margin-left:20px;	
}

#mapaweb .mapa-menu{
	padding:0px;
	margin:0px;
	background: #e9e9e9;
	border:1px #ffb401 solid;
	overflow:hidden;
	width:100%;
	margin-top:10px;
	padding-top:5px;
	padding-bottom:5px;
	
}

#mapaweb .mapa-categorias{
	padding:0px;
	margin:0px;
	background: #e9e9e9;
	border:1px #ffb401 solid;
	overflow:hidden;
	width:100%;
	margin-top:10px;
	padding-top:5px;
	padding-bottom:5px;
	
}

#mapaweb .mapa-secciones{
	padding:0px;
	margin:0px;
	background: #e9e9e9;
	border:1px #ffb401 solid;
	overflow:hidden;
	width:100%;
	margin-top:10px;
	padding-top:5px;
	padding-bottom:5px;
	
}


.flash, #fadeshow1{
margin-bottom:10px;
text-align:center;
}

.menusup{
background: url(images/fondo-menusup.png) left bottom no-repeat;
width:1185px;
height:66px;
position:relative;	
top:180px;
/*max-width:730px;
float:right;*/
margin-left:-25px
}

.menusup ul{margin-left:100px}

.tablapedido{
width:740px;	
}


/***********ESTILOS PARA LA TIENDA****************************/
.navegador{
padding:0px;
text-align:center;
display:block;
color:#000;
padding-bottom:10px;
overflow:hidden;
width:80%;
margin:0px auto;
margin-bottom:30px;
}

.navegador span{
background-color:#A4A4A4;
padding:5px;	
margin-right:5px;
border-radius:50%;
font-size:0px;
padding:10px;
margin:0px auto;
position:relative;
bottom:-2px;
}

.actual{
background-color:#ffb401 !important;	
font-weight:bold;
font-size:1.1em;
}

.pasado
{
background-color:#86a7be !important;
}

.navegador div
{
float:left;
width:19%;
background:url("https://www.superweb.net/images/fondo-navegador.jpg") left bottom repeat-x;
}

.navegador div p
{
min-height:36px;	
}

.resumen, .tablapedido{
	color:#2e2e2e;
}

.resumen table, .tablapedido{
width:100%; 
border-bottom:2px #ffb401 solid; padding-bottom:20px;	
}

.resumen table th, .tablapedido th{
text-align:left; 
border-bottom:2px #ffb401 solid;	
border-collapse:collapse;
border-spacing:0px;
font-size:0.9em;
}

.ref-carrito{
text-align:center;	
}

.ref-carrito img{
max-width:65px;	
}

.precio-carrito{
text-align:center;	
}

.cantidad-carrito{
text-align:center;	
}

.subtotal-carrito{
text-align:right;	

}

#borra-carrito{
background:	transparent url(/images/flecha.png) left no-repeat;
border:0px;
}

#boton-compra{
text-align:right;
margin-top:30px;	
}

#boton-compra .boton {
	margin:3px auto;
}
#boton-compra .boton a {
/*background:#FFFFFF url(/images/carro-old.gif) no-repeat scroll right center;*/
	padding:4px 4px 4px 4px;
	background-color:#ffb401;
	color:#FFF;
}
#boton-compra .boton a:hover {
/*background:#d2d2d2 url(/images/carro-old.gif) no-repeat scroll right center;*/
	text-decoration: none;
	color:#FFF;
}

#boton-compra .bv a{
	padding:4px 4px 4px 4px;
	background-color:#a4a4a4;
	color:#FFF;
}

#boton-compra .bv a:hover{
	/*background-color:#d2d2d2;*/
	text-decoration: none;
	color:#FFF;
}


.subtotal{
	text-align:right; 
	width:100%;
	 margin-right:10px;
	 margin-bottom:10px;
	 
}

.botondeenvio{
margin-top:10px;	
clear:left;	

}

.botondeenvio #enviar{
float:right !important;	
}


#datos-facturacion{
	float:left;
	width:320px;
	margin-top:0px;
}


#datos-envio{
	float:left; 
	width:320px; 
	margin-top:0px;
}

.gastos-gratis{
text-align:right;	
}
/********************FIN ESTILOS DE LA TIENDA****************************/

.aviso, .proteccion-datos, .condiciones-compra{
float:left;
width:289px;	
margin-left:5px;
margin-right:4px;
border:1px #C1D1E0 solid;
border-radius:7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(top,  #eeeeee 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
min-height:150px;
padding:0px;
padding-top:0px;
padding-bottom:5px;
padding-right:0px;
font-size:0.8em;
}

.aviso h2, .proteccion-datos h2, .condiciones-compra h2{
background-color:#fff;	
}

.aviso ul li, .proteccion-datos ul li, .condiciones-compra ul li{
list-style:none;	
padding-left:5px;
}

/*MENU DESPLEGLABLE SUPERIOR*/
#navdesp { list-style:none; }
#navdesp li { 
float:left; 
background: url(/images/cuadroazul/lado-menusup.png) right top no-repeat;

 }

#navdesp li a { 
display:block; 
padding:10px 0px; 
padding-bottom:4px; 
text-decoration:none;
color:#fff; 
padding-left:14px;
padding-right:14px;
transition:0.3s;
-webkit-transition:0.3s;
-o-transition:0.3s;
-ms-transition:0.3s;
box-sizing:border-box;
-webkit-box-sizing:border-box;
height:67px;
line-height: 2.5em;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
font-size:1em;
/*border-left:1px #fff solid;
border-right:1px #fff solid*/
 }
#navdesp li a:hover { color:#fff; text-decoration:none;background:#d46013}
/* Submenu */
#navdesp ul.submenu { border:0px solid #000000; padding:0px; position:absolute; list-style:none; background-color:#ffb401;z-index:20000}
#navdesp ul.submenu li { float:none; background-image:none; border-bottom:1px solid #fff; padding:0px; width:auto; min-width:210px;color:#fff;box-sizing:border-box;-webikt-box-sizing:border-box;}
#navdesp ul.submenu li a{padding-left:15px;color:#fff;height:45px; width:100%;line-height:45px;padding-top:0px;}
#navdesp ul.submenu li a:hover{padding-top:0px;border-bottom:0px;background:#6D1C00;padding-left:20px;}
/* Subsubmenu */
#navdesp ul.subsubmenu { border:1px solid #000000; padding:5px; position:absolute; list-style:none; background-color:#ffb401; margin-left:150px; margin-top:-30px;}
#navdesp ul.subsubmenu li { float:none; background-image:none; border-bottom:1px solid #ccc; min-width:190px;}

#navdesp ul.subseccionsup{left:100%;top:0px;background-color:#ffb401;z-index:20000;}
#navdesp ul.subseccionsup li{width:230px;}
#navdesp ul.subseccionsup li a{height:auto;}
/*FIN MENU DESPLEGABLE SUPERIOR*/

.menulateral{
		padding:0px;
	margin:0px;
	border:0px #ffb401 solid;
	border-bottom:0px;
	margin-top:10px;
	clear:both;
}

.carrito{
padding:0px;
margin:0px;
background: #D2D2D2 !important;	
padding-bottom:5px;	
border:1px #ffb401 solid;
margin-top:10px;
}

.menulateral p, .carrito p{
padding:0px;
margin:0px;
background:#6D1C00;	
/*height:31px;*/
color:#FFF;
font-weight:bold;
text-indent:5px;
font-size:1.8em;
overflow:hidden;
font-family: 'Pinyon Script', cursive;
text-indent:10px;
}


.carrito p{
background: url(/images/cuadroazul/fondo-carrito.png) no-repeat;
}

.centro-carrito{
font-size:0.7em;	
color: #000 !important;
}

.centro-carrito p{
background:none !important;	
color: #000 !important;
}

.centro-carrito a, .masnoticias a, .masnotas a{
	padding:3px;
padding-left:5px;
padding-right:5px;
border:1px #ffb401 solid;
background:#e9e9e9;
font-size:1.2em;
/*margin-left:15px;*/
text-decoration:none;
display:block;
}

.centro-carrito a:hover, .masnoticias a:hover, .masnotas a:hover{
text-decoration:none;
color:#000000;	
}

.titulo-calendario{
display:none;	
}

.miniagenda{
display:none;
}

ul.miniagenda{
	
}

ul.miniagenda li{
list-style:none;	
}

.fechaminiagenda{
	
}

#calendario{
border:1px #ffb401 solid;
margin-top:10px;
background:#fff;
}

#calendario a{
text-decoration:none !important;	
}

#calendario table{
font-size:0.8em;	
width:100%;
}

.estilo01 {
text-align:center;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
color:#ffffff!important;
background:#3D7BA5;

}
.estilo02 {
text-align:center;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
color:#515256;
}
.estilo03 {
text-align:center;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
color:#2e2e2e !important;
background:#4D5377;
}

.estilo03 a span{
color:#FFF;
}

.estilo04 {
text-align:center;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
color:#2e2e2e;

}
.estilo05 {
text-align:center;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
color:#2e2e2e;

}


ul.nav {
	list-style: none; 
	border-top: 0px solid #ffb401; 
	/*background: #D2D2D2;*/
	}
ul.nav li {
	border-bottom: 1px solid #ffffff;
	overflow:hidden;
	background:#e9e9e9;
}
ul.nav li:last-child
{
	border-bottom: 0px solid #ffb401; 
}

ul.nav a { 
	padding: 5px 5px 5px 5px;
	display: block; 
	width: 178px;  
	text-decoration: none;
	font-size:0.9em;
	background: #e9e9e9;
	padding-top:10px;
	padding-bottom:10px;
}
ul.nav a:hover {
	background: #e9e9e9;
}

.sec-principal{
width:190px !important;
float:left;	
}

ul.nav a.submenuheader{
background: url(images/desplegar.png) no-repeat center !important;
width:8px;
float:left;	
}

span.accordsuffix span{
	font-size:0px;
}

ul.submenul, ul.submenul2, ul.submenul3, ul.submenul4, ul.submenul5, ul.submenul6, ul.submenul7{
clear:left;	
}

ul.submenul li
{
	list-style:none;
	font-size:0.8em;
	text-indent:10px;
	border:0px;

}

ul.submenul li:last-child
{
border-bottom:0px;	
}

ul.submenul2 li{
	list-style:none;
	font-size:1em;
	text-indent:20px;
}

ul.submenul3 li{
	font-size:1em;
	text-indent:30px;	
}

ul.submenul4 li{
	font-size:1em;
	text-indent:40px;	
}

ul.submenul5 li{
	font-size:1em;
	text-indent:50px;	
}

ul.submenul6 li{
	font-size:1em;
	text-indent:60px;	
}

ul.submenul7 li{
	font-size:1em;
	text-indent:70px;	
}

ul.submenul li a{
	width:100%;
		background: #fff !important;
		font-size:0.9em;
border-bottom: 1px #e9e9e9 dashed;
}

ul.submenul li:last-child a
{
border-bottom:0px;	
}

ul.submenul2 li a, ul.submenul3 li a, ul.submenul4 li a, ul.submenul5 li a, ul.submenul6 li a, ul.submenul7 li a{
		background: #e9e9e9 !important;
		font-size:1em;
}

ul.submenul li a:hover, ul.submenul2 li a:hover, ul.submenul3 li a:hover, ul.submenul4 li a:hover, ul.submenul5 li a:hover, ul.submenul6 li a:hover, ul.submenul7 li a:hover{
text-decoration:underline;	
}

.desplegar{
vertical-align:top;	
float:right;
}


.login {
	font-size:0.7em;
	border:1px solid #ffb401;
	padding:5px;
	margin:10px auto;
	margin-bottom:0px;
	background: #fff url(/images/cuadroazul/user.png) no-repeat right top;
}

.login a{ text-decoration:none; color:#000}

.login a:hover{ text-decoration:none; color:#000000;}

.login form{
	padding:0;
	margin:0;
}

.login form input{
	width:auto;
}

.login form #txtPassword, .login form #txtEmail{
	border:1px solid #666;
	margin-bottom:10px
}


.buscador{
	margin-bottom:0px;
}

.buscador label {
	float:left;
	font-size:0.8em;
	text-align:right;
	padding:5px;
	padding-top:0px;
	padding-bottom:0px;
}
.buscador input {
	width:150px;
}

.buscador select{
	width:150px;
}

.buscador #buscar {
	width:auto;
	float:none;
}
.buscador div {
	float:left;
	margin:5px 0;
}

.buscador div.filtro{
margin-top:-10px !important;
}

.filtro{
clear:left;
width:100%;
margin-top:0px;
}

.filtro p{
border-bottom:1px #000 solid;
padding-top:0px;
}

.filtro input{
width:auto;
float:left;
clear:left;
}
.filtro label{
float:left;
}

.filtro .submit{
clear:left !important;
}

.texto-proteccion{
font-size: 0.9em !important;
    padding: 10px;
	background-color: #DDDDDD;
}

.formulario_contacto
{
	
}

/*
estilos de las pestañas en productos
*/

ul.tabs{
padding-left:0px;
margin-bottom:-2px;
}

.tabs {
/*border-bottom: 1px solid #999;*/
border-left: 0px solid #006287;
float: left;
height: 29px;
list-style: none;
margin: 0;
padding: 0;
width: 100%;
margin-top:5px;
}
.tabs li {
background: #e0e0e0;
border: 1px solid #006287;
float: left;
height: 31px;
line-height: 31px;
margin: 0;
margin-bottom: -1px;
margin-right:2px;
overflow: hidden;
padding: 0;
position: relative;
}
 
.tabs li a {
border: 1px solid #fff;
color: #000;
display: block;
font-size: 1.2em;
padding: 0 5px;
text-decoration: none;
outline: none;
}
.tabs li a:hover { background: #ccc; }

.tabs li.active, .tabs li.active a:hover  {
background: #fff;
border-bottom: 1px solid #fff;
}
/*fin estilos pestañas productos*/

.comentarios{
background-color:#dedede;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:5px;	
/*padding-top:0px;*/
margin-top:10px;
clear:both;
margin-bottom:10px;

}

p.comentario{
background-color:#ededed;
padding:3px;
width:97%;	
margin-left:5px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}

.botoncomentario{
background: rgb(242,246,248); /* Old browsers */
background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,246,248,1)), color-stop(50%,rgba(216,225,231,1)), color-stop(51%,rgba(181,198,208,1)), color-stop(100%,rgba(224,239,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
width:133px;
padding:3px;	
padding-left:5px;
padding-right:5px;
border:1px #006287 solid;
}

.botoncomentario a{
text-decoration:none;	
}

.blog ul, .comentarios ul{
margin:0px;
padding:0px;	
}

.blog ul li, .comentarios ul li{
list-style:none;
margin-bottom:5px;
}

.comentarios ul li{
border:1px #ccc solid;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;	
background-color:#fff;
}

.autor-comentario{
font-weight:bold;
background-color:#dedede;	
}

.titulo-comentario{
font-weight:bold;
}

.formulario_contacto div{
margin-top:15px;	
}

.formulario fieldset, .formulario_contacto fieldset, .blog fieldset, .formulario_comentario fieldset{
	border:1px solid #ffb401;
	padding:10px;
	padding-top:0px;
	background-color:#FFF;
}
.formulario legend, .formulario_contacto legend, .blog legend, .formulario_comentario legend {
	font-weight:bolder;
	margin:5px 0;
	padding:0;
	font-size:1.4em;
	text-indent:0;
	color:#2e2e2e;
}

.formulario label {
	float:left;
	width:140px;
	height:30px;
	font-weight:bold;
	padding-top:3px;
}

.formulario_contacto label, .blog label, .formulario_comentario label {
	float:left;
	width:230px;
	height:30px;
}

.formulario input {
	width:75px;
}

.formulario_contacto input, .blog input, .formulario_comentario input {
	width:250px;
}

.formulario textarea{
width:230px;

}

.formulario textarea, .formulario_contacto textarea, .blog textarea, .formulario_comentario textarea{
width:250px;

}

.formulario #borrar, .formulario #enviar, .formulario_contacto #borrar, .formulario_contacto #enviar, .formulario_contacto #buscar, .formulario_contacto #volver, .formulario_contacto #acceder, .blog #borrar, .blog #enviar, .formulario_comentario #buscar, .formulario_comentario #acceder, .formulario_comentario #enviar, .formulario_comentario #borrar {
	width:auto;
	float:none;
	padding:0 5px;
}

.formulario_contacto #nif{
width:210px;	
}

.formulario_contacto #letra{
width:25px;	
}

#formulario-producto{
margin-top:10px;	
}

.formulario-producto{
	border:1px solid #006287;
	padding:10px;
	padding-top:5px;
	background-color:#FFF;
}


.formulario div, .formulario_contacto div, .blog div, .formulario_comentario div {
	clear:both;
	margin:5px 0;
}

.formulario .tarjeta, .formulario .transferencia, .formulario .contrareembolso {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}
.formulario .tarjeta label, .formulario .transferencia label, .formulario .contrareembolso label, .formulario .tarjeta input, .formulario .transferencia input, .formulario .contrareembolso input, #tarjeta, #transferencia, #contrareembolso {
	float: none;
	width: auto;
	height: auto;
}

#subir{
clear:both;	
margin:5px;
}

#subir a{
background:url(/images/cuadroazul/up.gif) no-repeat center;
width:20px;
height:19px;	
display:block;
font-size:0px;	
float:right;
}

#subir a span{
	width:0;
	height:0;
	position:relative;
	left:-5000px;
}

.banner img{
margin-top:10px;
width:190px;	
}

.proteccion{
border:1px #999 solid;
background: #ddd;
font-size:0.8em;	
margin-top:10px;
padding:3px;
}

footer{
clear:left;	
background: url("images/fondo-footer.png")left bottom repeat-x;
height:710px
}

.footer {
	/*padding: 5px 10px 10px;*/
	background: url("images/fondo-centro-footer.png")right 5px no-repeat;
	position: relative;
	clear: both; 
	border-top:0px #ffb401 solid;
	height:auto;
	overflow:hidden;
	font-size:0.8em;
	height:710px;
}

.menu-footer h2{font-size:2.5em;margin-bottom:10px;color:#d46013}
.menu-footer,.menu-footer ul li a{color:#d46013}
.menu-footer ul{margin-left:15px;list-style:none;}
.menu-footer ul li
{
font-family:'lato-light', sans-serif;
font-size:1.5em;
font-weight:lighter;
/*margin-bottom:5px;	*/
}
.menu-footer ul li a{text-decoration:none;}
.menu-footer ul li a:hover{text-decoration:underline}


.iconos-footer{/*margin-top:232px;*/
width:100%;
max-width:1140px;
text-align:center;
position:absolute;
bottom:40px;
}

.iconos-footer img{margin-right:40px;margin-left:40px}

.texto-footer{
margin:0px;
padding:0px;
float:left;
width:500px;	
clear:left;
margin-top:19px;
color:#000;
position: absolute;
    bottom: 6px;
}

.desarrolla{position: absolute;
    bottom: 6px;
	right:15px}

.texto-footer a, .accesos-privados, .desarrolla, .desarrolla a, .accesos-privados a
{
color:#000;	
}


.menuinf{
/*margin-top:15px;	*/
width:48%;
float:left;
}

.menuinf ul
{
	width:50%;
	float:left;
	padding-left:15px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

.menuinf ul li, .menuinf ul li a
{
color:#fff;
font-size:1.1em;
margin-bottom:5px;	
text-decoration:none;
}

.menuinf ul li a:hover
{
text-decoration:underline;	
}

.menuinf ul p
{
font-weight:bold;
color:#005d81;
font-size:1.2em;
text-transform:uppercase;	
padding-left:0px;
margin-left:-10px;
}

.redes-faldon{
width:355px;	
float:right;
margin-top:0px;
margin-left:10px;
padding:0px;
text-align:right;
}

span.titulo-redes-faldon{
font-weight:bold;
padding-bottom:2px;
padding-right:5px;
}

.redes-faldon ul{
margin:0px;
padding:0px;
list-style:none;
margin-left:-5px;
float:right;
}

.redes-faldon ul li{
display: inline;
margin-left:5px;	
float:left;
width:25px;
}

.bgfooter{display:none;}

.accesos-privados{
float:right;
width:300px;
text-align:right;
/*padding-top:88px;*/
display:none;
}

.desarrolla{
float:right;
width:300px;
text-align:right;
padding-top:15px;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}




<!--estilo para prettyphoto-->
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(https://www.superweb.net/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(https://www.superweb.net/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(https://www.superweb.net/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(https://www.superweb.net/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(https://www.superweb.net/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(https://www.superweb.net/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(https://www.superweb.net/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(https://www.superweb.net/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(https://www.superweb.net/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(https://www.superweb.net/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(https://www.superweb.net/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(https://www.superweb.net/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(https://www.superweb.net/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto; position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(https://www.superweb.net/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(https://www.superweb.net/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(https://www.superweb.net/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(https://www.superweb.net/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(https://www.superweb.net/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(https://www.superweb.net/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(https://www.superweb.net/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(https://www.superweb.net/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(https://www.superweb.net/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(https://www.superweb.net/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(https://www.superweb.net/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(https://www.superweb.net/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(https://www.superweb.net/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(https://www.superweb.net/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(https://www.superweb.net/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(https://www.superweb.net/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(https://www.superweb.net/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(https://www.superweb.net/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(https://www.superweb.net/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(https://www.superweb.net/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(https://www.superweb.net/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(https://www.superweb.net/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(https://www.superweb.net/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(https://www.superweb.net/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(https://www.superweb.net/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(https://www.superweb.net/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(https://www.superweb.net/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(https://www.superweb.net/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(https://www.superweb.net/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(https://www.superweb.net/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(https://www.superweb.net/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(https://www.superweb.net/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(https://www.superweb.net/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(https://www.superweb.net/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(https://www.superweb.net/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(https://www.superweb.net/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(https://www.superweb.net/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(https://www.superweb.net/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(https://www.superweb.net/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(https://www.superweb.net/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(https://www.superweb.net/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(https://www.superweb.net/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(https://www.superweb.net/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(https://www.superweb.net/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(https://www.superweb.net/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(https://www.superweb.net/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(https://www.superweb.net/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(https://www.superweb.net/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(https://www.superweb.net/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(https://www.superweb.net/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(https://www.superweb.net/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(https://www.superweb.net/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(https://www.superweb.net/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(https://www.superweb.net/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(https://www.superweb.net/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(https://www.superweb.net/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(https://www.superweb.net/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(https://www.superweb.net/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(https://www.superweb.net/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(https://www.superweb.net/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(https://www.superweb.net/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(https://www.superweb.net/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(https://www.superweb.net/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(https://www.superweb.net/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(https://www.superweb.net/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(https://www.superweb.net/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(https://www.superweb.net/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(https://www.superweb.net/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(https://www.superweb.net/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(https://www.superweb.net/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(https://www.superweb.net/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(https://www.superweb.net/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(https://www.superweb.net/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(https://www.superweb.net/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(https://www.superweb.net/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(https://www.superweb.net/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(https://www.superweb.net/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(https://www.superweb.net/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(https://www.superweb.net/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(https://www.superweb.net/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(https://www.superweb.net/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(https://www.superweb.net/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(https://www.superweb.net/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(https://www.superweb.net/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(https://www.superweb.net/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(https://www.superweb.net/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(https://www.superweb.net/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:13px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
/*fin prettyphoto*/

/*CARRUSEL DE PRODUCTOS RELACIONADOS*/
.carousel, .masvendidos, .masvistos{
border:1px #ffb401 solid;
overflow:hidden;
background: #e9e9e9;
margin-top:10px;
}

.carousel{
height:250px;	
}

.masvendidos, .masvistos{
padding:10px;	
}

.list_carousel_vendidos, .list_carousel_vistos
{
	margin:0px;
	margin-top:10px;
}

			.list_carousel_vendidos ul, .list_carousel_vistos ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
				
			}
			.list_carousel_vendidos li, .list_carousel_vistos li {
					list-style:none;
text-align:center;
margin-left:0px;
margin-right:5px;
	padding:5px;
	border:0px #ffb401 solid;
	margin-bottom:10px;
	margin-top:20px;
	width:160px;
height:auto;
min-height:175px;

			}
			
			.list_carousel_vendidos li img, .list_carousel_vistos li img{
			text-decoration:none;	
			width:135px;
			}
			
			.list_carousel_vendidos li a, .list_carousel_vistos li a{
			color:#000;
			font-size:0.8em;
			text-decoration:none;	
			border:0px !important;
			padding:0px !important;
			}

.list_carousel {
				margin:0px;
				margin-left:29px;
				width: 75%;
				float:left;
				margin-top:10px;
			}
			
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
				
			}
			.list_carousel li {
					list-style:none;
text-align:center;
float:left;
margin-left:15px;
margin-right:5px;
	padding:5px;
	border:1px #ffb401 solid;
	margin-bottom:10px;
	background:#FFF;
	width:160px;
height:auto;
min-height:100px;

			}
			
			.list_carousel li img{
			text-decoration:none;	
			width:135px;
			}
			
			.list_carousel li a{
			color:#000;
			text-decoration:none;	
			border:0px !important;
			padding:0px !important;
			}
			
			.clearfix {
				float: none;
				clear: both;
			}

			/* Botones del carousel */
			
.button-prev {
	height:100px;
	width:35px;
	float:left;
/*	-moz-border-radius:10px 0 0 10px;*/
	margin-top:10px;
}

.button-prev a {
	display:block;
	padding:5px;
	margin-top:35px;
}

.button-next {
	height:100px;
	width:35px;
	float:right;
/*	-moz-border-radius:0 10px 10px 0;*/
	margin-top:10px;
}

.button-next a {
	display:block;
	padding:5px;
	margin-top:35px;
}

.button-up {
	height:30px;
	width:35px;
	text-align:center;
/*	-moz-border-radius:10px 0 0 10px;*/
	margin-top:0px;
	margin-left:67px;
}

.button-up a {
	display:block;
	padding:5px;
	margin-top:10px;
}

.button-down {
	height:30px;
	width:35px;
 	text-align:center;
/*	-moz-border-radius:0 10px 10px 0;*/
	margin-top:10px;
}

.button-down a {
	display:block;
	padding:5px;
	margin-top:10px;
	margin-left:67px;
	
}

/****CARRUSEL PRODUCTOS RELACIONADOS******/

.jcarousel-skin-tango .jcarousel-container {
 /*   -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 465px;
    padding: 0px 40px;
	padding-bottom:0px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  450px;
    height: 200px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 129px;
    height: auto;
	min-height:140px;
	background:none;
	border:1px #ccc solid;
}

ul#mycarousel li{
	margin-left:15px;
	margin-right:5px;
	background:none;
	text-align:center;
	padding-top:10px;
}

ul#mycarousel li img{
width:100px;
height:auto;	
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(https://www.superweb.net/images/arrow_right.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
   /* background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
  /*  background-position: -64px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(https://www.superweb.net/images/arrow_left.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
 /*   background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
  /*  background-position: -64px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
  /*  background-position: -96px 0;*/
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/*FIN CARRUSEL PRODUCTOS RELACIONADOS*/
/*VALORACION PRODUCTOS*/
.valoracion{width:100%; clear:both;}
.valorar{float:right;}
#rateTxt{float:left;}
#rateMe{float:left; margin-top:3px; margin-left:3px; height:auto;}
#rateMe li{float:left;list-style:none;}
#rateMe li a:hover, #rateMe .on{background:url(/images/star_on.gif) no-repeat;}
#rateMe a{float:left; background:url(/images/star_off.gif) no-repeat; width:12px; height:12px;}

.texto-valmedia{float:left;}
.valmedia{float:left; margin-top:3px; margin-left:3px; height:auto;}
/*FIN VALORACION PRODUCTOS*/
#toTop {
    background: url("https://www.superweb.net/images/ui.totop.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
    bottom: 35px;
    display: none;
    height: 51px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-indent: 100%;
    width: 51px;
}
#toTopHover {
    background: url("https://www.superweb.net/images/ui.totop.png") no-repeat scroll left -51px rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 51px;
    opacity: 0;
    overflow: hidden;
    width: 51px;
}
#toTop:active, #toTop:focus {
    outline: medium none;
}
#top-link {
    background: none repeat scroll 0 0 #90EE90;
    border: 1px solid #008000;
    bottom: 5px;
    color: #008000;
    display: none;
    font-weight: bold;
    padding: 10px;
    position: fixed;
    right: 5px;
    text-decoration: none;
}

a#pull, a#pull2, a#pull3, a#pull4{display:none;}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px;box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;float:left}
.col-12{width:100%}
.col-11{width:91.66666667%}
.col-10{width:83.33333333%}
.col-9{width:74%}
.col-8{width:66.66666667%}
.col-7{width:58.33333333%}
.col-6{width:50%}
.col-5{width:41.66666667%}
.col-4{width:33.33333333%}
.col-3{width:26%}
.col-2,.redestop{width:16.66666667%}
.col-1{width:8.33333333%}

.subtotal-carrito span{padding-left:50px;}
.resumen table tbody tr:last-child td:nth-child(4){text-align:right;}
.rslides{/*display:none;*/
border-bottom:8px #FFB100 solid;
box-shadow: #333 0px 0px 5px;
-webkit-box-shadow: #333 0px 0px 5px;
-o-box-shadow: #333 0px 0px 5px;
-ms-box-shadow: #333 0px 0px 5px;
}

/*.inicio-main .rslides{margin-top:-10px;}*/

.flash, #fadeshow1, #coin-slider, .coin-slider
{
display:none;	
}

.redes{
margin-top:10px;	
margin-bottom:10px;
}

.secciones-portada
{
max-width:1140px;
margin:0px auto;
margin-bottom:0px;
}

.secciones-portada .leermas a{
font-size:0px;
height:40px;
width:40px;
background: url("images/leermas.png") center no-repeat;
display:block;
}

.secciones-portada article, .secciones-list article
{
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	width:30.4%;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
	box-shadow:#ccc 0px 0px 4px;
	-webkit-box-shadow:#ccc 0px 0px 4px;
	-o-box-shadow:#ccc 0px 0px 4px;
	-ms-box-shadow:#ccc 0px 0px 4px;
	padding:0px;
	background:rgba(255,255,255,0.8);
	transition:0.3s;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	-ms-transition:0.3s;
	/*min-height:425px;*/
}

.secciones-portada article:hover, .secciones-list article:hover
{
box-shadow:none;
-webkit-box-shadow:none;
-o-box-shadow:none;	
-ms-box-shadow:none;
	background:rgba(255,255,255,0.9);
}

.secciones-portada article:hover img, .secciones-list article:hover img
{
opacity:0.8;	
}


.secciones-portada a, .secciones-list a
{
text-decoration:none !important;
display:block
}

.secciones-portada a:nth-child(2), .secciones-list a:nth-child(2)
{
margin-top:20px	
}

.secciones-portada span, .secciones-list span
{
padding-left:5px;	
color:#6D1C00;
font-size:1.3em;
font-weight:100;
}

.secciones-portada article dd, .secciones-list article dd, .secciones-portada article a > div{
width:75%;
margin:0px auto;
border-bottom:1px #ccc dotted;
margin-bottom:10px;
margin-top:20px;
padding-bottom:15px;
display:none;
}

.secciones-portada .leermas, .secciones-list .leermas
{
float:right;
margin-right:5px;
margin-bottom:10px;	
}

.secciones-portada .leermas a:first-child{display:none}

.secciones-portada article dt, .secciones-list article dt
{
overflow:hidden;	
text-align:center
}

.container{width:100%;background: url("images/fondo-cont.png")left top repeat-x}
.contenido, .header, .footer, .bienvenida, .inicio-main .content, container, cuerpo, .menutop
{
width:100%;
margin:0px auto;
max-width:1140px;	
}

.inicio-main .sidebar1
{
display:none;
}

.header
{
	background: url("images/cabecera.png")center no-repeat;
}

.contenido
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe0ba+0,ffcc8f+100 */
/*background: rgb(255,224,186); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,224,186,1) 0%, rgba(255,204,143,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,224,186,1)), color-stop(100%,rgba(255,204,143,1))); 
background: -webkit-linear-gradient(top,  rgba(255,224,186,1) 0%,rgba(255,204,143,1) 100%); 
background: -o-linear-gradient(top,  rgba(255,224,186,1) 0%,rgba(255,204,143,1) 100%); 
background: -ms-linear-gradient(top,  rgba(255,224,186,1) 0%,rgba(255,204,143,1) 100%); 
background: linear-gradient(to bottom,  rgba(255,224,186,1) 0%,rgba(255,204,143,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe0ba', endColorstr='#ffcc8f',GradientType=0 ); */
overflow:hidden;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;	
background:none
}

.inicio-main .contenido
{
max-width:100%;	
padding:0px;
}
.inicio-main .content{max-width:100%}

.inicio-main .contenido{margin-top:30px}

.menutop
{
text-align:right;
margin-bottom:-33px;	
height:33px;
overflow:hidden;
z-index:2;
width:245px;
float:right;
margin-right:85px
}

.menutop div{float:right;margin-left:10px}

.menutop a
{
	color:#000;
	transition:0.3s;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	-ms-transition:0.3s;
	display:inline-block;
	width:25px;
    padding: 5px;
    height: 25px;
    line-height: 22px;
    font-size: 22px;
    overflow: hidden;
    position: relative;
    text-align: center;

}

.menutop a:hover
{
background:#ffb80d;	
color:#fff;
}

.menutop a i
{
    display: block;
    height: 100%;
    position: relative;
    top: 0%;
    transition: top 0.35s ease 0s;
    width: 100%;
    margin-bottom: 31px;
	
}

.menutop a:hover i {
    top: -56px;
}

.secciones-list{margin-top:15px;}

.secciones-portada h2, .secciones-list h2
{
background:#6D1C00;
color:#fff;
/*font-size:0px;	*/
/*height:25px;*/
text-decoration:none;
	margin-bottom:25px;
text-indent:10px;
}

.secciones-portada dt img, .secciones-list dt img, .secciones-portada article img
{
max-height:234px;
}

h2{
color:#6D1C00;
text-decoration:none;
font-size:2em;
/*font-family: 'Pinyon Script', cursive;*/
/*font-family: 'Roboto Condensed', sans-serif;*/
font-family: 'lato-light', sans-serif;
	}

.noticias-portada h2
{
background:#ffb401;
color:#fff;
/*height:25px;*/
text-decoration:none;
margin-bottom:10px;
font-size:2em;
text-indent:10px;
margin-top:0px
}


/*.secciones-portada h2:after
{
	font-size:1em;
	content:"Destacados";
	text-decoration:none;
}

.secciones-list h2:after
{
	font-size:2.5em;
	content:"Secciones";
	text-decoration:none;
}*/

.cuerpo p
{
/*clear:both;	*/
overflow:hidden;
}

.cuerpo p img
{
margin-bottom:10px;	
vertical-align:middle;
}

.cuerpo b, .cuerpo strong
{
color:#6D1C00	
}

.flexslider .slides img
{
margin-bottom:0px!important;	
}

.flexslider .slides li
{
border-bottom:8px #6D1C00 solid;	
}

.detalles-ruta
{
float:right;
width:24%;	
padding:15px;
border-radius:10px;
overflow:hidden;
background-color:#fafafa;
margin-bottom:25px;
font-size:1.2em;
font-weight:100;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
}

.texto-ruta
{
float:left;
width:70%;	
}

.inicio-main .contenido section
{
width:100%;
max-width:1140px;
margin:0px auto;	
margin-top:15px;
margin-bottom:15px;
clear:both;
}

.secciones-portada
{
max-width:100% !important;	
/*background:url("images/fondo-secportada.jpg")center repeat;	*/
background: rgb(15,42,86); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(15,42,86,1) 0%, rgba(23,113,255,1) 50%, rgba(15,42,86,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(15,42,86,1) 0%,rgba(23,113,255,1) 50%,rgba(15,42,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(15,42,86,1) 0%,rgba(23,113,255,1) 50%,rgba(15,42,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2a56', endColorstr='#0f2a56',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

background:#ffb401 url("images/cascabeles.png") left 180% repeat-x;
display:block;
overflow:hidden;
position:relative;
margin-bottom:0px !important;
}

.secciones-portada > div h2, .secciones-portada header{display:none;}

.secciones-portada > div
{
max-width:1140px;
margin:0px auto;
padding:15px;
padding-top:20px;
padding-bottom:20px;
text-align:center;
}

.banners img
{
border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
-ms-border-radius:10px;	
max-width: 255px;
margin-right: 12px;
margin-left: 14px;
}

.banners a img{
transition:0.3s;
-webkit-transition:0.3s;
-o-transition:0.3s;
-ms-transition:0.3s;	
}

.banners a:hover img
{
opacity:0.9;	
}


/*****estilo contenido editable de secciones*****/
[class*="campo"] img{max-width:100%}

.ac-container{
margin-bottom:5px;
}

.ac-container label{
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    padding: 3px 10px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 30px;
    font-size: 14px;
font-weight:bold;
   background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
        0px 2px 2px rgba(0,0,0,0.1);
border-radius:0px;
-moz-border-radius:0px;
}

.acordeon label
{
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
        0px 0px 0px 0px rgba(0,0,0,0.1);
}

.ac-container div:nth-child(1) label{border-top-left-radius:5px;
border-top-right-radius: 5px;
}
.ac-container div:last-child label{border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px}

.ac-container label:hover{
   /* background: #fff;*/
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    
    color: #3d7489;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        0px 2px 2px rgba(0,0,0,0.1);
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
   /* background: transparent url(../images/arrow_down.png) no-repeat center center;  */
}

.ac-container input:checked + label:hover:after{
   /* background-image: url(../images/arrow_up.png);*/
}

.ac-container label{
background: transparent url("https://www.superweb.net/images/arrow_down.png") no-repeat 98%;
}

.ac-container input:checked + label{
background: #f1f1f1 url("https://www.superweb.net/images/arrow_up.png") no-repeat 98%;
border-radius:5px 5px 0px 0px;
}

.ac-container input{
    display: none;
}

.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
	transition:0.5s;
    /*transition: 
        height 0.3s ease-in-out, 
        box-shadow 0.6s linear;*/
}

.ac-container input:checked ~ article{
    transition: 
        height 0.5s ease-in-out, 
        box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}

.ac-container article p{
    /*font-style: italic;*/
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.ac-container article ul li{
    /*font-style: italic;*/
    color: #777;
    line-height: 23px;
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 7px;
    text-align: justify;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.ac-container input:checked ~ article.ac-small{
    height: auto;
}
.ac-container input:checked ~ article.ac-medium{
    height: auto;
}
.ac-container input:checked ~ article.ac-large{
    height: auto;
}


.acordeon input:checked + label{
border-radius:0px;
margin-top:2px
}

.acordeon div:nth-child(1) input:checked + label{
border-radius:5px 5px 0px 0px;
margin:0px
}

.acordeon div:last-child article
{
border-radius:0px 0px 5px 5px	
}


/*****TABS******/
.nav-tabs {
  border-bottom: 1px solid #ddd;
  border-top:0px !important;
  background:none !important;
  overflow:hidden;
  padding-bottom:0px !important;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  border-bottom:0px !important;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  width:auto;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}



/*****FIN TABS*****/


.ancho1, .ancho2, .ancho3, .ancho4{display:inline-block;vertical-align:top;box-sizing:border-box;margin-bottom:10px}
.ancho1{width:100%;}
.ancho2{width:66%;}
.ancho3{width:49.6%;}
.ancho4{width:32.8%;}


/*****fin estilo contenido editable de secciones*****/


@media screen 
and (max-width : 1000px)  {
	
	.menutop{margin-right:0px;}
.masvendidos,.masvistos{display:none;}

.noticias-portada dl, .noticias dl, .agenda dl, .agendaportada ul li
{
width:100%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;	
}

#banderas
{
text-align:right;
margin-bottom:10px;
top:5px;
}
.rslides{display:block;}
.rslides ul, #slider1{margin-bottom:0px !important;}
.flash, #fadeshow1, #coin-slider, .coin-slider
{
display:none;	
}

	a#pull, a#pull2, a#pull3, a#pull4 {
		display: block;
		width: 100%;
		position: relative;
		font-size:0px;
		height:30px;
		background-color:#333;
		margin-top:0px;
	}
	
	a#pull:hover, a#pull2:hover, a#pull3:hover, a#pull4:hover
	{
	cursor:pointer;	
	}
	
	a#pull:after, a#pull2:after, a#pull3:after, a#pull4:after {
		content:"";
		background: url('https://www.superweb.net/images/nav-icon.png') no-repeat 0 4px;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: relative;
		margin-left:10px;
		/*top: -2px;*/
		
	}

.contenido, .header, .footer, .bienvenida, .content, .container, .cuerpo
{box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;}

.fotogrande{width:100%;max-width:540px;margin:0px auto;}
.carousel,.visitados{display:none;}

.container{width:100%;}

	.header, header, nav{
	height:auto !important;	
	overflow:hidden;
	}

.header, header{
	width:100%;
	max-width:960px;
	}

img{
max-width:100%;
	}

.content
{
margin:0px;
padding-left:10px;
padding-right:10px;	
}
	
	.content img
{
max-width:100%;
}


	.galeria div{
	/*	margin:0px;
		width:100%;*/
	}
	
	.gmap
{
max-width:100%;	
}

.contenido
{
display:table;
width:100%;
}

.menusup{
	width:100%;
	max-width:1000px;
	clear:both;
	border:0px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	background:none;
	height:auto;
	overflow:hidden;
	padding-left:0px;
	left:0px;
	top:0px;
	margin-bottom:0px;
	margin-top:10px;
	border-radius:0px;
	-webkit-border-radius:0px;	
	}


.content{display:table-caption;width:100%;float:none;padding-top:0px;}
/*.sidebar1,.sidebar2{width:100%;float:none;margin:0px;}	*/
ul.nav, ul.nav a{width:100%;}
.sec-principal{width:80%!important;}
ul.nav a.submenuheader{width:17%;}

#navdesp, ul.nav{
	width:100%;
	display:block;
	margin-left:0px;	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
	display:none;
	height:auto;
	overflow:hidden;
	border-radius:0px;
	-webkit-border-radius:0px;	
}

#navdesp li, #navdesp li a{
width:100% !important;
float:none !important;	
	display:block;
	margin-left:0px;
	transition:0.2s;
	-webkit-transition:0.2s;

}

	
	#navdesp li a{
	width:100%;
	border-radius:0px;
	-webkit-border-radius:0px;	
	color:#fff;
	height:auto;
	margin-left:0px;
	padding-top:10px;
	padding-bottom:10px;
	}

	#navdesp ul.submenu
	{
	position:relative;
	width:100%;
	padding:0px;
	overflow:hidden;
	box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	}
	
	#navdesp ul.submenu li:last-child
	{
	border-bottom:0px;	
	}


	/****FICHA PRODUCTOS***/
	.ficha h2, .imagenes,.info-producto, .precio-compra,.ficha .redes,.descripcion{float:none;}
	.redes{clear:both;max-width:175px;}
	.addthis_toolbox{max-width:175px;}
	.ficha h2{margin-right:0px;}
	.imagenes{width:100%; max-width:580px;margin:0px auto;}
	.fotogrande-producto,.fotogrande{width:100%;max-widht:540px;margin:0px auto;border:0px;min-height:auto;margin-bottom:10px;padding:0px;}
	/*.fotogrande-producto img{width:100%!important}*/
	.fotograde-producto ul li figure img, .fotogrande img{width:100%;max-widht:540px;}
	.info-producto{clear:both;}
	.ficha .redes,.descripcion,#comentarios,#documentos,.agotado,.visitados,.precio-compra,.info-producto,.ficha,.ficha h2,#migas, .texto-footer,.footer,footer,.resumen, .resumen-producto, .resumen table, .subtotal, .seccion-main .bienvenida > h2, .nosotras div{width:100%; box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;}
	.resumen-producto{float:none;}
	.texto-footer{padding-right:5px;margin-top:15px;position:relative;}
	.desarrolla{position:relative;}
	.precio_ficha{width:48%;}
	.precio-compra{overflow:hidden;margin-top:10px;}
	.boton_comprar{margin-right:0px;width:50%;float:right;background:none;}
	.boton_comprar form div{padding:10px;padding-top:0px;width:100%;float:right;text-align:right;}
	.boton_comprar form div label{margin-right:10px;}
	.boton_comprar form input.buybutton{float:right;padding:10px;background:#dfdfdf;border-radius:10px}
	.agotado-producto-portada, .agotado-producto{bottom:-45px;left:auto;}
.titulo-producto, .titulo-subcategoria{width:100%;padding:0px!important; text-align:center}
p.precio-producto, p.precio-producto-portada, .precio-producto-portada{padding:0px;overflow:hidden;text-align:justify;width:100%;}
.productos ul li, .productos-destacados ul li{margin-left:5px;margin-right:5px;}
	a.comprar{top:0px;}
.productos ul li img, .productos-destacados ul li img{width:100%;max-width:200px;padding:0px;}
.productos ul li, .productos-destacados ul li{width:30%;}
.content{padding-left:10px;}
#boton-compra{width:auto;}
.ref-carrito img{display:none;}
.formulario_contacto input, .blog input, .formulario_comentario input{width:100%;}
#acceder{margin-top:20px;width:100%!important;}
[itemprop="price"]{padding-left:5px;font-size:1.3em;}

.subtotal-carrito span{padding-left:50px;}
#datos-envio, #datos-facturacion{left:auto;}
.seleccionado a{color:#FFEFEF !important}
.seleccionado a:hover{color:#580001 !important}

#subir{display:none;}


.video, .html {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.video .embed-responsive-item, .html .embed-responsive-item,
.video iframe, .html iframe,
.video embed, .html embed,
.video object, .html object,
.video video, .html video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video, .html {
  padding-bottom: 56.25%;
}
/*.video.embed-responsive-4by3, .html.embed-responsive-4by3 {
  padding-bottom: 75%;
}*/

.galeria, .reportajes,.redes
{
display:block;
overflow:hidden;
width:100%;	
}


.opcion-ficha{margin-bottom:10px;}

.banner
{
text-align:center;	
}

.galeria ul li, subcategorias ul li
{
width:22%;	
}

.galeria ul li img, subcategorias ul li img
{
max-width:100%;	
}

.logo{height:150px;}
.menusup{margin-left:0px;top:40px;}
header{background:#FFB401}

#navdesp li a{background: #d46013;}
#navdesp li a:hover{background: #FFB401;}
.inicio-main .html{padding:0px}

.inicio-main .content{padding-left:15px;padding-right:15px;box-sizing:border-box;}
}

@media screen 
and (max-width : 750px)  {
.form-pedido, .datos-pago{
width:100%; box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;
}
.empresa-main .cuerpo table tbody tr td{width:100% !important}

.header
{
background:none!important;	
}

ul.nav a.submenuheader{width:13%;}

.redes-faldon
{
margin-left:0px;
display:block;
overflow:hidden;
width:100%;
text-align:left;
float:none;
clear:both;	
}

.redes-faldon ul
{
float:none;	
}

.desarrolla,.accesos-privados{width:48%;}
.desarrolla{float:left;text-align:left;}

.galeria ul li, subcategorias ul li, .secciones-portada article, .videos ul li
{
width:45.3%;	
text-align:center;
}

.bv{
display:inline-block;
margin-bottom: 10px;
margin-top: 10px;
}

}

@media screen 
and (max-width : 480px)  {
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.ancho1,.ancho2,.ancho3,.ancho4{float:none;width:100%}

.cuerpo p
{
clear:both	
}
.logo
{
top:45px !important;
left:5px !important;	
}

.inicio-main .col-4{margin-left:0px}

.noticias-portada article{width:100%}
.menu-footer,.iconos-footer{display:none;}
.texto-footer{margin-top:555px}

.redestop{position:relative;margin-bottom:0px;padding-top:5px;width:98%;text-align:left;padding-left:5px;box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;}

#navdesp ul.submenu li
{
width:100%;	
}
#navdesp ul.submenu li a
{
width:100%;	
padding-left:5px;
}
.accesos-privados
{
float:none;
padding-left:0px;	
}
.desarrolla,.accesos-privados
{
float:none;
width:100%;	
text-align:left;
}
.texto-footer{width:95%}

.rslides .callbacks_tabs li
{
height:20px !important;
width:20px !important;	
}

.buscador{width:100%;float:none;}

.productos ul li, .productos-destacados ul li{width:46.5%;text-align:center;}
.productos ul li img{float:none;}
.navegador{display:none;}
#boton-compra{width:100%;margin-top:20px;text-align:center;box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;}
.resumen table tbody tr th:nth-child(1), .resumen table td.ref-carrito, .resumen table tbody tr:last-child td:nth-child(1)
{
display:none;	
}

.subtotal-carrito span{padding-left:30px;}
.footer div{width:100%;}

.galeria ul li, .subcategorias ul li, .secciones-portada article, .videos ul li
{
width:100%;
text-align:center;
margin-left:0px;
margin-right:0px	
}

.reportajes ul li
{
width:40%;
margin-left:10px;
margin-right:10px;	
}

.boton_comprar form div{width:80%;box-sizing:border-box;-webkit-box-sizing:border-box;}

}

@media (max-width:580px)
{
	.reportajes ul li, .reportajes-portada article{flex-basis:49%}
}

@media screen 
and (max-width : 450px)  {
	.boton_comprar{float:left;}
	#datos-envio, #datos-facturacion{width:100%; margin-left:0px;}
	#datos-envio{margin-top:1px;}
	#datos-facturacion{margin-bottom:0px;}
	a.comprar{display:block;float:none;}
	[itemprop="price"]{width:100%;text-align:center;display:block}
.galeria ul li, .subcategorias ul li, .secciones-portada article
{
width:90%;
text-align:center;	
}

.reportajes ul li, .reportajes-portada article{flex-basis:99%}

}

.rslides ul{margin-bottom:0px !important;}
ul.callbacks_tabs{display:none;}

.campo119{background:#ffb80d;padding-bottom:2rem}
.campo119 H2{color:#fff}
.campo119 .item h2{display:none;}
.campo119 header{background:none;height:auto !important}
#owlcampo-119 .item figure{background:none !important;}
  @media (min-width: 1000px){
#owlcampo-119 .item img {
 /* max-width: 75% !important;*/
  max-height: 259px !important;
}
  }

  #cookies #boton-cookb {
  display: none !important;
}
#cookies {
  position: fixed;
  color: white;
  font-size: 0.8em;
  line-height: 1.5em;
  bottom: 4rem;
  max-width: 25em;
  padding: 1rem;
  background: black;
  z-index: 10001;
  margin-left: 1vw;
}
#cookies a {
  color: #fff;
}
#cookies .boton-cook {
  color: #fff;
  background-color: #0060df;
  border: 0;
  padding: 0.5rem;
  display: block;
  margin: 1rem auto;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  float: none;
  font-size: 1.2rem;
  cursor:pointer
}
#cookies .boton-cook:hover {
  background-color: #0080ef;
}
#cookies #boton-cook2 {
  background: none !important;
  color: #666;
  border: 0;
  border-radius: 0;
  float: right;
  font-size: 0.9rem;
  margin: 0;
  cursor:pointer
}
.aceptacookies {
  font-size: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000000;
  padding-left: 10px;
  padding-bottom: 10px;
}
#cookies #boton-cookb {
  padding: 10px;
  font-size: 14pt;
}