<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --- estilos noticias --- */

.rss {
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 5px;
	padding:5px;
}
.rss img{
	vertical-align: middle;
}
.fecha {
  color: #f90;
}

/* enlaces noticias*/
.subtemah3 {
    border-top: 1px dashed #360;
    font-size: 1em;
    margin: 5px 0 0;
    padding: 4px 0 0;
}
.subtemah3 a {
    background-image: url('../../images/icons/link_02.gif');
    background-position: right center;
    background-repeat: no-repeat;
    color: #666;
    display: block;
    padding-right: 20px;
}
.subtemavolver {
    background-image: url('../../images/icons/subir.gif');
    background-position: right center;
    background-repeat: no-repeat;
    color: #360;
    margin-top: 0;
    padding-right: 15px;
    text-align: right;
}


/* --- estilos notas de prensa --- */

.barratitulo{
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  background-color: #fff;
}
.barratitulo h2{
  font-size: 1.3em;
  font-weight: bold;
  color: #666 !important;
  text-align: center;
}

.prensath1,
.prensath2,
.prensath3{
	font-size: 1em;
	font-weight: bold;
	color: #555;
	padding: 20px 5px 0px 10px;
	border-bottom: 2px solid #C8CD97;
}

.prensatd1,
.prensatd2,
.prensatd3 {
	background-color: #fdfded;
	font-size: 1em;
	font-weight: normal;
	color: #555;
	border: 0px;
	border-top: 1px solid #EFEBC6;
	border-bottom-width: 1px solid #EFEBC6;
	padding: 5px;
}
.prensatd1{
	background-color: #F3F7E3;
	text-align: left;
	font-style: italic;
	width: 200px;
}
.prensatd2{
	text-align: left;
	width: auto;
	padding-left: 10px;
}
.prensatd3{
	font-size:0.9em;
	text-align: center;
	width: 100px;
}</pre></body></html>