@font-face {font-family: "hllc";src: url(../fonts/hllc.ttf) format("opentype");}
.tnoticia { 
  width: 100%; 
  border-collapse: collapse; 
}
.tnoticia p{font-size:17px;
font-family:hllc;
 text-align:left;}

.tnoticia th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
.tnoticia td, th { 
  padding: 6px 20px; 
/*  border: 1px solid #ccc; */
  text-align: left; 
  text-align:justify;
}




@media 
only screen and (max-width: 760px),
(min-device-width: 760px) and (max-device-width: 1px)  {

	/* Hacer que la tabla ya no se vea como una tabla */
	.tnoticia table, .tnoticia thead, .tnoticia tbody, .tnoticia th, .tnoticia td, .tnoticia tr { 
		display: block; 
	}
	
	/* Se ocultan los títulos de las columnas ( nombre, apelllido y edad en este caso ) */
	.tnoticia thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	/*.staff tr { border: 1px solid #ccc; }*/
	
	.tnoticia td { 
		/* hacer que los campos se comporten como filas */
      
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
       padding: 0px 40px 0 0; 
		
	}
 
}
#imagen{vertical-align:top;
width:370px;}
#imagen img{ -webkit-box-shadow: 3px 3px 3px #7C7C7C;
    box-shadow: 3px 3px 3px #7C7C7C;}
#imagen p{font-family:hllc;
font-size:15px;
text-align:left;}
.recuadro{  box-shadow: 2px 1px 5px #333;
padding:5px 10px;
}
.autor{
color:#333;
text-align:right;
padding:1px 5px 0 0;
}
.autor p{font-size:13px;}
.texcelencia img{-webkit-box-shadow: -2px 3px 27px -5px rgba(0,0,0,1);
-moz-box-shadow: -2px 3px 27px -5px rgba(0,0,0,1);
box-shadow: -2px 3px 27px -5px rgba(0,0,0,1);}


/* VERSION NUEVA PLANTILLA NOTICIA */
.news-container{
        clear:both;
}
.news-container img {
        -webkit-box-shadow: 3px 3px 3px #7C7C7C;
        box-shadow: 3px 3px 3px #7C7C7C;
}
.news-content{
  		padding-left:15px; 
}
.bajada{
        width: 95%;
        font-family: hllc;
        font-size: 15px !important;
        font-style: italic;
        text-align: justify;
        padding: 0 10px;
}
.news-container p {
        font-size: 17px;
        font-family: hllc;
        text-align:justify;
}
.news-container .recuadro{  box-shadow: 2px 1px 5px #333;
        padding:5px 10px;
}
.news-container >.autor{
        color:#333;
        text-align:right;
        padding:0px 5px 10px 0;
  		margin-bottom:10px
  		display:block;
}
.news-container .autor p{
        font-size:13px;
}
/* ESTILO DE TABLAS */
table.twhite {
        width: 100%;
        border: none;
        border-collapse: separate;
        border-spacing: 5px;
        border-color:none;
        font-family: 'Lato';
        font-size: 13px;
}
.twhite th {
        color: #0088a8;
        font-weight: bold;
        padding:5px;
        text-transform: uppercase;
        letter-spacing: 1px;
}
table.twhite td {
        color: #6d6c6c;
        padding:5px;
        text-align: justify;
        vertical-align:top;
}
table.twhite td span.name{
        color:#4e4e4e;
        font-weight:bold;
}

@media 
only screen and (max-width: 760px),
(min-device-width: 760px) and (max-device-width: 1px)  {
	.twhite table, .twhite thead, .twhite tbody, .twhite th, .twhite td, .twhite tr { 
		display: block; 
	}
	.twhite thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}	
	.twhite td {       
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
        padding-bottom: 10px !important;
    	margin-bottom: 10px;
    	text-align: center !important; 
		
	}
  .bajada{
        border-bottom: 1px solid #eee; 
        text-align:center !important;
        padding-bottom: 5px;
        margin-bottom: 20px;
}
 
}

@media only screen and (max-width:990px) {
.news-content{
  padding:0 15px; 
	}
}