﻿
@media (min-width: 1201px) and (max-width: 2000px) {
table {
          /* width:100%;*/
       }

  }
/*----------------------------------------
@media only screen and (max-width: 1440px) {*/
@media (min-width: 768px) and (max-width: 1200px) {
table {
          /* width:100%;*/
       }
       thead {
           display: none;
       }
       tr:nth-of-type(2n) {
           background-color: inherit;
           width:100%;
       }
       tr td:first-child {
       
            font-size:1.3em;
           width:100% !important;
       }
       tbody td {
           display: block !important;
          
           width:100% !important;
          
       }
       tbody td:before {
           content: attr(data-th);
           display: block;
      
       }
        a  {
    color: #0072c6 !important;
    }

td
{
width:100%;
}
.ms-rteFontSize-4
{
	font-size: 130%;

}
}
/*----------------------Bancos-------------------*/

@media only screen and (max-width: 767px) {
table {
          width:90%;
       }
       thead {
           display: none;
       }
       tr:nth-of-type(2n) {
           background-color: inherit;
           width:100%;
       }
       tr td:first-child {
      
           width:100%;
       }
 a  {
    color: #fff !important;
    }
       tbody td {
           display: block;
          
           width:100% !important;
          
       }
       tbody td:before {
           content: attr(data-th);
           display: block;
           
       }
td
{
width:100%;
}

@media (max-width: 480px) {

table {
           width:90%;
       }
       thead {
           display: none;
       }
       tr:nth-of-type(2n) {
           background-color: inherit;
           width:100%;
       }
       tr td:first-child {
                     height: auto;
        
           font-size:1.3em;
           width:100%;
       }
       tbody td {
           display: block;
     
           width:100%
          
       }
       tbody td:before {
           content: attr(data-th);
           
          }
td
{
width:100%;
}
#ctl00_ctl38_g_36060e03_538a_42ec_abcd_28b0fdd0bb1a_FormControl0__XmlFormView
{
	    zoom: 45% !important;
	    margin-left: -15%;
}
@media (max-width: 320px) {

}

