/* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}
/* Style the label to display next to the inputs */
label {
  padding: 10px 12px 12px 0;
  display: inline-block;
  color: white;
}

/* Style the submit button */
input[type=submit] {
  background-color: #008E46;
  color: white;
  padding: 10px 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=button] {
  background-color: #008E46;
  color: white;
  padding: 10px 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Style the container */
.container {
  max-width: 98%;
  border-radius: 5px;
  padding: 3px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  margin: 0 auto;
  width: 98%;
  margin-top: 4px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  margin-top: 4px;

}

.row2:after {
  content: "";
  clear: both;
  margin-top: 4px;

}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
} 

.logo_responsive 
{
    max-height: 40px; 
    display:block;
    height: auto;
}

.franjaVerdeBlanco 
    {
	background:#008E46;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
        height: 2em;
        margin: 0 auto;
        padding: 5px;
        border-radius: 5px;
    }
    
.franjaGrisNegro 
    {
	background:#CCC;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
        height: 2em;
        margin: 0 auto;
        padding: 5px;
        border-radius: 5px;
    }

.zonaArticulosResponsive
{
    width: 100%;
    background:#FFF;
    border-radius: 5px;
    margin: 0 auto;
    padding: 5px;
}