body {
  /*background-color:#004400;*/
  background-color:#ddffdd;
  background-image: url(../imagenes/fondo4.jpg);
  background-repeat: repeat-x;
}

.texto{
  color:#bbee11;
  background-color: #252525;
  font-family: serif;
  font-size: 13pt;
  font-style: normal;
  padding:10px;
  border:2px;
  border-color:#bbee11;
  border-style:solid;  
}

.cabeceras {
  background-color: #aaaaaa;
  color: #ffffff;
  font-size: 13pt;
}

div.menu {
  background-color : white;
  color : black;
  height : 39px;
  vertical-align : middle;
  text-align : left;
  font-size : 15pt;
  display : none;
}

a {
  color:red;
  text-decoration:none;
  border-bottom:dotted 1px;
}

a:visited {
  color:green;
  text-decoration:none;
  border-bottom:dotted 1px;
}

a.menu:link {
  background-color : white;
  color : black;
  font-size : 15pt;
  text-decoration : none;
}

a.menu:hover {
  background-color : white;
  color : green;
  font-size : 15pt;
  text-decoration : none;
}

a.menu:visited {
  background-color : white;
  color : black;
  font-size : 15pt;
  text-decoration : none;
}

table {
  background-color:white;
}

td.titulo_noticia {
  color:#000000;
  font-size:13pt;
  font-weight:bold;
  background-repeat: repeat;
}

td.fecha_noticia {
  color:#000000;
  font-size:10pt;
}

td.cuerpo_noticia {
  color:#000000;
  font-size:11pt;
}

td.marco {
  background-repeat: repeat;
}

.punteado{
  text-align: center;
  border-style: dotted; 
  border-width: 1px; 
  border-color: #000000; 
} 

#marquesina {
	background-image:url('../imagenes/principal/fondo_marquesina.jpg');
	background-repeat:repeat-x;
	border-width:2px;
	border-right: solid green;
	border-left: solid green;
	border-bottom: dotted green;
	font-family:arial;
	font-size:9pt;
	color:white;
	font-weight:bold;
	padding:3px;
}

img.marcoImagen {
  border-width: 1px;
  border-style: solid;
  border-color: #bbee11;
  margin:10px;
}

.texto_lateral {
	color: #2E2E2E;
	font-size: 11pt;
	text-align: justify;
}

#frase {
	width: 220px;
	background-image: url('../imagenes/principal/especial/frase_sup.jpg');
	background-repeat: no-repeat;
	color: #2E2E2E;
	font-size: 11pt;
	text-align:justify;
}

#firma_frase {
	width: 200px;
	height: 50px;
	background-image: url('../imagenes/principal/especial/frase_inf.jpg');
	background-position: right;
	background-repeat: no-repeat;
	color: black;
	font-size: 8pt;
	text-align:right;
	font-weight:bold;
}

.texto_resaltado {
	color:black;
  	font-size: 16pt;
  	font-style: normal;
  	padding:3px;
	font-weight: bold; 	
}
