<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Estilos generales */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

#contenedor {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
}

#seccion5 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#seccion55 {
    width: 100%;
    max-width: 1000px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-top: 50px;
}

#form_resultados{
	width: 100%;
    width: 400px;
	max-height: 400px;
    margin-bottom: 20px;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
	overflow:auto;
}

#form_datos{
	width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
	padding-left: 20px;
}



#cuestionario1,#cuestionario2, #cuestionario3, #cuestionario4, #cuestionario5, #cuestionario6, #cuestionario7 {
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	display:none;
}

h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

div[id^="b1-"], div[id^="b2-"], div[id^="b3-"], div[id^="b4-"], div[id^="b5-"], div[id^="b6-"] {
    width:138px;
	height:135px;
    padding: 10px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 5px;
    transition: background-color 0.3s;
}

div[id^="b1-"]:hover {
    background-color: #ddd;
}


#b1-1{
	background: url(../img/Iconos/Kiosco.jpg) no-repeat;}

#b1-2{
	background:url(../img/Iconos/oficina.png) no-repeat;}

#b1-3{
	background:url(../img/Iconos/centrodecopiado.png) no-repeat;}
	
#b1-4{
	background:url(../img/Iconos/empresa.png) no-repeat;}

#b1-5{
	background:url(../img/Iconos/organismopublico.png) no-repeat;}
	
#b1-6{
	background:url(../img/Iconos/otro.png) no-repeat;}

#b2-1 {
    background: url(../img/Iconos/nonecesitocolor.png) no-repeat;
}

#b2-2 {
    background: url(../img/Iconos/eventualmente_color.png) no-repeat;
}

#b2-3 {
    background: url(../img/Iconos/necesito_color.png) no-repeat;
}

#b3-1 {
    background: url(../img/Iconos/impresora.png) no-repeat;
}

#b3-2 {
    background: url(../img/Iconos/fotocop_impresora_scanner.png) no-repeat;
}

#b3-3 {
    background: url(../img/Iconos/fotocop_impresora_scanner_fax.png) no-repeat;
}

#b4-1 {
    background: url(../img/Iconos/icono_2000.png) no-repeat;
}

#b4-2 {
    background: url(../img/Iconos/icono_4000.png) no-repeat;
}

#b4-3 {
    background: url(../img/Iconos/icono_7000.png) no-repeat;
}

#b4-4 {
    background: url(../img/Iconos/icono_15000.png) no-repeat;
}

#b5-1 {
    background: url(../img/Iconos/menosde500.png) no-repeat;
}

#b5-2 {
    background: url(../img/Iconos/alrededorde1000.png) no-repeat;
}

#b5-3 {
    background: url(../img/Iconos/alrededor2000.png) no-repeat;
}

#b5-4 {
    background: url(../img/Iconos/masde4000.png) no-repeat;
}

#b6-1 {
    background: url(../img/Iconos/hasta_a4.png) no-repeat;
}

#b6-2 {
    background: url(../img/Iconos/hasta_oficio.png) no-repeat;
}

#b6-3 {
    background: url(../img/Iconos/hastaa3.png) no-repeat;
}


























/* Media Queries para pantallas mÃ¡s pequeÃ±as */
@media (max-width: 768px) {
    h1 {
        font-size: 20px;
    }

    div[id^="b1-"], div[id^="b2-"] {
        padding: 8px;
        font-size: 14px;
    }
}

/* Media Queries para pantallas muy pequeÃ±as */
@media (max-width: 480px) {
    h1 {
        font-size: 18px;
    }

    div[id^="b1-"], div[id^="b2-"] {
        padding: 6px;
        font-size: 12px;
    }
}
</pre></body></html>