@font-face {
	font-family: 'futura';
	src: url('../fonts/futura.ttf');
	src: url("../fonts/futura.eot?#iefix") format("embedded-opentype"),
	     url("../fonts/futura.woff") format("woff"),
		 url('../fonts/futura.ttf') format('truetype'),
		 url("../fonts/futura.svg#futura") format("svg");
}

body
{
	margin:0px;
	padding:0px;
	font-family:'futura',Arial,sans-serif;
	color:#707173;
	background:#fff url(../img/fondo.jpg);
}

header
{
	background:#fff;
}

.header-top
{
	border-bottom:solid thin #ccc;
}
.datos
{
	padding:10px 0px;
	width:1100px;
	max-width:90%;
	margin:0 auto;
	color:#999;
	font-size:13px;
	text-align:left;
}

.email
{
	display:inline-block;
	text-align:left;
	vertical-align:middle;
}

.phone
{
	display:inline;
	float:right;
}

.telephon
{
	margin:0px;
	display:inline-block;
	vertical-align:middle;
	/*animation: escala 1s;
	-webkit-animation: escala 1s;
	-moz-animation: escala 1s;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;*/
}

/*@keyframes escala {
from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}

@-moz-keyframes escala {
from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(1.2);
  }
}

@-webkit-keyframes escala {
from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
  }
}*/


.email i, .phone i
{
	font-size:18px;
	vertical-align:middle;
}

.redes
{
	margin-left:10px;
}

.redes a
{
	color:#999;
	margin-left:8px;
}

.redes a .fa-twitter:hover
{
	color:#55acee;
}

.redes a .fa-facebook-square:hover
{
	color:#3b5998;
}

.redes a .fa-youtube-play:hover
{
	color:#D02525;
}

.redes a .fa-linkedin:hover
{
	color:#0077b5;
}

.redes a .fa-google-plus:hover
{
	color:#DC4E41;
}

.redes a:hover
{
	color:#4f628c;
	
	
}

.redes p
{
	margin:0px;
	display:inline-block;
}

.redes p:hover
{
	animation: escala 0.2s;
	-webkit-animation: escala 0.2s;
	-moz-animation: escala 0.2s;
}


@keyframes escala {
from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}

@-moz-keyframes escala {
from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(1.2);
  }
}

@-webkit-keyframes escala {
from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
  }
}



.redes a i
{
	font-size:18px;
}

.header-bottom
{
	padding:10px 0px;
	width:1100px;
	max-width:90%;
	margin:0 auto;
	color:#999;
	font-size:14px;
	text-align:right;
}

.logo
{
	display:inline-block;
	margin:10px 0px;
	float:left;
	text-align:left;
	font-size:35px;
}

.logo img
{
	width:249px;
	max-width:95%;
	height:auto;
}

.btnaccion
{
	position:fixed;
	top:30px;
	right:0px;
	background:#4f628c;
	color:#FFF;
	padding: 2px;
	box-sizing:border-box;
	display:block;
	text-align:center;
	border:solid 2px #4f628c;
	text-decoration:none;
	font-size:13px;
	z-index:111;
	width:120px;
}

.menu
{
	display:inline-block;
	margin: 22px 0px 20px;
	outline:none;
}

.menu ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}

.menu ul li
{
	float:left;
	padding:0px 10px;
	border-right:solid thin #ccc;
	position:relative;
}

.menu ul li:last-child
{
	border:none;
	padding-right:0px;
}

.menu ul li a
{
	text-decoration:none;
	color:#999;
	padding: 10px 0px;
	text-transform:uppercase;
}

.menu ul li a i
{
	font-size:9px;
	vertical-align:middle;
}

.menu ul li a:hover, .menu ul li a.current
{
	color:#4f628c;
}

