/* styles.css */

html body {
	background: #c3b8b1;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 90%;
}

#contenedor {
	background: white;
	width: 80%;
	float: left;
	margin-left: 10%;
	margin-top: -8px;
}

#contenedor_1 {
	background: white;
	width: 80%;
	height: 1170vh;
	float: left;
	margin-left: 10%;
	margin-top: -8px;
}


#header {
	color: BLUE;
	font-weight: 700;
	text-align: center;
	font-size: 4em;
	background: RGB(255,247,0);
	padding-top: 9px;
	padding-bottom: 9px;
}

#botones {
	color: #636363;
background: RGB(255,247,0);
	text-align: center;
	font-size: 1.4em;
	line-height: 2em;
	padding-top: 15px;

}

#botones a{
  color: #eb880e;
  text-decoration: none;
}

#botones a:hover{
  color: #81ae0f;
  text-decoration: none;
}


#banner_logos img { max-width: 100%; }

#header_abajo {
	color: black;
	text-align: center;
	font-size: 1.5em;
	/*height: 30px;*/
        width=100%;
	background: rgb(192,192,192);
	padding-top: 7px;
}

#header_abajo a{
  color: black;
  text-decoration: none;
}

#header_abajo a:hover{
  color: white;
  text-decoration: none;
}

#banner_logos {
	width: 100%;
}

#info {
	color: #7d7d7d;
	text-align: center;
	font-size: 1.7em;
	background: white;
	padding-bottom: 12px;
	padding-top: 12px;
	line-height: 1.7em;
}

#info a{
  color: #eb880e;
  text-decoration: none;
}

#info a:hover{
  color: #81ae0f;
  text-decoration: none;
}

#info_1 {
	color: gray;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
	background: RGB(255,247,0);
	padding-top: 10px;
	padding-bottom: 10px;
        text-decoration: none;
}

#plaquetas_titulo {
	color: white;
	text-align: center;
	font-size: 1.7em;
	line-height: 1.7em;
	background: #81ae0f;
	padding-top: 7px;
	padding-bottom: 7px;
}


.consulta_top{
	width: 100%;
	color: white;
	text-align: center;
	font-size: 1.3em;
	background: rgb(192,192,192);/*#eb880e;*/
	padding-top: 7px;
	padding-bottom: 7px;
	clear: both;
}

.familia_top{
	width: 100%;
	color: rgb(100,100,100);
	text-align: center;
	font-size: 1.3em;
	background: yellow;
	padding-top: 7px;
	padding-bottom: 7px;
	clear: both;
}

.familia_top_azul{
	width: 100%;
	color: rgb(0,0,254);
	text-align: center;
	font-size: 1.3em;
	background: yellow;
	padding-top: 7px;
	padding-bottom: 7px;
	clear: both;
}

.consulta_top a{
  color: #f8f400;
  text-decoration: none;
}

.consulta_top a:hover{
  color: white;
  text-decoration: none;
}

#plaquetas_titulo_2 {
	color: white;
	text-align: center;
	font-size: 1.6em;
	line-height: 0.7em;
	background: #006796;
	padding-top: 15px;
	padding-bottom: 20px;
}

#plaquetas_titulo_2 a{
  color: #f8f400;
  text-decoration: none;
}

#plaquetas_titulo_2 a:hover{
  color: white;
  text-decoration: none;
}

.plaquetas {
	width: 100%;
	background: rgb(192,192,192);
	clear: left;
}

.consulta{
	width: 86%;
	color: white;
	text-align: center;
	margin-left: 7%;
	font-size: 1.3em;
	background: #eb880e;
	padding-top: 7px;
	padding-bottom: 7px;
	clear: both;
}

.consulta a{
  color: #f8f400;
  text-decoration: none;
}

.consulta a:hover{
  color: white;
  text-decoration: none;
}

.plq_cont{
	float: left;
	width: 24%;
	margin-left: 7%;
	margin-top: 30px;
	margin-bottom: 8px;
}

.plq{
	border-color: #7d7d7d;
	border-style: solid;
	border-width: 2px;
}

.plq img {max-width: 100%;}

