@CHARSET "ISO-8859-1";

BODY
{
  
  /* background: linear-gradient(135deg, #c5a059 0%, #fdf0cd 50%, #d4af37 100%); 
  background: linear-gradient(to bottom, #fafafa 0%, #f0f0f0 100%); */
  background-color: #f4a610;
  
  color: black;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 15px;
}

BODY a {
	text-decoration: none;
	color: #85A3E8;
}

BODY a:hover {
	color: orange;
	text-decoration: none;
	
	
}

#container {
	min-width: 228px;
    max-width: 1280px;
    background-color: #ffffff;
    
    margin: 0 auto;
    overflow: hidden;    
}

#sliderContainer {
}

.banner {
	width: 100%;
	min-weight: auto;
	min-weight: auto;
	overflow: visible;
}

.paddingBajo { padding-bottom: 25px; }
.masPequeno { font-size: smaller; }
.derecha { text-align: right; }
.centra { text-align: center; }
.blanco { background-color: white; }
.logoLista { max-height: 80px; }
.fotoNoticiaPortada { width: 100px; }
.fechaMini { font-size: smaller; }
#tituloMensaje {font-size: 18px; font-weight: bolder;}
#return { margin-top: 25px; margin-bottom: 15px; }
.verTodasLasNoticias { font-size: x-large; }

#nombreEmpresa {
    font-size: 11px;
    color: #8A4B08;
    font-style: italic;
}



#cabecera {
	width: 100%;
	padding: 0px;
	margin: 0px;
	max-height: 660px;
	height: auto;
	overflow: inherit;
}



#tarjeteroNoticias {
	padding: 5px;
}

#tituloColDerecha {
	background-color: #ddd;
	color: black;
	text-align: center;
	font-weight: bolder;
}

#colDerecha {
	border-style: solid;
	border-color: #ddd;
	border-width: 1px;	
}

#colDerecha .centra {
	border-style: dotted;
	border-color: gray;
	border-width: 1px;
	overflow: auto;
	margin: 10px;
	padding: 3px;
	
}

#colDerecha .centra:hover {
	border-color: blue;
	
}

.infoNoticia {
	font-size: 18px;
	
}

#pie {
	color: white;
	display: block;
	background-color: #172546;	
}

#pieTitulo {
	font-size: 25px;
	margin-bottom: 10px;
}

#pieDireccion {
	margin-bottom: 10px;	
}


#menuDerecha {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%
    background-color: #f1f1f1;
}

#menuDerecha li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

#menuDerecha li a:hover {
    background-color: #555;
    color: white;
}

.navbar, .navbar-default {
	margin-top: 20px;
	
}

.navbar-default {
	background-color: #0b2e4b;
	background-color: #f4b400;
  	color: #fff;
}

.navbar-default a:hover, .btn-primary:hover {
  background-color: #d99e00;
}



/*** Tarjetas */
.titulo-noticia {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.3em;
  min-height: 48px; /* altura mínima para 2 líneas */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* máximo 2 líneas visibles */
  -webkit-box-orient: vertical;
}

.panel-body {
  flex-grow: 1;
}
.descripcion-noticia {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 80px;
}

.tarjeta-noticia {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.panel-body {
  flex-grow: 1;
}


.tarjeta-noticia:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.panel-image img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #eee;
}
.titulo-noticia {
  font-weight: 600;
  margin-top: 10px;
}
.fecha-noticia {
  color: #888;
  font-size: 0.9em;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
.row-eq-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.tarjeta-noticia:hover {
  transform: translateY(-3px);
  transition: all 0.3s ease;
}



/*** Slideshow */
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-10by3 {
    padding-top: 31.25%;
}

