/*Reset Pages*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
small {
  font-size: 80%;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

h1,h2,h3,h4,td,
th {
  padding: 0;
  margin:0;
}
body{
    margin: 0;
	color:#333;
	font:1.2em "Arial",Verdana,sans-serif;
    background-color: #06264c;
}
/*::selection { background: #fef032; }*/

a{
	color:#0070ba;
	text-decoration:none;
}
a:visited{
	color:#0070ba;
	text-decoration:none;
}
a:hover{
	color:#0070ba;
	text-decoration:none;
}

img{
	border:none;
}
h4{
	font:bold 1.2em "Arial",Verdana,sans-serif;
	color:black;
	margin:10px 0px 5px;
	border-bottom:1px dotted #ccc;
}
h2{
	font:bold 1.3em "Arial",Verdana,sans-serif;
	color:black;
	padding-bottom: 0;
}
#base-header {
    margin:0px auto;
    width:100%;
    position: fixed;
    background: #0070ba;
    z-index: 2000;
    box-shadow: 0 0 15px -5px;
}
header {
    margin:0px auto;
    max-width:1000px;
    width:100%;
}
#header-menu {
    margin-top: 10px;
    color: #9fc1e0;
    font-size: 0.8em;
    line-height: 18px;
    float: right;
    width: 31%;
    text-align: right;
    padding-top: 3px;
    display:inline-block;
    font-weight: bold;
    text-transform: uppercase;
}
#header-menu a{
    margin-top: 10px;
    color: #fff;
}
#header-logo {
    height: 45px;
    width: 33%;
    float: left;
    padding-right: 10px;
}
#header-logo-img{
	margin-top:7px !important;
}
#header-buscador {
    height: 45px;
    width: 35%;
    float: left;
    text-align: left;
    display:inline-block;
}
/*#header-wspmovil {
    display:none; 
}*/
#header-buscador #s {
    color: #000;
    float: left;
    height: 27px;
    width: 91%;
    min-width: 30px;
    /*Menos de 16px genera Zoom en móviles*/
    font-size: 16px;
    line-height: 15px;
    background-color: #fff;
    border:1px solid #fff;
    margin-top: 10px;
    box-sizing: border-box;
    font-weight: normal;
    padding-left: 5px;
    padding-top: 2px;
    background-image: url(https://tecnologia21.com/tema/buscarazul.png);
    background-repeat: no-repeat;
    border-radius: 5px;
    padding-right: 25px;
    background-position: right 4px top 2px;
}
.toplink {
    margin-top: 5px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    text-align: center;
    background-color: #0070ba;
    padding-top: 5px;
    padding-bottom:5px;
    font-weight: bold;
    color:#fff;
    border-radius: 3px;
}
.toplink a, .toplink a:visited, .toplink a:hover {
    font-weight: bold;
    color:white;
}
.menu-mobile-azul, .menu-mobile-celeste{
    display: none;
}
#base-content {
    margin:0px auto;
    width:100%;
    box-sizing: border-box !important;
    background-color: white !important;
    clear: both !important;
    max-width: 1100px;
}
section {
    padding-top:50px !important;
    clear: both !important;
    margin:0px auto;
    max-width:1000px;
    width: 100%;
    box-sizing: border-box;
}
#contiene-article{
    margin-top: 15px;
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 18px;
    width: 100%;
    margin-bottom: 5px;

}
article{
    clear: both !important;
	padding-bottom:10px;
}
.bloque-destacado {
    float: left;
    width: 100%;
    font-size: 0.9em;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    min-height: 295px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.25);
    background-color: #fff;
    /*border-radius: 4px;*/
}
.entry{
    clear: both !important;
	width:100%;
	padding-top:10px;
}
.texto-articulos{
	clear:both;
	text-align:left;
	line-height:1.5em !important;
	font: 1.1em "Arial",Verdana,sans-serif;

}