.data_plq h1{
	color: #006796;
	font-size: 1.0em;
	line-height: 1.0em;
	font-weight: 700;
}

.data_plq h2{
	color: #959595;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.2em;
}

.data_plq h4{
	color: #eb880e;
	font-weight: 700;
	font-size: 0.9em;
	line-height: 0.9em;
}


.data_plq h3{
	color: #81ae0f;
	font-weight: 700;
	font-size: 1em;
	line-height: 1em;
	text-align: left;
}

#footer {
	font-size: 1em;
	line-height: 1.5em;
	background: #464646;
	border-top: solid 1px #eb880e;
	color: white;
	float: left;
	padding-top: 10px;
	padding-bottom: 12px;
	width: 100%;
	text-align: center;
	margin-top: 25px;
}

#footer a{
  color: #f8f400;
  text-decoration: none;
}

#footer a:hover{
  color: white;
  text-decoration: none;
}

/* articulos */

#articulos {
	width: 98%;
	float: left;
	margin-left: 1.6%;
	margin-top: 20px;
}

.cabeza_1 {
	width: 68%;
	height: 35px;
	text-align: center;
	float: left;
	color: #636363;
	font-weight: 700;
	font-size: 1.4em;
	background-color: #f3eea7;
	border: solid 1px #636363;
	padding-top: 7px;
}

.cabeza_2 {
	width: 20%;
	height: 35px;
	text-align: center;
	float: left;
	color: #636363;
	font-weight: 700;
	font-size: 1.4em;
	background-color: #f3eea7;
	border: solid 1px #636363;
	padding-top: 7px;
}

.cabeza_3 {
	width: 10%;
	height: 35px;
	text-align: center;
	float: left;
	color: #636363;
	font-weight: 700;
	font-size: 1.4em;
	background-color: #f3eea7;
	border: solid 1px #636363;
	padding-top: 7px;
}

.detalle_1 {
	width: 18%;
	text-align: center;
	float: left;
	color: #636363;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 2em;
	border: solid 1px #636363;
	padding-top: 7px;
}

.detalle_2 {
	width: 49.85%;
	text-align: left;
	float: left;
	color: #636363;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 2em;
	border: solid 1px #636363;
	padding-top: 7px;
}

.referencia {
	width: 20%;
	text-align: center;
	float: left;
	color: #636363;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 2em;
	border: solid 1px #636363;
	padding-top: 7px;
}

.codigo {
	width: 10%;
	text-align: center;
	float: left;
	color: #eb880e;
	font-weight: 700;
	font-size: 0.9em;
	line-height: 2em;
	border: solid 1px #636363;
	padding-top: 7px;
}

.cabeza_aires {
	width: 98.35%;
	height: 35px;
	text-align: center;
	float: left;
	color: #636363;
	font-weight: 700;
	font-size: 1.4em;
	background-color: #ffc76b;
	border: solid 1px #636363;
	padding-top: 7px;
	margin-top: 10px;
}

.cabeza_aires_univ {
	width: 98.35%;
	height: 35px;
	text-align: center;
	float: left;
	color: #636363;
	font-weight: 700;
	font-size: 1.4em;
	background-color: #c1cfe1;
	border: solid 1px #636363;
	padding-top: 7px;
	margin-top: 10px;
}

.cabeza_termofusibles {
	width: 98.35%;
	height: 35px;
	text-align: center;
	float: left;
	color: #636363;
	font-weight: 700;
	font-size: 1.4em;
	background-color: #ccd465;
	border: solid 1px #636363;
	padding-top: 7px;
	margin-top: 10px;
}

.cabeza_plaq_nac {
	width: 98.35%;
	height: 35px;
	text-align: center;
	float: left;
	color: #636363;
	font-weight: 700;
	font-size: 1.4em;
	background-color: #69d8dd;
	border: solid 1px #636363;
	padding-top: 7px;
	margin-top: 10px;
}

.cabeza_lavarropas {
	width: 98.35%;
	height: 35px;
	text-align: center;
	float: left;
	color: #636363;
	font-weight: 700;
	font-size: 1.4em;
	background-color: #dfccd5;
	border: solid 1px #636363;
	padding-top: 7px;
	margin-top: 10px;
}