@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0px;
    padding: 0px;
    font-style: normal;
    box-sizing: border-box;
    text-decoration: none
}

a {color:#555555;}

body {
    color:#656565;
	height: 100%;
    padding:0px 0px 0px 0px;
    margin: 0px;
}

html {
    width: 100%;
    height: 100%;
    padding: 0px !important;
    margin: 0px !important;
    font-family: 'Barlow', sans-serif;
}

.adpreview {
  padding: 20px;
  border: 1px solid #dadce0;
}

.headlines {
  color: #1a0dab;
  font-size: 20px;
  line-height: 1.3;
  font-family: arial,sans-serif;
}
.url {
  color: #202125;
  font-size: 14px;
  line-height: 1.58;
  font-family: arial,sans-serif;
}
.description, .description2 {
    padding-top:5px;
  color: #4d5156;
  font-size: 14px;
  line-height: 1.58;
  font-family: arial,sans-serif;
}

.texto-destacado {
    padding-top:5px;
  color: #1a0dab;
  font-size: 14px;
  line-height: 1.58;
  font-family: arial,sans-serif;
}

nav {
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
}


.img-responsive 
{
display: block;
max-width: 100%;
height: auto;
}


.logo-responsive {height:80px;}

.form-control-borderless {
  border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
  border: 1px solid #999999;
  outline: none;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

#left { width: 100%; float: left; }
#table, #table_search { margin: 5px 0; }
#table tr:hover { background: #FFC; }
#table tr#se:hover { background: none; }
#table th { border-top: 1px solid #CCC; border-bottom: 1px solid #ccc; color:#333; background: #eee; padding: 5px; }
#table th a { color: #333; text-decoration: none; }
#table td { padding: 4px;}
#table_search td { padding: 4px; }
#table_search th { font-weight: bold; text-align: right; padding-right: 8px; }
tr#se { border-bottom: 1px solid #CCC; color: #000; }
#se .name { font-size: 14px; font-weight: bold; }
.google { background: url(../images/google.png) no-repeat 12px 4px; }
.yahoo { background: url(../images/yahoo.png) no-repeat 12px 4px; }
.bing { background: url(../images/bing.png) no-repeat 12px 4px; }
.field:focus { border: 1px solid #999; }
.drop { float: left; width: 100%; }
#select { padding: 2px 0; width: 130px; }
.mo { float: right; text-align: right; width: 35%; } 
.clear { clear:both; overflow: auto; width: 100% }
#footer { margin: 25px 0 40px 0; color: #999; text-transform: uppercase; font-size: 10px; }

#se_data {display:block; margin:0 auto; width: 100%;}

.col-espacio {
  margin: 0px 10px 10px 0px;
}

.gray-bg{background:#f4f4f4;}
.list-type-02 {list-style:none;}
.verde {color:#28a745;}

.btn-cta-1  {
    color: #000000;
    font-weight: bolder !important;
    font-size: 18px;
    border-radius: 5px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: #fff200;
    text-decoration: none;
}

.btn-cta-1:hover {
    color: #000000;
    background: #ffe900;
}