.menu ul li ul
{
	display:none;
	position:absolute;
	top:25px;
	background:#fff;
	width:140px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(102,102,102,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(102,102,102,1);
	box-shadow: 0px 0px 3px 0px rgba(102,102,102,1);
	text-align:left;
	z-index:2;
}

.menu ul li ul li
{
	border:none;
	width:100%;
	padding:0px;
}

.menu ul li ul li a
{
	display:block;
	padding:10px;
	border-bottom:solid thin #ccc;
	width: 100%;
	box-sizing: border-box;
	
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.menu ul li ul li a:hover
{
	padding-left:20px;
}


.menu ul li ul li a i
{
	font-size:9px;
}

.menu ul li ul li:last-child a
{
	border:none;
}

.menu ul li:hover ul, .menu ul li:focus ul
{
	display:block;
}

.barrasmenu
{
	display:none !important;
}

.imagehead
{
	/*background:url(../img/header.jpg);*/
	height:300px;
	
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	overflow:hidden;
}

.contieneproductos, .contieneproductosonly
{
	width:1100px;
	margin:0 auto;
	max-width:100%;
	background:#fff;
	margin-top:-200px;
	text-align:center;
	padding: 50px 30px;
	box-sizing:border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
	box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
}
.contieneproductos
{
	position:relative;
	z-index:2;
}

.contieneproductosonly
{
	margin-top:0px;
	position:relative;
	text-align:left;
}

.contieneproductos h3, .contieneproductosonly h3
{
	text-transform:uppercase;
	border-bottom:solid 2px #4f628c;
	padding-bottom:5px;
	text-align:left;
}

.producto
{
	display:inline-block;
	width:30%;
	background:#fff;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	margin:10px 1%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
	box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
}

.productodentro
{
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
    height: 223px;
}

.imagenproducto
{
	/*max-width:100%;*/
	margin:0 auto;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    height: 223px;
    position: absolute;
    left: -50%;
    right: -50%;
    margin-left: auto;
    margin-right: auto;
}

.imagenproducto:hover
{
	-webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.textoproducto
{
	position:absolute;
	bottom:0px;
	opacity:0.8;
	background:#fff;
	width:100%;
	max-width:100%;
}

.tituloproducto
{
	margin:10px 0px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
}

.tituloproducto a
{
	color:#333;
	text-decoration:none;
}

.tituloproducto a:hover
{
	color:#4f628c;
}

.descproducto
{
	margin:10px 0px;
	font-size:14px;
}

.catproductomini
{
	font-size:10px;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	color:#333;
}

.catproductomini:hover
{
	color:#4f628c;
}

/*nosotros*/
.contienenosotros
{
	width:1100px;
	margin:0 auto;
	max-width:100%;
	background:#fff;
	text-align:center;
	padding: 50px 30px;
	box-sizing:border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
	box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
	font-size:16px;
}

.nosotros, .contienenosotros h3
{
	text-align:justify;
}

.contienenosotros h3
{
	border-bottom:solid 2px #4f628c;
	padding-bottom:5px;
}


.servicio
{
	margin-top:20px;
	display:inline-block;
	width:24%;
	font-weight:bold;
	vertical-align: top;
}

.slogan1
{
	margin-top:40px;
	font-weight:bold;
}

.slogan2
{
	margin-top:0px;
	font-weight:bold;
}

.destacado
{
	font-size:20px;
	color:#4f628c;
	font-weight:bold;
	
	animation: parpadeo 1s;
	-webkit-animation: parpadeo 1s;
	-moz-animation: parpadeo 1s;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
}

@keyframes parpadeo {
0% {opacity: 0;}
100%{opacity: 1;}
}

@-moz-keyframes parpadeo {
0% {opacity: 0;}
100%{opacity: 1;}
}

@-webkit-keyframes parpadeo {
0% {opacity: 0;}
100%{opacity: 1;}
}





/*proveedores*/
.contieneproveedores
{
	width:1100px;
	margin:0 auto;
	max-width:100%;
	background:#fff;
	text-align:center;
	padding: 50px 30px;
	box-sizing:border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
	box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
	font-size:16px;
}

.contieneproveedores h3
{
	border-bottom:solid 2px #4f628c;
	padding-bottom:5px;
	text-align:left;
}

.contieneproveedores a
{
	display:inline-block;
	max-width:100%;
}


.contieneproveedores a:hover
{
	opacity:0.7;
}

.contieneproveedores a img, .contieneproveedores img
{
	width:190px;
	vertical-align:middle;
	max-width:100%;
	margin:20px;
	
}

/*noticias*/
.contienenoticias
{
	width:1100px;
	margin:0 auto;
	max-width:100%;
	background:#fff;
	text-align:center;
	padding: 50px 30px;
	box-sizing:border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
	box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
	font-size:16px;
	position:relative;
}

.contienenoticias h3
{
	border-bottom:solid 2px #4f628c;
	padding-bottom:5px;
	text-align:left;
}

.noticia
{
	display:inline-block;
	width:30%;
	background:#fff;
	text-align:justify;
	padding:10px;
	box-sizing:border-box;
	margin:10px 1%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
	box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
}

.noticiadentro
{
	width:100%;
	margin:0 auto;
	position:relative;
	overflow: hidden;
	height: 307px;
	text-align:center;
}

.imagennoticia
{
	max-width:100%;
	margin:0 auto;
	vertical-align:top;
}

.imagennoticia:hover
{
	opacity:0.7;
}

.noticiadentro a i
{
	position: absolute;
 	top: -50px;
 	right: 10px;
	-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
	color:#FFF;
	z-index:1;
	font-size:36px;
}

.noticiadentro a:hover i
{
	top:5px;
}

.textonoticia
{
	background:#fff;
	width:100%;
	max-width:100%;
	position: absolute;
    bottom: 0px;
    text-align:justify;
}

.textonoticia p
{
	text-align:justify;
}

.titulonoticia
{
	margin:10px 0px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
	text-align: left;
}

.titulonoticia a
{
	text-decoration:none;
	color:#333;
}

.titulonoticia a:hover
{
	color:#4f628c;
}


.fechanoticia
{
	font-size:12px;
	font-style:italic;
}

.descnoticia
{
	margin:10px 0px;
	font-size:14px;
}

.btnleermas
{
	text-decoration:none;
	display:inline-block;
	background:#4f628c;
	color:#FFF;
	padding:10px 30px;
	position:relative;
	overflow:hidden;
	-webkit-box-shadow: inset 0px -5px 0px 0px rgba(255,255,255,0.23);
	-moz-box-shadow: inset 0px -5px 0px 0px rgba(255,255,255,0.23);
	box-shadow: inset 0px -5px 0px 0px rgba(255,255,255,0.23);
	
	/*-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;*/
	
}

.btnleermas:before
{
 	content:'';
 	position: absolute;
 	top: 0px;
 	left: 0px;
 	width: 0px;
 	height: 39px;
 	background: rgba(255,255,255,0.23);
 	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}


.btnleermas:hover:before
{
 	width: 100%;
}




/*footer*/
footer
{
	background:#333;
	color:#999;
	padding:20px 40px;
	box-sizing:border-box;
	text-align:center;
	position:relative;
	margin-top:20px;
}

.logofooter
{
	display:inline-block;
	width:27%;
	vertical-align:middle;
	text-align:left;
}

.logofooter img
{
	width:249px;
	max-width:100%;
	height:auto;
}

.menupie
{
	display:inline-block;
	width:45%;
	text-align:center;
	vertical-align:middle;
}

.pie
{
	text-align:right;
	display:inline-block;
	width:22%;
	vertical-align:middle;
}

.menupie ul
{
	list-style:none;
	text-align:center;
	padding-left:0px;
	
}

.menupie ul li
{
	display:inline-block;
}


.menupie ul li a
{
	color:#999;
	text-decoration:none;
	font-size:14px;
	border-right:solid thin #999;
	padding: 0px 5px 2px 0px;
}

.menupie ul li:last-child a
{
	border:none;
}

.menupie ul li a:hover
{
	color:#FFF;
}

.menupie ul li a i
{
	font-size:9px;
}

.btnsubir
{
	padding:10px;
	background:#4f628c;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
	position:fixed;
	bottom:10px;
	right:10px;
}

.btnsubir i
{
	vertical-align:top;
}

.btnsubir:hover
{
	opacity:0.7;
}

.pie .phone
{
	float:none;
	display:inline;
}

.pie .email
{
	text-align:center;
}

.pie .redes
{
	margin-left:0px;
}

.pie .redes a .fa-twitter, .pie .redes a .fa-facebook-square, .pie .redes a .fa-youtube-play, .pie .redes a .fa-linkedin, .pie .redes a .fa-google-plus
{
	color:#999;
}

.pie .redes a:hover, .pie .redes a .fa-twitter:hover, .pie .redes a .fa-facebook-square:hover, .pie .redes a .fa-youtube-play:hover, .pie .redes a .fa-linkedin:hover, .pie .redes a .fa-google-plus:hover
{
	color:#FFF;
}

.aviso
{
	color:#999;
	text-decoration:none;
}

.aviso:hover
{
	color:#fff;
}

/*COOKIES*/
#cookies
{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	background:#fff;
	color:#1a1a1a;
	opacity:0.8;
	font-size:11px;
	text-align:center;
	padding-bottom:8px;
	padding-top:0px;
	z-index:333;
	display:none;
}



#botonok
{
	background:#1A1A1A;
	color:#FFF;
	padding:2px;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer;
	display: inline-block;
}

#textocookies
{
	padding:5px;
	margin:0px; 
}

/*PAGINA DE NOTICIAS/////////////////////////////////////////////////////////////////////////*/

.imageheadonly
{
	/*background:url(../img/header.jpg);*/
	height:100px;
	
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	
	margin-bottom:20px;
	overflow:hidden;
}

.categorianoticias
{
	margin-bottom: 10px;
	text-align: left;
}

.categorianoticias a
{
	padding:10px;
	background:#4f628c;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	text-decoration:none;
	margin-bottom:5px;
	margin-right:5px;
}

.categorianoticias a.active
{
	opacity:0.7;
}

/*PÁGINA PRODCUTOS (PRODUCTOS DE UNA CATEGORIA)******************************************************/
.imgcat
{
	text-align:left;
}

.imgcat img
{
	border:solid thin #333;
	max-width:100%;
}

.textocat
{
	text-align:justify;
	margin:10px auto;
}

.bannercat
{
	position:absolute;
	right:30px;
	top:116px;
	background:#4f628c;
	color:#FFF;
	padding: 20px;
	box-sizing:border-box;
	display:block;
	text-align:center;
	text-decoration:none;
	border:solid 2px #4f628c;
}

.bannercat:hover
{
	background:#FFF;
	color:#4f628c;
}

/*PAGINA PRODUCTOINDIVIDUAL**************************************************************************/
.productodentroonly
{
	width:65%;
	display:inline-block;
	vertical-align:top;
	text-align:justify;
}

.productodentroonly .descproducto
{
	width:600px;
	max-width:100%;
	font-size:16px;
}

.productodentroonly img
{
	border:solid thin #333;
	max-width:100%;
}

.suggested
{
	width:30%;
	float:right;
	vertical-align:top;
	text-align:left;
}

.suggested a
{
	display:table;
	text-decoration:none;
	color:#707173;
}

.suggested a:hover
{
	color:#4f628c;
}

.breadcrum
{
	text-align:left;
	margin-bottom:30px;
}

.breadcrum a
{
	color:#707173;
	text-decoration:none;
}

.breadcrum a:hover
{
	color:#4f628c;
}

a.banner
{
	background:#4f628c;
	color:#FFF;
	margin-top:30px;
	padding: 20px;
	box-sizing:border-box;
	display:block;
	text-align:center;
	border:solid 2px #4f628c;
	text-decoration:none;
	
}

a.banner:hover
{
	color:#4f628c;
	background:#fff;
}



/*PAGINA NOTICIAINDIVIDUAL**************************************************************************/
.noticiaonly
{
	text-align:left;
}
.noticiadentroonly
{
	width:65%;
	display:inline-block;
	vertical-align:top;
	text-align:justify;
}

.noticiadentroonly .textonoticia
{
	position: relative;
	word-wrap:break-word;
}

.noticiadentroonly .descnoticia
{
	width:100%;
	max-width:100%;
	font-size:16px;
}

.noticiadentroonly img
{
	border:solid thin #333;
	max-width:100%;
}

.noticiadentroonly .fechanoticia
{
	border-bottom:solid thin #ccc;
	padding-bottom:5px;
	width:600px;
	max-width:100%;
}

/*PAGINA DE CONTACTO***************************************************************************/

.formulario
{
	width:59%;
	display:inline-block;
	text-align:justify;
	vertical-align:top;
}
.formulario h5
{
	margin-bottom:20px;
}

.formulario input, .formulario textarea
{
	display:block;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	margin:10px 0px;
	font-family:'futura',Arial,sans-serif;
	border:solid thin #ccc;
	color:#707173;
	outline:none;
}

textarea
{
	resize: none;
	height:100px;
}

.formulario input:focus, .formulario textarea:focus
{
	border:solid thin #4f628c;
}

.formulario button
{
	border:none;
	cursor:pointer;
	width:auto;
	padding:15px;
	color:#FFF;
	background:#4f628c;
	font-size: 14px;
	-webkit-box-shadow: inset 0px -5px 0px 0px rgba(255,255,255,0.23);
	-moz-box-shadow: inset 0px -5px 0px 0px rgba(255,255,255,0.23);
	box-shadow: inset 0px -5px 0px 0px rgba(255,255,255,0.23);
	outline:none;
	
}

.formulario button:before
{
 	content:'';
 	position: absolute;
 	top: 0px;
 	left: 0px;
 	width: 0px;
 	height: 48px;
 	background: rgba(255,255,255,0.23);
 	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}


.formulario button:hover:before
{
 	width: 100%;
}

.alerta
{
	display:none;
	color:red;
}


.datoscontacto
{
	width:40%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	margin: 20px 0px 0px;
}

.datoscontacto .redes
{
	margin-top: 5px;
	display: block;
	text-align: left;
}

.datoscontacto .redes a 
{
    color: #707173;
}

.datoscontacto .redes a:hover
{
    color: #4f628c;
}

.datoscontacto a.banner
{
	width:80%;
}

.contacto
{
	margin-bottom:20px;
}

.contacto h4
{
	text-align:left;
	margin-top: 20px;
}

.contacto .datoscontacto h4
{
	text-align:left;
	margin-top:0px;
}

.datoscontacto .phone
{
	float:none;
}

.datoscontacto .email
{
	margin:5px 0px;
}

.datoscontacto .redes, .datoscontacto .redes a:first-child
{
	margin-left:0px;
}

.bannercontacto
{
	position:absolute;
	right:30px;
	top:140px;
	background:#4f628c;
	color:#FFF;
	padding: 20px;
	box-sizing:border-box;
	display:block;
	text-align:center;
}

.bannercontacto i
{
	font-size:22px;
	animation: parpadeo 1s;
	-webkit-animation: parpadeo 1s;
	-moz-animation: parpadeo 1s;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
}
	


/*AVISO LEGAL*******************************************************************************/

.avisolegal
{
	text-align:justify;
}

.avisolegal p:first-child
{
	text-align:left;
}



/*responsive**********************************************************************************/

@media screen and (max-width:970px)
{
	.productodentroonly, .suggested, .noticiadentroonly
	{
		width:100%;
		display:block;
		/*text-align:center;*/
		float:none;
	}
	
	.suggested
	{
		text-align:left;
	}
	
	.productodentroonly .descproducto, .noticiadentroonly .descnoticia, .noticiadentroonly .fechanoticia
	{
		width:100%;
		text-align:justify;
	}
}


@media screen and (max-width:922px)
{
	.logofooter
	{
		width:100%;
		text-align:center;
	}
	
	.pie
	{
		width:30%;
	}
	
	.menupie
	{
		width:69%;
	}
}

@media screen and (max-width:880px)
{
	
.logo
{
	display:block;
	float:none;
	text-align:left;
}

.menu
{
	display:block;
	margin:20px 0px;
}

.menu ul
{
	text-align:left;
}

.menu ul li
{
	float:none;
	display:inline-block;
	padding-right: 12px;
}

.menu ul li:first-child
{
	padding-left:0px;
}

.producto, .noticia
{
	width:45%;
}
}


@media screen and (max-width:730px)
{
	.pie, .menupie
	{
		width:100%;
		text-align:center;
	}
}
	


@media screen and (max-width:615px)
{
	.logo
	{
		text-align:center;
	}
	
	.header-bottom
	{
    	max-width: 100%;
    	padding: 10px 0px 0px;
	}
	
	.menu
	{
    	height: 45px;
    	background:#F0F0F0;
    	margin: 20px 0px 0px;
		position: relative;
		text-align:left;
		outline:none;
		cursor:pointer;
	}
	
	.menu ul
	{
		display:none;
		background:#fff;
		top: 45px;
		position: absolute;
		width: 100%;
		z-index:10;
	}
	
	.menu ul li
	{
		display:block;
		border:none;
		float:none;
		padding:0px;
	}
	
	.menu ul li a
	{
		display:block;
		width:100%;
		background:#fff;
		border-bottom:solid thin #ccc;
		text-align:center;
	}
	
	
	.menu ul li ul
	{
		display:none;
		position:relative;
		top:auto;
		width:auto;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin-top:0px;
	}
	
	.menu ul li ul li a
	{
		background:#F0F0F0;
	}
	
	.menu ul li ul li a:last-child
	{
		border-bottom:solid thin #ccc;
	}
	
	.barrasmenu
	{
		display:inline-block !important;
		margin-top:15px;
		margin-left:10px;
	}
	
	.contieneproductos, .contienenoticias, .contieneproductosonly
	{
		padding:15px 10px;
	}
	
	.contieneproveedores, .contienenosotros
	{
		padding:15px;
	}

	/*productos*/
	
	.breadcrum
	{
		margin-top:20px;
	}

	.productodentro
	{
		height:auto;
	}

	.imagenproducto
	{
	max-width:100%;
    height: auto;
    position: relative;
    left: auto;
    right: auto;
	}
	
	.contieneproductos
	{
		margin-top:-300px;
	}

	.producto, .noticia
	{
		width:100%;
		display:block;
		margin-right:auto;
		margin-left:auto;
	}
	
	.textoproducto
	{
    	position: relative;
    	opacity: 1;
    	padding: 10px 0px;
		margin-top:-5px;
	}
	
	/*PAGINA NOTICIAS*******************************************************************************/
	.imageheadonly
	{
		height:0px;
		margin:0px;
	}

	.noticiadentro
	{
		height:auto;
	}
	.textonoticia
	{
    	position: relative;
    	bottom: auto;
	}
	
	/*PÁGINA CONTACTO********************************************************************************/
	
	.bannercontacto, .bannercat
	{
		display:none;
	}
	.contienenoticias,.contieneproductosonly
	{
		position:static;
	}
	
	.formulario, .datoscontacto,.datoscontacto a.banner
	{
		width:100%;
	}
	
	
}

@media screen and (max-width:530px)
{
	.servicio
	{
		width:45%;
	}
	
}

@media screen and (max-width:435px)
{
	.datos .email
	{
    	text-align: center;
    	display: block;
    	margin-bottom: 15px;
	}
	
	.datos
	{
		text-align:center;
	}
	
	.phone
	{
    	float: none;
    	text-align: center;
	}
	
	.contieneproveedores a img, .contieneproveedores img
	{
		margin:20px 0px;
	}

	.btnaccion
	{
		top:165px;
	}
	
	
}

@media screen and (max-width:300px)
{
	.servicio
	{
		width:95%;
	}
}



