/*------------------------------------------------*/
/*Reset de Eric Meyer para HTML5*/
/*------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
textarea, input { font-family: inherit; font-size: inherit; }
textarea { overflow: hidden; }
input[type='checkbox'] { margin: 0; padding: 0; }

/*------------------------------------------------*/
/*Utilidades*/
/*------------------------------------------------*/
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.clearfix:before,
.clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
.clearfix       { zoom:1; /* Para IE 6/7 (trigger hasLayout) */ }
.tc 			{ text-align: center; }
#mti_wfs_colophon { display: none!important; }
.va-top { vertical-align: top;}

/*------------------------------------------------*/
/*Sticky footer*/
/*------------------------------------------------*/
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}


/*------------------------------------------------*/
/*Mobile*/
/*------------------------------------------------*/
body {
	background: url(../extranet_images/body-pattern.jpg) repeat top left;
	font-family: 'Roboto', Arial, sans-serif;
}
html { padding: 0!important;}
.login-back body {
	background-image: none;
}
h1 {
	font-size: 22px;
	font-weight: normal;
}
h1 strong {
	font-weight: 700;
}
h2,h3,h4 {
	font-weight: normal;
	font-weight: 700;
}
h2 {
	color: #a27800;
	border-bottom: 1px solid #e7e7e7;
	text-transform: uppercase;
	margin: 45px 0 20px 0;
	padding: 0 0 10px 0;
	font-weight: 700;
	font-size: 18px;
}
p {
	font-size: 16px;
	line-height: 1.3;
	color: #6f6f6f;
	font-weight: 400;
}
img {
	width: 100%;
	max-width: 100%;
}
a{
	text-decoration: none;
	color: #a3995a;
}
a:hover { color: #000;}
input[type="text"], input[type="email"], input[type="password"], textarea, select {
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	border-radius: 4px;
	border: 1px solid #c0c0c0;
	-moz-box-shadow: inset 0 0 5px 1px #e2f5fe;
	-webkit-box-shadow: inset 0 0 5px 1px #e2f5fe;
	box-shadow: inset 0 0 5px 1px #e2f5fe;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 4px;
	margin: 0;
}
.row {
	width: 100%;
	padding: 0 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*Login*/
#footer {
	background-color: #7f1a2d;
}
.cab-login {
	background-color: #991f36;
}
.cab-login h1 {
	padding: 25px 0;
	text-align: center;
}
.cab-login h1 img {
	max-width: 432px;
}
.login-contenido {
	width: 100%;
	position: relative;
	min-height: 600px;
	padding: 20px 5px;
}
.login-login {
	padding: 50px;
	background-color: #fff;
	border-radius: 6px;
	margin: 0px auto;
	-moz-box-shadow: 0 0 5px 1px #000;
	-webkit-box-shadow: 0 0 5px 1px #000;
	box-shadow: 0 0 5px 1px #000;
	margin: 0px 0;
 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.login-login h2 {
	font-weight: 400;
	font-size: 24px;
	text-transform: none;
	border: none;
	color: #010101;
	text-align: center;
	margin: 0;
}
.login-login h3 {
	font-weight: 400;
	text-align: left;
	color: #aeaeae;
	padding: 0 0 10px 0;
	text-align: center;
}
.login-login p {
	margin-bottom: 5px;
	font-size: 1.05em;
	text-align: justify;
	font-weight: 300;
	color: #626262;
}
.login-login p.tc {
	text-align: center;
}
.log-error{
	font-weight: 400;
	text-align: center;
	color: #red;
	padding: 15px 0;
}
.login-login form {
	padding: 20px 18px 10px 18px;
}
.login-login form p {
	margin: 0 0 10px 0;
}
.login-login form label {
	display: inline-block;
	width: 100%;
}
.login-login form input[type="password"],
.login-login form input[type="text"] {
	display: inline-block;
	width: 100%;
}
.login-login button {
	margin: 20px 0 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	background-color: #8c182d;
	border: none;
	border-radius: 6px;
	padding: 10px 20px;
	cursor: pointer;
	-webkit-box-shadow: inset 0px 0px 5px 0px #6e1526;
	-moz-box-shadow: inset 0px 0px 5px 0px #6e1526;
	box-shadow: inset 0px 0px 5px 5px #6e1526;
	text-shadow: 1px 1px 10px rgba(35, 31, 32, 0.7);
}
.recordar {
	position: relative;
}
.recordar a {
	font-size: 14px;
	font-weight: 400;
	color: #991f36;
	display: block;
	margin: 20px 0 0 0;
}
.recordar a:hover {
	color: #000;
}
#footer { min-height: 170px; padding: 0 0 20px 0;}
.login-footer p.ini{
	padding: 30px 0 10px 0;
	font-size: 16px;
	color: #cac397;
	font-weight: 400;
}
.login-footer p.ini a {
	color: #cac397;
}
.login-footer p.ini strong {
	color: #fff;
	margin: 0 15px;
}
.login-footer p.ini span {
	display: inline-block;
	margin: 0 15px;
}
.login-footer p.link {
	font-weight: 700;
	font-size: 22px;
}
.login-footer p.link a {
	color: #fff;
}
.login-footer p.ini a:hover, .login-footer p.link a:hover {
	color: #000;
}
.login-social {
	text-align: center;
	margin: 10px;
}
.login-social li {
	width: 34px;
	display: inline;
}
.login-social li a {
	width: 34px;
	display: inline-block;
}
.cab {
	background: #fdf7e7 url(../extranet_images/cabecera1-pattern.jpg) repeat-x bottom left;
}
.pad {
	padding: 30px 0 30px 0;
}
.cab-logo {
	width: 305px;
	text-align: center;
	padding: 0 0 0 5px;
	float: left;
	margin: 0!important;
}
.cab-logo img {
	max-width: 386px;
}

.menu {
	padding: 15px 0;
	background-color: #f5f5f5;
	border-bottom: 1px solid #fff;
	-moz-box-shadow:0 2px 2px rgba(227, 227, 227, 0.75);
    -webkit-box-shadow: 0 2px 2px rgba(227, 227, 227, 0.75);
    box-shadow: 0 2px 2px rgba(227, 227, 227, 0.75);
}
.menuprin {
	text-align: center;
}
.menuprin li a {
	font-weight: 400;
	font-size: 18px;
	color: #a3995a;
}
.menuprin li.active a {
	color: #000;
}
.menuprin li a span {
	color: #000!important;
}
.menuprin li a:hover {
	color: #000;
}
.content {
	border-bottom: 1px solid #cacaca;
	padding: 55px 0 0 0;
	background: #f9f9f9 url(../extranet_images/contenido-pattern.jpg) repeat top left;
	-moz-box-shadow: inset 0 20px 20px rgba(237, 237, 237, 0.75);
    -webkit-box-shadow: inset 0 20px 20px rgba(237, 237, 237, 0.75);
    box-shadow: inset 0 20px 20px rgba(237, 237, 237, 0.75);
}
.contents {
	padding: 0 0 55px 0;
	/*-moz-box-shadow: inset 0 -20px 20px rgba(237, 237, 237, 0.75);
    -webkit-box-shadow: inset 0 -20px 20px rgba(237, 237, 237, 0.75);
    box-shadow: inset 0 -20px 20px rgba(237, 237, 237, 0.75);*/
}
.contents h1 {
	margin: 0 0 45px 0;
}
.suscripciones {
	text-align: center;
}
.suscripcion {
	background-color: #fff;
	max-width: 390px;
	min-height: 400px;
	margin: 20px 1%;
	padding: 0 0 40px 0;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #beb36e;
	-webkit-box-shadow: 0px 2px 22px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 22px 4px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 22px 4px rgba(0,0,0,0.5);
}

.suscripcion img.menos { width: 100%;}
.suscripcion.menos { width: 330px;}
.edicion {
	font-weight: 700;
	font-size: 25px;
	color: #000;
}
.edicion_last {
	margin-top: 20px;
}
.edicion span {
	font-weight: 300;
	color: #4E4E4E;
	font-size: 20px;
}
.suscrib {
	font-weight: 400;
	font-size: 22px;
	background-color: #b0a58b;
	padding: 10px 30px;
	border-radius: 6px;
	color: #fff;
	margin: 20px 0 0 0;
	display: inline-block;
}
.suscrib:hover {
	background-color: #000;
	color: #FFF;
}
.suscripdet {

}
.suscripdet header {
	border-bottom: 1px solid #e7e7e7;
}
.suscripdet header h1 {
	margin:0;
	position: relative;
	display: inline-block;
}
.datosBodega { float: left; }
.suscripdet header h1 strong {
	font-weight: 700;
	font-size: 30px;
	margin: 15px 0 5px 0;
}
.suscripdet header h1 span {
	display: block;
	font-weight: 400;
	font-size: 26px;
}
.suscripdet header h1 img {

}
.suscripdet header p {
	font-weight: 400;
	font-size: 18px;
	color: #6f6f6f;
}
.suscrip-form-etq p,
.suscrip-form-per p,
.banq-txt p,
.banq-fields p, .banq-fields-iz p  {
	margin: 0 0 10px 0;
}

.suscrip-form-per p label {
	display: block;
}
.suscrip-form-per p select,
.suscrip-form-per p input {
	width: 100%
}
.suscrip-form-etq textarea {
	width: 100%;
	height: 150px;
}
.banq-fields input[type="checkbox"], .banq-fields-iz input[type="checkbox"] {
	margin: 0 10px 0 0;
}
.banq-fields p.cheq label, .banq-fields-iz p.cheq label {
	width: auto!important;
}

.banq-fields label, .banq-fields-iz label {
	width: 100%;
	display: inline-block;
}
.border-iz {
	border-radius: 4px 0 0 4px!important;
}
.border-de {
	border-radius: 0 4px 4px 0!important;
}
.border-none {
	border-radius: 0!important;
	border: 1px solid red;
}
.banq-fields input[type="text"].cuenta4 {
	width: 25%;
}
.banq-fields input[type="text"].cuenta3 {
	width: 17%;
}
.banq-fields input[type="text"].cuenta2 {
	width: 8%;
	margin:  0 1% 0 0;
}
.banq-fields input[type="text"].cuenta1 {
	width: 12%;
	margin:  0 1% 0 0;
}

.banq-fields-iz input[type="text"].cuenta4 {
	width: 10%;
}
.banq-fields-iz input[type="text"].cuenta3 {
	width: 7%;
	margin:  0 1% 0 0;
}
.banq-fields-iz input[type="text"].cuenta2 {
	width: 3%;
	margin:  0 1% 0 0;
}
.banq-fields-iz input[type="text"].cuenta1 {
	width: 5%;
	margin:  0 1% 0 0;
}
.cuenta { padding: 4px 0;}
.cuenta, .cuenta1, .cuenta2, .cuenta3, .cuenta4 { float: left; }

.cuenta1::placeholder, .cuenta2::placeholder, .cuenta3::placeholder, .cuenta4::placeholder { color: rgba(0, 0, 0, 0.3); opacity: 1; }
.cuenta1:-ms-input-placeholder, .cuenta2:-ms-input-placeholder, .cuenta3:-ms-input-placeholder, .cuenta4:-ms-input-placeholder { color: rgba(0, 0, 0, 0.3); }

.suscrip-form-fact select {
	width: 80%;
	margin: 0 5% 0 0;
}
.suscrip-form-fact a {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	background-color: #b0a58b;
	padding: 5px 15px;
	border-radius: 4px;
	display: inline-block;
	margin: 5px 0 0 0;
}
.suscrip-form-fact a:hover {
	background-color: #000;
}
.bt-nuevo {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	background: #b0a58b url(../extranet_images/mas.png) no-repeat 7px 50%;
	padding: 5px 15px 5px 20px;
	border-radius: 4px;
	display: inline-block;
	margin: 5px 0 0 0;
}
.bt-nuevo:hover {
	background-color: #000;
}
.fact-new {
	margin: 30px 0 0 0;
}
.fact-new h3 {
	font-weight: 400;
	font-size: 16px;
	margin: 0 0 10px 0;
}
.privacidad {
	padding: 50px 0;
}
.privalink input {
	margin: 0 10px 0 0;
}
.privalink a{
	font-weight: 400;
	font-size: 16px;
	color: #655e32;
}
.privalink a strong {
	font-weight: 700;
}
#polpriva {
	padding: 5px 0;
	display: none;
}
#polpriva a {
	color: #000;
}
.bt-enviar, .bot {
	font-weight: 400;
	font-size: 22px;
	background-color: #b0a58b;
	border-radius: 6px;
	color: #fff;
	border: none;
	padding: 15px 50px;
	cursor: pointer;
	text-shadow: 1px 1px 2px rgba(129, 118, 94, 0.9);
}
.bot-mas { max-width: 150px; font-size: 18px; display: block;}
.bot-mas:hover { background: #7B7361;}
.bt-enviar.bt-cancelar {
	background-color: #d3d3d3;
}
.bt-enviar:hover {
	background-color: #000;
}
.suscrip-ok{
	background-color: #fff;
	padding: 40px 20px;
	-webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 5px rgba(50, 50, 50, 0.75);
}
.suscrip-ok header h1 {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.suscrip-ok header h1 img {
	max-width: 250px;
}
.suscrip-ok header p {
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	color: #000;
}
.suscrip-ok header p.precio {
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #666;
}
.suscrip-ok header p.cosecha {
	font-weight: 400;
	font-size: 22px;
}
.suscrip-ok-txt h2 {
	border-bottom: none;
	color: #837832;
	margin: 40px 0 0 0;
}
.suscrip-ok-txt h2:first-child {
	margin: 20px 0 0 0;
}
.suscrip-ok-txt p {
	font-weight: 400;
	font-size: 16px;
	color: #6f6f6f;
}
.suscrip-ok-txt strong,
.suscrip-ok-txt a {
	color: #000;
}
.suscrip-ok-envios {
	border-top: 1px solid #b3b3b3;
}
.envio {
	border-bottom: 1px solid #b3b3b3;
	padding: 18px 0;
	position: relative;
}
.envio h3 {
	font-weight: 700;
	font-size: 36px;
	margin: 0 0 10px 0;
}
.envio h3 span {
	font-weight: 400;
	font-style: italic;
	color: #919191;
	font-size: 18px;
	display: block;
}
.envio p {
	font-weight: 400;
	font-size: 16px;
	margin: 3px 0;
}
.envio p span {
	padding: 0 8px;
	display: inline-block;
}
.suscrip-hist {
	padding: 0 0 40px 0;
}
.suscrip-hist h1 {
	text-align: center;
	margin-bottom: 36px;
}
.suscrip-hist h1 img {
	max-width: 275px;
}
.suscrip-hist ul {
	border-top: 1px solid #d4d4d4;
}
.suscrip-hist ul li a {
	display: block;
	background-color: #fff;
	padding: 10px 20px;
	border-bottom: 1px solid #d4d4d4;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	-webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.suscrip-hist ul li a strong {
	font-weight: 700;
}
.suscrip-hist ul li a:hover {
	background-color: #e5e5e5;
}
.suscrip-hist p {
	padding: 5px 20px;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
}
.suscrip-hist p a {
	color: #a3995a;
}
.suscrip-hist p a:hover {
	color: #000;
}
.suscrip-hist p a span {
	font-size: 20px;
}
.aster h1 {
	padding: 0 0 0 0;
	min-height: 85px;
}
.aster h1 img {
	width: auto;
	float: left;
	margin-right: 25px;
}
.piearriba {
	border-top: 1px solid #fff;
	background-color: #ebebeb;
	height: 49px;
	-moz-box-shadow:0 2px 2px rgba(163, 151, 121, 0.75);
    -webkit-box-shadow: 0 2px 2px rgba(163, 151, 121, 0.75);
    box-shadow: 0 2px 2px rgba(163, 151, 121, 0.75);
}
.piearriba p a {
	width: 32px;
	height: 32px;
	margin: 7px 0 0 0;
	background: #fff url(../extranet_images/arriba.gif) no-repeat top left;
	border: 1px solid #e3e3e3;
	display: inline-block;
	text-indent: -9999px;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.piearriba p a:hover {
	background-position: left -5px;
}
.pie {
	padding: 30px 0;
}
.pie p.ini{
	padding: 0 0 10px 0;
	font-size: 16px;
	color: #6f6242;
	font-family: 'Roboto', sans-serif; font-weight: 400;
}
.pie p.ini a {
	color: #6f6242;
}
.pie p.ini strong {
	color: #fff;
	margin: 0 15px;
}
.pie p.ini span {
	display: inline-block;
	margin: 0 15px;
}
.pie p.link {
	font-family: 'Roboto', sans-serif; font-weight: 700;
	font-size: 22px;
}
.pie p.link a {
	color: #fff;
}
.pie p.ini a:hover, .pie p.link a:hover {
	color: #000;
}
.w500 { max-width: 500px; margin: 0 auto;}
.w800 { max-width: 800px; margin: 0 auto;}

.col-50 { width: 45%; float: left;  padding: 0 15px;}

.container h1 { font:  bold 2em 'Roboto', sans-serif; margin: 20px 0 10px;}
.container p, #lista-noticias p.descNoticia { margin: 15px 0; font: 1em 'Roboto', Arial, sans-serif;}
#lista-noticias li { margin: 20px 0; border-bottom: 1px solid #e8e8e8; padding: 10px; cursor: pointer;}
.container strong { font-weight: bold; color: #000;}
.container h2 { color: #000; text-transform: none; border: none; font-size: 1.3em}
.container .list-docs li { margin: 5px 0;}
.container .list-docs  a { display: block; border: 1px solid #e8e8e8; background: #FFF; padding: 25px; color: #887330; font: 1em 'Roboto', sans-serif; }
.container .list-docs a:hover { color: #000; background: #f7f7f7;}
i.icon-disc { display: inline-block; vertical-align: middle; width: 41px; height: 41px; margin-right: 10px; background: url('/images/sprite.png') no-repeat -400px -5px;}
.pad-bot { padding-bottom: 100px}
.container .mbot { margin-bottom: 40px;}

.img-min {max-height: 150px; width: auto; margin: 0 auto; display: block; border: 1px solid #dddddd; padding: 4px; line-height: 1.42857143; border-radius: 4px; }

.img_noticia {max-height: 400px; width: auto; margin: 0 auto; display: block; }

.noticia-fin-img {float: left; width: 25%; margin: 0 auto; padding-right: 15px; }
.noticia-fin-texto {float: left; width: 70%;}

.noticia-fin {margin-top: 15px;}

#listado-noticias .titNoticia:hover { color: #000000;}
a.link-noticia:hover { color: #000000;}

.link-noticia-mas {font: 1em 'Roboto', Arial, sans-serif; color: #6f6f6f;}

#listado-noticias h1 { text-align: center}
#listado-noticias .titNoticia { color: #a3995a; font-size: 1.3em; margin: 0; }
.centrar { margin: 25px auto; display: block;}
.cerrar { cursor: pointer; font: 1.5em Arial; color: #887330;  padding: 2px 5px; border: 1px solid #887330; display: block; width: 30px; height: 30px; float: right; }
.anterior { float: left; width: 50%; border-right: 1px solid #e8e8e8; padding: 0 20px; }
.siguiente { float: left; width: 50%; padding: 0 20px; }
.otras-noticias p { font: 1em 'Roboto', Arial, sans-serif; margin: 0 0 20px;}
a.link-noticia { color: #a27800; font-size: 1.2em;}
.txt-center { text-align: center;}
.nuestro-equipo { float: left; width: 40%; padding: 0 25px; border-right: 1px solid #e8e8e8}
.form { float: left; width: 90%; padding: 0 25px; }
.form input[type="text"], .form input[type="email"], .form input[type="password"], .form textarea {
	width: 100%;
	margin: 5px 0 15px;
	padding: 5px 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
}

.form .bot { text-transform: none; }
.form .bot:hover { background: #7b7361; }
dl.dl-horizontal dt {
  width: 230px;
  padding: 5px 0;
}
.dl-horizontal dt {
  float: left;
  overflow: hidden;

  width: 160px;
  padding: 5px 0;
}
dl.dl-horizontal dd {
  margin-left: 250px;
  padding: 5px 0;
}
	.utils {
		font-family: 'PT Sans Narrow', sans-serif; font-weight: 400;
		font-size: 16px;
		background: #7b6c4d;
		padding: 5px 0;
	}
	.utils a {
		display: block;
		float: left;
		color: #FFF;
		text-transform: uppercase;
		padding: 5px 10px;
	}

	.utils li {
		display: inline;
		margin: 0 8px;
	}
	.utils li.active a {
		background: #3a2e16;
	}

	.utils a:hover {

		background: #a42d27;
	}
	i.icon-home { display: inline-block; width: 12px; height: 14px; vertical-align: middle; background: url('/images/sprite.png') no-repeat -371px -5px; }
	.nuestro-equipo { display: none; }


/* popup */
#popup {
	/*padding: 25px;*/
	background-color: #991f36;
}
#popup .popup-content{
	position:relative;
	padding: 30px 0px 50px;
}
#popup .popup-content .popup-texto {
	text-align: left;
}

#popup .popup-content .popup-texto p:first-child {
	margin-top:0;
	font-size: 1.2em;
}
#popup .popup-content .popup-texto strong {
	color: #ffffff;
}
#popup .popup-content .popup-texto p{
	text-align: left;
	color: #ffffff;
}
#popup .popup-content .popup-texto blockquote{
	padding: 10px 20px;
	border-left: 5px solid #eeeeee;
    font-size: 1em!important;
    margin: 0 0 20px;
    color: #ffffff;
}

#popup .popup-content .bot{
	background-color: #fff;
	color: #333;
	padding: 15px 10px;
	border-radius: 3px;
	font-size: 1em;
	margin:20px auto;
	display:block;
	max-width: 270px;
	border:none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
#popup .popup-content .bot{}

#popup .popup-content .bot:hover{
	color: #991f36;
}

.caja-cerrar-popup {
	width: 100%;
	height: 40px;
}
a.cerrar-popup {
    background: url("/extranet_images/cerrar-popup.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
}
a.cerrar-popup:hover {
	background-position: 0 -24px;
}


/*------------------------------------------------*/
/*Tablets*/
/*------------------------------------------------*/
@media only screen and (min-width: 769px) {
	.nuestro-equipo { display: block; margin-top: 45px;}
	.nuestro-equipo .img-logo {width:211; text-align: center}
	.form { width: 45%; }
	.cab-logo { width: 385px;}
	.login-back {
		margin: 0;
		padding: 0;
		background: url(../extranet_images/login-background.jpg) no-repeat 49% center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.login-login {
		width: 760px;
		min-height: 470px;
		margin: 30px auto;
	}
	.login-login form label {
		width: 30%;
	}
	.login-login form input[type="password"],
	.login-login form input[type="text"] {
		width: 70%;
	}
	.recordar a {
		position: absolute;
		top: 20px;
		right: 0;
		margin: 0;
		display: inline;
	}
	.cab-logo {
		text-align: left;
	}

	.menuprin {
		text-align: left;
	}
	.menuprin li {
		display: inline;
		margin: 0 40px 0 0;
	}
	.suscripcion {
		width: 30%;
		margin: 20px 1%;
	}
	.suscripdet header h1 {
		float: left;
		width: 40%;
	}
	.suscripdet header p {
		float: right;
		width: 50%;
		padding: 50px 0 0 0;
		text-align: right;
	}
	.suscrip-form-per p{
		display: inline-block;
		width: 46%;
		padding: 0 3% 0 0;
	}
	.suscrip-form-per p input,
	.suscrip-form-per p label {
		display: inline-block;
	}
	.suscrip-form-per p label{
		width: 25%;
	}
	.suscrip-form-per p input
	{
		width: 75%;
	}
	.suscrip-form-per p select
	{
		width: 73%;
	}
	.suscrip-form-etq p {
		width: 50%;
		float: left;
	}
	.suscrip-form-etq p:last-child {
		width: 45%;
		float: right;
	}
	.suscrip-form-fact ul{
		margin-top: 15px;
	}
	.suscrip-form-fact li{
		padding: 10px 0;
	}
	.suscrip-form-fact li label{
		font-size: 16px;
		line-height: 1.3;
		color: #6f6f6f;
		font-weight: 400;
	}
	.banq-txt {
		width: 61%;
		float: left;
	}
	.banq-fields {
		width: 35%;
		float: right;
	}
	.banq-fields label,.banq-fields-iz label {
		width: 25%;
		display: inline-block;
	}
	.banq-fields input[type="text"],.banq-fields-iz  input[type="text"]{
		width: 75%;
		display: inline-block;
	}
	.banq-fields-iz label {
		width: 10%;
	}
	.banq-fields-iz  input[type="text"]{
		width: 90%;
	}
	.suscrip-ok header {
		float: left;
		width: 25%;
	}
	.suscrip-ok header {
		float: left;
		width: 25%;
	}
	.suscrip-ok-txt {
		float: right;
		width: 65.6%;
		padding: 0 0 0 6%;
		border-left: 1px solid #e7e7e7;
	}
	.envio h3 {
		position: absolute;
		top: 20px;
		left: 0;
		width: 130px;
		text-align: center;
	}
	.envio {
		padding: 20px 0 20px 130px;
	}

}
/*------------------------------------------------*/
/*Desktop*/
/*------------------------------------------------*/
@media only screen and (min-width: 1025px) {
	/*.row {
		max-width: 1200px;
		width: 90%;
		margin: 0px auto;
		padding: 0;
		position: relative;
	}*/
	/*Sticky footer*/
	#main { padding-bottom: 170px; }
	#footer { position: relative; margin-top: -170px; height: 170px; clear:both; padding: 0; }

	.login-login {
		height: 598px;
		position: absolute;
 		top: 0; left: 0; bottom: 0; right: 0;
 		margin: auto;
	}
	.suscrip-form-per p {
		width: 30%;
		padding: 0 3% 0 0;
	}
	.suscrip-form-per p.ta {
		width: 100%;
		padding: 0 3% 0 0;
	}
	.suscrip-form-per p.ta label{
		width: 10%;
	}
	.suscrip-form-per p.ta textarea{
		width: 53.35%;
		height: 75px;
	}
	.cmini {
		width: 20%!important;
	}
	.suscrip-form-per p.half {
		width: 63.5%;
		padding: 0 3% 0 0;
	}
	.suscrip-form-per p.half-label {
		width: 50%;
		padding: 0 3% 0 0;
	}
	.suscrip-form-per p.normal {
		width: auto;
		padding: 0 3% 0 0;
	}
	.suscrip-form-per p.half label {
		width: 12%;
	}
	.suscrip-form-per p.half input {
		width: 88%;
	}
	.suscrip-form-per p.half-label label {
		width: 50%;
	}
	.suscrip-form-per p.half-label select {
		width: 33%;
	}
	.fact-new p.nfield {
		width: 15%;
		padding: 0 1% 0 0;
	}
	.fact-new p.nfield label {
		width: 35%;
		min-width: 58px;
	}
	.fact-new p.nfield input[type="text"] {
		width: 65%;
	}
	.fact-new p.nfield select {
		width: 45%;
	}
	.fact-new p.nmini label {
		width: 30%;
	}
	.fact-new p.nmini input[type="text"],
	.fact-new p.nfield select {
		width: 65%;
	}
	.suscrip-hist {
		display: inline-block;
		width: 33%;
		padding: 0 20px 40px 20px;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.suscrip-hist-c {
		border-right: 1px solid #e7e7e7;
		border-left: 1px solid #e7e7e7;
	}
}

.ml_enlace { margin-left: 20px; margin-bottom: 5px;}
.bot {
	-webkit-box-shadow:  0px 1px 3px 0px #b5b4b4;
    box-shadow:  0px 1px 3px 0px #b5b4b4;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;

    padding: 5px 10px;
	 }
.bot-small { width: 30px; height: 30px; margin: 0 3px; padding: 0; display: inline-block; background: #f0f0f0; vertical-align: middle;  }
.bot-small:hover { background: #0070E3; color: #FFF;}
i { display: inline-block; width: 30px; height: 30px; background-image: url('../../images/sprite.png'); background-repeat: no-repeat;}
i.add { background-position: -150px 0; }

.numeros {
    float: right;
    margin-right: 10px;
    top: 55px;
}
.numeros ul li {
    border-right: 1px solid #B8B8B0;
    display: inline-block;
    padding: 0 9px;
}
.numeros ul li:last-child {
	border: none;
}
.numeros li {
    text-align: center;
}

.numeros li span {
    color: #9B9B9B;
    font-family: 'Roboto',sans-serif;
    font-size: 11px;
    font-weight: 400;
}
.numeros li strong {
    color: #000;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.volver {
    text-align: right;
}
.volver {
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    text-align: center;
    top: -30px;
}
.volver a {
    color: #A3995A;
}
.volver span {
    font-size: 24px;
}

#back_historico {text-align:right}

div.barrica_select {float:left;width:50%;margin-left:0}
section.suscrip-form-per-barrica p {
    padding: 0 3% 0 0;
}
div.texto {float:left;width:75%;margin-left:10px}
div.barrica_select h3 {width:290px}
div.dibu_barrica_grande{background: #FAFAFA url(../extranet_images/barrica-grande.png) no-repeat center right;height:60px;width:70px;float:left}
div.dibu_barrica_peque{background: #FAFAFA url(../extranet_images/barrica-pequenia.png) no-repeat center right;height:60px;width:70px;float:left}

.texto-aviso {
	font-family: 'Roboto', sans-serif; font-weight: 700;
	color: #a27800;
	font-size: 18px;
}
.bt-suscrip {
	padding-top: 30px;
}
.bt-suscrip a {
	display: inline-block;
	background-color: #991f36;
	border-radius: 17px;
	padding: 8px 15px;
	color: #fff!important;
	position: relative;
	padding-right: 40px;
	transition: all .4s;
}
.bt-suscrip a:before {
	content: "";
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	right: 7px;
}
.bt-suscrip a:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 15px;
	top: 13px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #a0750c;
}
.bt-suscrip a:hover {
	background-color: #000;
	color: #fff;
}
.wmt {
	margin-top: 0!important;
}

/* Carrito programa puntos */

.programa-puntos {
	padding-top: 0;
}

.cabecera-programa-puntos {
	background: #f5f5f5;
	padding: 25px 0 15px;
}

.cabecera-programa {
	margin: 0!important;
	padding: 0!important;
}

.cabecera-programa p {
	border-bottom: none!important;
	margin-top: 43px;
    margin-bottom: 0!important;
}

.cabecera-programa .titulo-programa, .cabecera-programa .carrito {
	padding: 0;
}

.cabecera-programa .carrito a:before {
	content: '';
	display: block;
    background: #eb1e27 url(../images/cabecera-carrito.png) no-repeat 40% 60%;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	padding: 10px;
	position: absolute;
    top: 5px;
    left: -60px;
}

.cabecera-programa .carrito span {
	display: block;
}

.cabecera-programa .carrito #cart, .cabecera-programa .carrito .importe_articulos_carrito {
	display: inline;
}

.cabecera-programa .carrito .items {
	font-size: 13px;
}

.cabecera-programa .carrito #cart {
	padding-right: 5px;
}

.cabecera-programa .carrito .tit {
	font-size: 16px;
	color: #eb1e27;
	font-weight: 500;
}

.cabecera-programa .carrito a {
	float: right;
    text-align: right;
	width: auto;
	padding-top: 5px;
    min-height: 80px;
    position: relative;
    display: block;
	padding-left: 15px;
	color: #2b2c2c;
	line-height: 1.2em;
}

.cabecera-programa .carrito .tit:hover {
	color: #a50205;
}

.cabecera-programa .carrito .bt-basket {
	display: inline-block;
    background-color: #eb1e27;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    padding: 3px 6px;
    margin-top: 4px;
    transition: all .4s;
}

.cabecera-programa .carrito .bt-basket:hover {
	background-color: #a50205;
}

@media screen and (max-width: 768px) {
	.cabecera-programa .carrito a:before {
		display: none;
	}

	.cabecera-programa .carrito a {
		float: none;
		text-align: left;
		padding-left: 0;
	}
}

.cont-programa .pro-price {
	margin-top: 25px;
}

.cont-programa .carrito-eliminar {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 18px;
	margin-right: 10px;
	background: url('/images/sprite.png') no-repeat -97px -5px;
	color: transparent;
}

.cont-programa .total-puntos {
	font-size: 14px;
	padding-right: 0;
	padding-left: 10px;
}

.cont-programa .btn-solicitar {
	text-align: center;
	padding: 15px 0;
}

.btn.btn-primary {
	background: #fff;
	border: 1px solid #eb1e27;
	color: #eb1e27!important;
}

.grid-item:hover .p-data .btn.btn-primary {
	background: #fff!important;
	border: 1px solid #eb1e27;
	color: #eb1e27!important;
}

#tabla_compra tbody tr td {
	border-top: 1px solid #f2f2f2;
}

/* formulario envio carrito */

.formulario-envio {
	width: 100%;
}

.formulario-envio h2 {
	margin: 50px 0 15px;
}

.formulario-envio .formulario-input {
	width: 50%;
	float: left;
	margin: 10px 0;
}

.formulario-envio label {
	font-size: 14px;
	font-weight: 500;
	width: 21%;
	max-width: 110px;
	display: inline-block;
}

.formulario-envio input, .formulario-envio select {
	padding: 7px;
	font-size: 14px;
	width: 70%;
	vertical-align: middle;
}

.formulario-envio .formulario-observaciones {
	width: 100%;
	font-size: 14px;
	margin: 10px 0;
}

.formulario-envio .formulario-observaciones label {
	margin-top: 5px;
}

.formulario-envio textarea {
	width: 80%;
	min-height: 100px;
	vertical-align: top;
	padding: 10px;
}

@media screen and (max-width:568px) {
	.formulario-envio .formulario-input, .formulario-envio label, .formulario-envio input, .formulario-envio select, .formulario-envio textarea  {
		width: 100%;
	}

	.formulario-envio label {
		margin-bottom: 5px;
	}
}

/* info movimiento puntos */

i.list {
	background-position: -149px 0;
}

i.list:hover {
	background-position: -149px -30px;
}

.popup_mensajes .programa-puntos {
	padding: 10px;
	font-size: 14px;
}

.popup_mensajes .programa-puntos th {
	color: #9a9a9a;
}

.popup_mensajes .programa-puntos th span {
	color: #9a9a9a;
}

.popup_mensajes .programa-puntos .descripcion {
	text-align: left;
	padding: 10px;
}

.popup_mensajes .programa-puntos .unidades {
	text-align: center;
	padding: 10px;
}

.popup_mensajes .programa-puntos td {
	border-top: 1px solid #e0e0e0;
}

.popup_mensajes .programa-puntos td.descripcion p {
	color: #000;
}

.popup_mensajes .programa-puntos td span {
	color: #eb1e27;
	font-weight: 700;
}

.custom-danger-alert {
	background-color: #f8d7da;
	border: 1px solid #f8d7da;
	border-radius: .25rem;
	color: #721c24;
	height: auto;
	margin-bottom: 1rem;
	padding: .75rem 1.25rem;
	width: 100%;
}