.share-on-email {
	background:#a29da2;
}
.share-on-whatsapp {
	background:#54b541;
}
.share-on-facebook {
	background:#4a67ad;
}
.share-on-twitter {
	background:#4ca0eb;
}
.share-on-link {
	padding:5px 10px;
	color:white !important;
}
.share-on-linkedin {
	background:#3276b0;
}
.redes-sociales {
	padding:10px 0 10px 0;
	clear: both;
}
.tecnologia-h2{
	font:0.9em "Arial",Verdana,sans-serif;
	font-weight:bold;
	line-height:18px;
	text-transform:uppercase;
	border-bottom:1px solid #eee;
	margin-top: 15px;
    margin-bottom: 5px;
	height:18px;
	width:100%;
	color:#444;
	display:block;
	/*box-sizing:border-box;*/
	clear: both;
}
.titulo-prefooter {
    font: 1em "Arial",Verdana,sans-serif;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    /*border-bottom: 1px solid #eee;*/
    height: 18px;
    width: 100%;
    color: #fff;
    display: block;
}
#base-prefooter {
    margin:0px auto;
    width:100%;
    background-color:#0a2f5b !important;
    /*padding-right: 10px;
    padding-left: 10px;*/
    box-sizing: border-box !important;
    padding-top: 10px;
    max-width: 1100px;
}

#base-prefooter ul{
	margin-left: 0 !important;
    padding-left: 0 !important;

    }
#base-prefooter ul li{
    list-style: none;
    line-height: 1.2em;
	margin-left: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 10px;

}

.contenedor-prefooter{
    margin:0px auto;
    max-width:1000px;
    width:100%;
    overflow: hidden;
}

.contenedor-prefooter a, .contenedor-prefooter a:visited {
    color: #a6ceed;
}

.contenedor-prefooter a:hover {
    color: #fff;
}

.prefooter-izq {
    width: 50%;
    font-size: 0.9em;
    margin: 5px 0 5px 0;
    /*padding: 10px;*/
    /*border: #44A1D0 1px solid;*/
    /*Un alto fijo da problemas con títulos extensos
    height: 230px;
    float: left;
    Espacio entre textos largos de Izq-Der*/
    padding-right: 5px;
    box-sizing: border-box !important;
    display: inline-block;
}

.prefooter-der {
    width: 50%;
    font-size: 0.9em;
    margin: 5px 0 5px 0;
    /*padding: 10px;*/
    /*border: #44A1D0 1px solid;
    Un alto fijo da problemas con títulos extensos
    height: 230px;*/
    float: right;
    display: inline-block;
}
#base-footer {
    margin:0px auto;
    width:100%;
    background-color:#011b34 !important;
    box-sizing: border-box !important;
    max-width: 1100px;
}

footer {
    margin:0px auto;
    max-width:1000px;
    width:100%;
    font-size: 0.8em;
    padding-top: 10px;
   /* margin-top: 10px;*/
    height: 40px;
    color: #666;
    width: 100%;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;

}

footer a, footer a:visited, footer a:hover {
    font-size: 1.4em;
    color: #87cff5;
}

.alignleft{
	float:left;
}
.alignnone{
	width: 100%;
	height: auto;
}
img.alignleft,img[align="left"]{
	float:left;
	margin:2px 10px 5px 0px;
}
.alignright{
	float:right;
}
img.alignright,img[align="right"]{
	float:right;
	margin:2px 0px 5px 10px;
}
section ul,ul{
	margin:0 0 15px 35px !important;
	list-style-type:disc;
	padding-top:10px;
}
.aligncenter,img.aligncenter{
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.entry{
	width:100%;
	margin-bottom:15px;
}
.entry img{
	padding:0;
	}
.size-full,img.size-full{
}
.entry h1{
	color:black;
	margin:0;
	font:bold 1.4em "Arial",Verdana,sans-serif;
}

/*Video responsive con solo CSS, requiere de con DIV contenedor "Video".*/
.video {
    position: relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.video iframe,.video object,.video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    }
#responsive{
    text-align:center;
    padding-bottom:20px;
    padding-top:15px;
}

