@CHARSET "ISO-8859-1";

BODY
{
  /* background-color: #84b420; */
  
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;	
  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: white;
    
    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; }

#nombreEmpresa {
    font-size: 11px;
    color: #8A4B08;
    font-style: italic;
}



#cabecera {
	width: 100%;
	padding: 0px;
	margin: 0px;
	max-height: 660px;
	height: auto;
}





#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;
}

/*** Slideshow */
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-10by3 {
    padding-top: 35.15%;
}

