body{
width:100%;
}


html {
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  margin-bottom: 40px;
}


ul {
  list-style: none; /* Remove list bullets */
  padding: 0;
  margin: 0;
}

li {
  padding-left: 16px;
}

li:before {
  content: "•"; /* Insert content that looks like bullets */
  padding-right: 8px;
  color: black; /* Or a color you prefer */
}

img {

  /* This rule is very important, please don't ignore this */
  max-width: 100%;
}


.texto_phi
{
font-size: 16px;
font-style: normal;
font-weight: bold;
font-family: Roboto Slab, serif;
}

.texto_mat_hebreo
{
font-size: 28px;
font-style: normal;
font-weight: normal;
font-family: Roboto Slab, serif;
}


.texto_inicio
{
font-size: 16px;
font-style: normal;
font-weight: normal;
font-family: Roboto Slab, serif;
}

.texto_boton
{
font-size: 16px;
font-style: normal;
font-weight: normal;
font-family: Roboto Slab, serif;
}


.info_inicial
{

        margin: auto;
         overflow:auto;
        text-align: left;
        margin-bottom: 1em;
        line-height:20px;
  	width: 70%;
}

.info_inicial2
{

        margin: auto;
         overflow:auto;
        text-align: left;
        margin-bottom: 1em;
        line-height:20px;
  	width: 70%;
}
.texto_chico
{
font-size: 12px;
font-style: normal;
font-weight: normal;
font-family: Roboto Slab, serif;
}

.texto_info
{
font-size: 16px;
font-style: normal;
font-weight: normal;
font-family: Roboto Slab, serif;
}

.texto_titulo
{
font-size: 18px;
font-style: normal;
font-weight: bold;
font-family: Roboto Slab, serif;
}


/* Style the search field */
form.gema1 input[type=text] {
  font-size: 22px;
	  float: left;
  width: 50%;
  background: #f1f1f1;
   text-align: right;
    padding: 15px 7px; 
  box-sizing: border-box;
  border: 3px solid #ccc;
  border-radius: 0px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
 height: 40px;
}

/* Style the submit button */
form.gema1 button {
  float: left;
  width: 6%;
  padding: 9px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
 border-radius: 0px;
	 height: 41px;
}

form.gema1 input::placeholder {
    font-size: 16px;
}


.select1 {
	 font-size: 15px;
  	float: left;
   background: #f1f1f1;
   text-align: right;
  border: 2px solid #ccc;
  border-radius: 5px;
  height: 40px;
  box-sizing: border-box;

}

	
.select-css {
	color: #444;
	line-height: 25px;
	padding: .4em 1.4em .3em .8em;
	width: 250px;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
	border-radius: 10px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	float: left;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222; 
	outline: none;
}
.select-css option {
	font-weight:normal;
	}



.select2 {
 float: left;
   text-align: left;
}

.subselect {
	 width: 20px;	
}

.texto_blanco
{
color: white;;
font-style: normal;
font-weight: normal;
font-family: Roboto Slab, serif;
}

.d1 {
  line-height: 10px;

}

.d2 {
border-radius: 4px;
 padding: 50px 28px 41px 28px;
  line-height: 4px;

}

.d3 {
border-radius: 10px;
 padding: 5px 8px 5px 8px;
  line-height: 50px;
 float: left;

}

.sel1 {
 float: left;

}


.pictograma {
         max-width: 1250px;
        width: 1020px;

}


.boton1 {
         font-size: 15px;
        float: left;
        background: #f1f1f1;
   text-align: right;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2x;
  padding: 10px 5px 10px 5px;
}

.boton2 {
         font-size: 12px;
	font-weight:bold;
        background: #f1f1f1;
   text-align: right;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  padding: 10px 9px 10px 9px;
  line-height: 6px;
}


.boton3 {
         font-size: 15px;
        background: #f1f1f1;
   text-align: center;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2x;
  padding: 9px 5px 9px 5px;
 max-width: 150px;
}




.texto_select
{
font-size: 11px;
font-style: normal;
font-weight: normal;
font-family: Roboto Slab, serif;
}



/*************/

* {
	padding: 0;
	margin: 0;
	box-sizing:border-box;
	font-family: 'Roboto Slab', serif;
}




.centrar {
	justify-content:center;
	display:inline-block;
	text-align: center;
	padding:5px 60px;
}

.divbarra  {
  height: 2px;
  width: 1000px;
  background-color: #404344;
}

footer {
  background-color: black;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  color: white;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
 height: 40px;
 font-size:12px;
  font-family: Roboto Slab, serif;
 color: white;
 text-align: center;
background-color: #404344;
}


footer a {
display:inline-block;
color:#fff;
text-decoration:none;
padding:1px 1px;
line-height:normal;
font-size:12px;
font-weight:bold;
-webkit-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease;
}


.divbarra_head  {
  height: 100%;
  width: 100%;
  font-size:16px;
  font-family: Roboto Slab, serif;
 color: white;
 text-align: center;
background-color: #404344;
}

.divbarra_head a {
display:inline-block;
color:#fff;
text-decoration:none;
padding:5px 10px;
line-height:normal;
font-size:14px;
font-weight:bold;
-webkit-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease;
}


.divbarra2  {
  height: 10px;
  width: 1000px;
  background-color: #0b3046;
}


.boton_teclado {
display:inline-block;
color:#000000;
text-align: center;
padding: 15px 5px 15px 5px;
font-size:22px;
font-family: Roboto Slab, serif;
font-style: normal;
}


input[type=text] {
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-size: 12px;
  background-color: white;
  background-image: url('../img/searchicon.png');
  background-position: 10px 10px; 
  background-repeat: no-repeat;
	padding: 20px 10px; line-height: 8px;
}

.quantity {
	float: center;
    width: 100%;
	 text-align: center;
	 left: 50%;
}


.quantity input {
  width: 80px;
  height: 30px;
  line-height: 4px;
  float: center;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
 border: 3px solid #ccc;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 10px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

/* Social */
.icon-button {
	background-color: white;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 3.6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}


.oculto {
	  display: none;
}

a.nounderline:link
{
text-decoration:none;
} 

a.nounderline:link {
  color: #282b30;
}

/* visited link */
a.nounderline:visited {
  color: #0b3046;
}

/* mouse over link */
a.nounderline:hover {
  color: #b60808;
}

/* selected link */
a.nounderline:active {
  color: #282b30;
}