/* Html */
html {position:relative;min-height:100%;}
body {color:#666;font-family:Roboto;font-weight:300;padding-bottom:100px;}
a {color:#222;text-decoration:none !important;}
b, strong {font-weight:700;}
img.my-imagen-responsive {width:100%;height:auto;}

/* Plantilla */
header #header-left a {margin-right:8px;}
header #header-right a {margin-left:8px;}
footer {position:absolute;bottom:0;width:100%;box-sizing:border-box;}
ul.my-menu {padding-top:8px;padding-bottom:8px;}
ul.my-menu .my-dropdown-item:hover {background-color:#fff !important;color:#666 !important;}
#my-fixed {background-color:#fff;position:fixed;width:100%;z-index:99;top:0;}
#my-content {margin-top:80px;}
#formBuscador input:focus {box-shadow:none !important;}
#formBuscador a {color:#222 !important;}
#my-scrollToTop {position:fixed;padding:0 10px 5px 10px;bottom:5px;right:5px;display:none;border-radius:5px;}
#my-barracookies {background-color:#222;color:#fff;position:fixed;left:0px;right:0px;bottom:0px;height:100px;z-index:99999;}
#my-barracookies a {color:#fff;font-weight:bold;margin:0 5px}
#transporte-pais {width:300px;}

/* Clases sueltas */
.oculto {display:none;}
.my-anchor {position: relative;}
.my-anchor a {position:absolute;left:0px;top:-100px;}
.my-pointer {cursor:pointer;}

/* Home slide */
.my-carousel-caption {font-size:0.9rem;line-height:1rem;background-color:rgba(0,0,0,0.4);color:#fff;padding:0 0 30px 0;text-shadow:1px 1px #333;bottom:10px;padding-top:5px;}
.my-carousel-control span{position:absolute;top:50%;}
.my-carousel-item {background:#fff no-repeat center center;background-size:cover;}
.my-carousel-item a {color:#fff;}

/* Textos web */
#textosweb table {width:99%;}
#textosweb table td {background-color:#efefef;padding:8px;border:#999 1px solid;}

/* Productos */
.my-product-item .my-product-img {background:no-repeat center center;background-size:cover;}
.my-tachado {text-decoration:line-through;}

/* Formularios */
.my-input-error {border:1px solid #f00 !important;}
.my-captcha-code {width:165px;display:inline;}

/* Usuarios */
.my-caja {border-top:0;border-radius:0 0 5px 5px;padding:20px;border:1px solid #efefef;}


/* Responsive */
@media screen and (min-width:576px) {
	.my-product-item {border:1px solid #fff;}
	.my-product-item:hover {border:1px solid #dedede;}
}
@media screen and (min-width:992px) {
	#my-content {margin-top:96px;}
	.my-carousel-caption {font-size:1.5rem;line-height:1.5rem;}
	ul.my-menu .my-nav-link {padding-top:15px;padding-bottom:2px;border-bottom:1px solid transparent;}
	ul.my-menu .my-nav-link:hover {border-bottom:1px solid #fff;}
}