<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.encabezado h1{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #333;
    font-weight: bold;
	margin-bottom:15px;
}

.encabezado p{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}

.encabezado{
	margin-bottom:30px;
}

.datos-tienda h2{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FF6400;
    font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;	
}

.datos-tienda p	{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
	margin-bottom:0px;
}

.datos-tienda span	{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}

.datos-tienda a	{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FF6400;
    font-weight: normal;
	text-decoration:underline;
}


.datos-tienda thead {
    background-color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    font-weight: bold;
	border-bottom:0px;
}

.datos-tienda .table &gt; thead &gt; tr &gt; th {
    vertical-align: bottom;
    border-bottom: 0px
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.myaccountCustom{
	float: right; 
	margin-right: -10px; 
	margin-top: -5px;
}

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