#destacados {
    background-color: #f6f6f6;
    width: 100% !important;
    font-size: 1em;
    padding: 10px;
    margin-bottom: 15px;
    float: right;
    box-sizing: border-box;
    display:inline-block;
	clear: both;
	margin-top: 10px;
}
#destacados ul li a{
	font-weight: bold;
}
.destacados-titulo {
    font: 1em "Arial",Verdana,sans-serif;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    color: #333;
    height: 18px;
    width: 100%;
    display: inline;
    border-bottom: 1px solid #c0c0c0;
}
.crp_related ul li{
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	margin-top: 10px;
}
.crp_related ul{
	padding: 0 !important;
	margin: 0 !important;

}
.paginacion{
    padding-bottom: 15px;

}
@media screen and (min-width: 980px) /* Desktop */ { 	 }
@media screen and (max-width: 979px) /* Tablet */ { 
	/*Aumentamos el tamaño de fuente*/
body {
	width:100%;
	font-size:1.3em;
}
	/*Definimos 10px de margen a izquierda y derecha del contenido*/
#base-content {
	padding-right:10px !important;
	padding-left:10px;
	box-sizing:border-box;
	}
#base-prefooter {
    padding-right: 10px !important;
    padding-left: 10px;
    box-sizing: border-box;
}
#base-footer {
    padding-right: 10px !important;
    padding-left: 10px;
    box-sizing: border-box;
}
header {
	max-width: 1000px;
	width:100%;
}
#header-logo {
    width:45%;
}
#header-logo img{
    width:200px;
    height:26px;
    margin-top:3px;
    margin-left: 10px;
}
#header-buscador{
    margin-top:10px;
    width:45%;
    height:auto;
    padding-bottom:5px;
    float:right;
    padding-right:10px;
}
/*#header-wspmovil{
    margin-top:10px;
    width:35%;
    height:auto;
    padding-bottom:5px;
    float:right;
    margin-right:10px;
    text-align: right;
    display: inline;
}*/
#header-buscador #s{
   	margin-top: 0px;
    float: right;
    /*Acomodamos el texto para móviles*/
    padding-top: 5px;
}
.menu-mobile-azul{
    display: block;
    padding: 5px;
    margin-top: 5px;
    font-size: 1.2em;
    background-color: #0070ba;
    color: #fff;
    text-align: center;
    clear: both;
    font-weight: bold;
    margin-bottom: 5px;
    border-radius: 3px;
}
#header-menu{
    /*width:100%;
	text-align:left;
	margin-bottom:5px;
	margin-top: 0px;*/
	display: none;
    }
section {
	width:100%;
	}

.toplink {
    margin-top: 0;
}

/*Ajustamos la imagen de los artículos al ancho de la pantalla*/
.entry img {
	width:100% !important;
	height:auto;
	}
.redes-sociales img {
	width:auto !important;
	height:auto;
	clear: both;
    }
	/*Quitamos el espacio entre section y nav*/
section {
	padding-right:0;
	}
.texto-articulos{
	line-height:1.5em;
	font: 0.9em "Arial",Verdana,sans-serif;
}
.prefooter-izq, .prefooter-der{
    width:100% !important;
    height: auto;
    /*Mejor para móviles*/
    font-size: 1em;
}
.prefooter-izq{
    /*El espacio sólo es necesario en escritorio*/
    padding-right: 0;
}
#contiene-article{
    display: block; 
}
.bloque-destacado {
margin-bottom: 10px;
}
footer a, footer a:visited, footer a:hover {
    font-size: 1.4em;
}
.notablet{
    display: none;
}
@media screen and (max-width: 500px) /* Mobile */ {
body {
	width: 100%;
	font-size: 1em;
	}
#header-logo img{
    width:180px;
    height:23px;
    margin-top:5px;
}
/*Ocultar en pantallas pequeñas*/
.share-on-email {
	display: none;
}
footer a, footer a:visited, footer a:hover {
    font-size: 1.2em;
}