@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {
  text-decoration: none !important;
}

body {
  font-family: Open Sans;
  background: url(../img/bg-head.png) 0 0 #fff !important;
}

.timeline-Widget {
  background-color: #efefef !important;
}

h1.titulo-noticia {
  font-size: 1.3em;
  margin-top: 10px;
}

h3.hora-publicacion {
  color: #a2a2a2;
  font-size: 13px;
}

div.descripcion {
  min-height: 210px;
  background-color: #f5f9fa;
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

div#noticias-informaticas {
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    border-top: 3px solid #6aaf0f;
    height: auto;
    margin-bottom: 25px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

div#noticia {
  padding: 20px;
}

div#noticia img {
width: 100%;
height: 185px;
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
border-top: 1px solid #e6e6e6;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

div#contenedor {
  max-width: 90%;
  height: auto;
  margin: 50px auto;
  border-radius: 3px;
  margin-bottom: 80px;
}

div.contenido {
  width: 100%;
}

div.logo {
  overflow: hidden;
}

div.logo img {
	width: 80%;
  margin-top: 25px;
}

div.noticias-titulo span {
    color: #6aaf0f;
    font-size: 18px;
}

div.noticias-titulo {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

h1.titulo-noticia a {
  color: #464646;
}

h2.descripcion-noticia {
  font-size: 14px;
  font-weight: normal;
}

div.header {
  height: 250px;
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  background-color: rgb(65, 54, 60);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: url(../img/headerbg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

div.novedades {
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  border-top: 5px solid #2C3E50;
  height: auto;
  overflow: hidden;
  border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

div#post {
  padding: 0;
  height: auto;
}

div#social {
  padding-right: 0px !important;
  height: auto;
}

div#panel {
  margin: 20px 0 0;
}

/* SOCIAL */

div.twitter {
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  border-top: 3px solid #2196f3;
  height: auto;
  border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

div.twitter-titulo span {
    color: #2196f3;
    font-size: 18px;
}

div.twitter-titulo {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

div.ssi {
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    border-top: 3px solid #F44336;
    height: auto;
    margin-bottom: 15px;
    border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

div.usuarios {
  padding: 15px;
  width: 100%;
  border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

div.ssi-titulo span {
    color: #f44336;
    font-size: 18px;
}

div.ssi-titulo {
  padding-left: 10px;
  padding-top: 10px;
}

div.publicidad {
  margin-top: 15px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  border-top: 3px solid #FF9800;
  height: 450px;
  overflow: hidden;
  padding-bottom: 15px;
  border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

div.publicidad-titulo span {
  color: #FF9800;
  font-size: 18px;
}

div.publicidad-titulo {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
}

div.contenido-novedades {
	padding-left: 0px;
  padding-right: 0px;
	padding-bottom: 0px;
}

div#forum img {
  width: 100px;
  -webkit-transition: -webkit-transform 1s ease-out;
  -moz-transition: -moz-transform 1s ease-out;
  transition: transform 1s ease-out;
}

div#forum img:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

div#forum img {
  width: 100px;
  -webkit-transition: -webkit-transform 1s ease-out;
  -moz-transition: -moz-transform 1s ease-out;
  transition: transform 1s ease-out;
}

div#top-icons {
  float: right;
  width: 500px;
  padding-right: 0;
  margin-top: 65px;
  margin-right: 90px;
}

div.alerta {
  background-color: #27ae60;
  border-bottom: 2px solid #181d24;
  padding-top: 10px;
  text-align: center;
  color: #fff;
}

div.alerta a {
  text-decoration: none;
}

h2.novedades-titulo {
  font-size: 20px;
  padding-left: 15px;
  color: #2C3E50;
}

.table {
  margin-bottom: 0px !important;
  font-size: 12px;
}

div.users {
  text-decoration: none;
}

td a {
  color: #3b94df !important;
  text-decoration: none !important;
}

footer {
  text-align: center;
  padding-bottom: 20px;
}

footer a {
  text-decoration: none;
}

span#twitter {
  color: #fff;
  padding-right: 5px;
  padding-bottom: 10px
}

span#facebook {
  color: #fff;
  padding-right: 5px;
  padding-bottom: 10px
}

span#youtube {
  color: #fff;
  padding-bottom: 10px
}

#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: rgb(69, 64, 70);
    color:#fff;
    z-index:99999;
}

.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}

.inner a.ok {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #000000;
  background-color: #fff;
  text-decoration: none;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
}

.inner a.info {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #000000;
  background-color: #fff;
  text-decoration: none;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border-top: 0px !important;
}

/* ADBLOCK */
/* Estilos CSS del desactivador Ad Block */
#g207{
position:fixed !important;
position:absolute; /* Tipo de posición */
top:0;
top:expression((t=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop)+"px");
left:0;
width:100%; /* Ancho */
height:100%; /* Alto */
background:url(http://i.imgur.com/0E9Qw4s.jpg) right center !important; /* Imagen del fondo */
opacity:0.9; /* Opacidad */
filter:alpha(opacity=90); /* Filtro de la opacidad */
display:block
}
#g207 p{
opacity:1; /* Opacidad */
filter:none;
font:bold 18px Georgia, Arial, sans-serif; /* Tipo de fuente */
text-align:center; /* Alineamiento del texto */
text-transform:uppercase; /* Transformación en mayúsculas */
font-style:italic; /* Estilo de la fuente */
margin:10% 0; /* Margen del texto */
}
#g207 p a,#g207 p i{
font-size:18px; /* Tamaño de la fuente */
}
#g207 ~ *{
display:none
}
/* Fin de los estilos */
