@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Noto+Sans);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(https://fonts.googleapis.com/css?family=Metrophobic);
@import url(https://fonts.googleapis.com/css?family=Passion+One);

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#FFFFFF;
	
}

html {
	height:100%;
	width:100%;
}

.linkblanco{
	color:#FFFFFF;
	text-decoration: none;
}
.linkblanco:hover {
	text-decoration: none;
	color:#93BD46;
}

.linknegro{
	color:#333333;
	text-decoration: none;
}
.linknegro:hover {
	text-decoration: none;
	color:#93BD46;
}

.linkeconomico{
	color:#FFFFFF;
	text-decoration: none;
	background:#183650;
}
.linkeconomico:hover {
	color:#FFFFFF;
	text-decoration: none;
	background:#5AAD31;
}



h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	text-align:left;
	font-weight:300;
}

.textoContenido{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333333;
	text-align:justify;
	font-weight:100;
	font-size-adjust:inherit;
}

.textoTitulos{
	font-family: 'Metrophobic', sans-serif;
	font-size: 15px;
	color: #333333;
	text-align:justify;
	font-weight:100;
	font-size-adjust:inherit;
}

.separadorsolo{
	width:100%; 
	height:auto; 
	float:left;
	margin-bottom:20px;
	margin-top:20px;
}

.lineahorizontal{
	display:block;
	width:100%; 
	height:1px; 
	float:left;
	margin-bottom:10px;
	margin-top:10px;
}


.textoIniciouno {
	clear:both;
	font-family: 'Passion One', sans-serif;
	font-size: 50px;
	color: #FFFFFF;
	font-weight:300;
	
	
}

.textoIniciodos {
	clear:both;
	font-family: 'Passion One', sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight:300;
	
	
	
}


.btnverde {
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:0px;
	border-color:#041E42;
	border-style:dashed;
	font-family: 'Open Sans', sans-serif;
	color: #10100E;
	font-size: 15px;
	background: #0099ff;
	/*background: #FDC716;*/
	font-weight:600;
	/*width:100%; */
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-align:center;
	cursor:pointer;
}

.btnverde:hover {
	background: #0099ff;
	/*background: #FDC716;*/
	color:#FFFFFF;
	text-decoration: none;
}

.btndetalle {
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:0px;
	border-color:#EFEFEF;
	border-style:solid;
	font-family: 'Noto Sans', sans-serif;
	color: #666666;
	font-size: 13px;
	background: #E4E4E4;
	font-weight:600;
	width:70%;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-align:center;
	cursor:pointer;
}

.btndetalle:hover {
	/*background: #FDC716;*/
	background: #0099ff;
	color:#333333;
	border-color:#00A500;
	text-decoration: none;
}


/*Texto Medio Inicio*/
#bljaIMGte{
	float:left;
	position:relative;
	text-align:left;
	
}
	
#bljaIMGte .bljaIMGtex {
	position:absolute;
	top:190px;
	left:14px;
	text-align:left;
	
}


div#topopciones {
	display:block;
}

div#contactowebinicio {
	display:block;
}


#head { 
	position:absolute; 
	z-index:999; 
}

#iniciotop{ 
	display:block;
}

#weblogo{ 
	display:block;
}	
#movillogo{ 
	display:none;
}	


@media screen and (min-width: 480px) {

    /* content: "ED-GRID: Tamaño movil, desde 480px";  */
	
}

@media screen and (min-width: 768px) {
	
    /* content: "ED-GRID: Tamaño tablet, desde 768px"; */
	
}

@media screen and (min-width: 1024px) {

    /* content: "ED-GRID: Tamaño web, desde 1024px"; */
	
}

@media screen and (min-width: 1400px) {

    /* content: "ED-GRID: Tamaño hd, desde 1400px"; */
	
}



@media screen and (max-width: 1280px) {
	
	div#contactowebinicio {
		display:none;
	}
}

	
@media screen and (max-width: 800px) {


	div#iniciotop{ 
		display:none;
	}
	
	
}


@media screen and (max-width: 768px) {
	
	#weblogo{ 
		display:none;
	}

	div#headuno {
		display:none;
	}

	div#headnumero {
		display:none;
	}
	
}



@media screen and (max-width: 480px) {
	#weblogo{ 
		display:none;
	}

	

}


 
 
.textbox
  {
  	  display: inline-block;
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  border-radius: 0px;
	  border:0px;
	  border: 0px solid #EFEFEF;
	  font-size: 14px;
	  font-family: 'Noto Sans', Arial, Verdana;
	  padding-left: 7px;
	  padding-right: 7px;
	  padding-top: 10px;
	  padding-bottom: 10px;
	  background:#FFFFFF;
	  color: #333333;
  }

  .textbox:focus
  {
	  color: #333333;
	  border-color: #EFEFEF;
  }
  
  



/*Icono Volver arriba*/
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:50px;
    display:none;
    text-indent:-9999px;
    background: url('imagenesv/icon_top.html') no-repeat;
	z-index:999;
}


/*Menu Empresa*/
#buttonempresa {
	width: 100%;
	border-right: 0px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Open Sans' sans-serif;
	background-color: #041E42;
	color: #FFFFFF;
}

#buttonempresa ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#buttonempresa li {
	border-bottom: 1px solid #0e2f5c;
	border-bottom-style:solid;
	margin: 0;
	list-style: none;
	list-style-image: none;
}
	
#buttonempresa li a {
	display: block;
	padding: 15px 15px 15px 0.5em;
	
	background-color: #041E42;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
}

html>body #buttonempresa li a {
	width: auto;
}

#buttonempresa li a:hover {
	
	background-color: #FEB100;
	color: #fff;
}


/*CATALOGO*/
.nombreProducto {
	width: 100%; 
	font-weight: 400; 
	color: #666666; 
	text-align: center; 
	margin-top:15px; 
	margin-bottom: 0px; 
	font-size: 14px;
}

.precioProducto {
	width: 100%; 
	font-weight: 600; 
	color: #E4022D; 
	text-align: center; 
	margin:10px;
	font-family: 'Open Sans', sans-serif; 
}

.cajaProducto {
	width: 100%; 
	height:100%; 
	background: #FFFFFF; 
	border:0px;  
	border-radius: 0px; 
	padding: 10px;
	margin-bottom: 30px;

	border:1px; 
	border-color: #EFEFEF;

	border-bottom:3px;
	border-bottom-color: #F0099ff;
	/*border-bottom-color: #FDC716;*/

	border-style: solid;
}
 