<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


.devoluciones {
    color: #fff;
    font-family: open sans;
}

.devoluciones h2 {
    font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 14px;
	padding-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #333;
	padding-top: 14px;
}

th {
    color: #888;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
}

.rojo {
    background-color: #efc0c0;
}

.verde {
    background-color: #fff;
}

td {
    font-size: 11px;
}

.table &gt; tbody &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; thead &gt; tr &gt; th {
    vertical-align: middle !important;
}

.img-cabecera {
	width: 100%;
	background-color: #fff;
	padding-bottom: 20px;
}

.img-cabecera img {
	margin: 30px auto 10px;
}

.avisos {
	margin: 20px auto 0;
    padding: 3px 30px 12px;
    text-align: center;
    text-transform: uppercase;
    width: 60%;
}

.table {
    float: none !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    /*width: auto !important;*/
	color: #333;
}

.devoluciones a {
    color: #333;
	text-transform: capitalize;
}

.avisos.alert.alert-warning h2 {
    font-family: open sans;
    font-size: 16px;
    text-transform: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
	list-style: none;
}

.contenido {
	max-width: 1000px;
	margin: 0 auto;
}
.contenido h1 {
    color: #666;
    font-family: open sans;
    font-size: 23px;
    line-height: 30px;
    margin: 0 auto;;
    text-align: center;
	width: 80%;
}

.instrucciones {
    color: #f1f1f1;
    font-family: open sans;
    margin-top: 12px;
}

.instrucciones h2 {
    background-color: #666;
    border-radius: 12px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 6px;
    text-align: center;
	margin-bottom: 20px;
}

.instrucciones h3 {
    font-size: 15px;
    line-height: 21px;
    margin: 20px auto;
    width: 90%;
}

.instrucciones &gt; p {
    padding: 0 28px;
}

.politica {
	background: none;
	border: none;
	font-weight: bold;
}

.politica:hover {
	text-decoration: underline;
}

.contacto-legal {
    color: #999;
    font-size: 11px;
    font-style: italic;
}

.error {
    margin-top: 6px;
    width: 100%;
}

.gracias a {
    background-color: #ccc;
    border-radius: 8px;
    color: #333;
    font-family: open sans;
    font-size: 13px;
    margin: 0 auto;
    padding: 10px 18px;
    text-align: center;
    text-transform: uppercase;
}

.gracias a:hover {
    background-color: #fff;
    color: #333;
	text-decoration: none;
}

.gracias h1 {
	background-color: #666;
    border-radius: 20px;
    color: #f1f1f1;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 34px;
    padding: 62px 50px;
}

.devoluciones-pie {
    clear: both;
    color: #f1f1f1;
    font-family: open sans;
    font-size: 11px;
    padding-bottom: 80px;
    padding-top: 80px;
    text-align: center;
}

@media (max-width: 480px) {
	.gracias h1 {
		font-size: 15px;
		line-height: 17px;
		padding: 24px 40px;
	}
}

th {
    font-size: 9px;
	color: #fff;
	letter-spacing: 2px;
	background-color: #333;
}

.izq {
    float: left;
    margin-top: -154px !important;
    position: absolute;
    max-width: 180px;
    left: 100px;
}

.izq img {
    max-width: 180px;
}

.der {
    float: right;
    margin-top: -154px !important;
    position: absolute;
    max-width: 180px;
    right: 100px;
}

.der img {
    max-width: 180px;
}

</pre></body></html>