﻿body 
{
    padding:0;
    margin:0;
}

.cabecero
{
    width:100%;
    height:26px;
    background-color:#3892d3;
    font-family      : tahoma,verdana,sans-serif !important;
    font-size        : 14px !important;
    color:#FFF;
}

.lineas
{
    background-color:#3892d3;
    width:0%;
    height:2px;
    position:relative;
    overflow:hidden;
}

.cuadro
{
    background-color:#fff;
    width:0px;
    height:2px;
    position:relative;
    top:0;
    left:-20%;
}

.contLogo
{
    width:100%;
    background-color:#dfeaf2;
    height:80px;
}

.logo
{
    width:244px;
    height:100%;
    background-image:url(img/ara244X45.png);
    background-position:left center;
    background-size:contain;
    background-repeat:no-repeat;
    margin-left:10px;
   
}

.copy
{
    width:99.5%;
    height:14px;
    font-family      : tahoma,verdana,sans-serif !important;
    font-size        : 11px !important;
    margin-left:.5%;
    margin-top: 4px;
}