@page {
  size: A4 portrait;
}
.nota_al_pie {
	position: fixed;
    bottom: 0;
}
.art-header {
	display: none;
}
.fondo-encabezado {
	display: none;
}
.linea-naranja-encabezado {
	display: none;
}
#art-main {
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
}
.content-num-vig {
    float: right;
}
.content-main {
    margin: 15px 0 0;
}
.titulo-producto {
    font-size: 24px;
    font-weight: 600;
    border-bottom: solid 1px hsla(36, 100%, 47%, 1);
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.content-img-producto {
    float: left;
    width: 45%;
    margin: 0 5% 15px 0;
}
.content-descrip-der {
    float: left;
    width: 50%;
    margin: 0 0 15px;
}
.img-simulacion-producto {
    float: right;
    width: 50%;
    display: block;
    margin-bottom: 15px;
}
.content-caract {
    float: left;
    width: 50%;
    text-align: left;
}
.content-medidas {
    float: left;
    width: 50%;
    text-align: right;
}
.tabla-caract table {
    margin-top: 5px;
}
table, ul.art-hmenu {
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
}
th {
    border-right: solid 1px #FFFFFF;
    color: #FFFFFF;
    font-weight: 300;
    padding: 2px 5px;
}
td {
    border-bottom: solid 1px;
    border-right: solid 1px #FFFFFF;
    color: hsla(210, 2%, 34%, 1);
    padding: 2px 5px;
}
.cleared {
    clear: both;
    font: 0/0 serif;
    display: block;
    content: " ";
}
.saltopagina{ 
      display:block; 
      page-break-before:always;
}
.linea-naranja-footer {
	display: none;
}
.art-footer {
	display: none;
}
.img-abajo {
    display: block;
}
.img-arriba {
    display: block;
}
.btn-pdf {
	display: none;
}
.print-only {
    margin-top: 0px;
}