@charset "utf-8";
/* CSS Document */

.fondo
{
	background-color:#DFDFDF;
}

.fuenteMenuCabecera
{
	color:#FFF; 
	font-size:11px; 
	font-family:Verdana;
	font-weight:bold;
}

a{
	text-decoration:none;
	color: #FFF;
}
li a {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color: #FFF;
} 
 
li a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:underline;
}

h4{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.boton
{
	border:solid;
	border-width:1px;
	border-color:#000;
	color:#FFF;
	background-color:#03F;
}

.boton_desactivado
{
	border:solid;
	border-width:1px;
	border-color:#000;
	color:#999;
	text-decoration:underline;
	background-color:#03F;
}

.fuenteMenu{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}

.fuenteMenuOpciones{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
}
.filaPar
{
	background-color:#99F;
}
.filaImpar
{
	background-color:#9CF;
}
.ficheroEntrada /*estilo de la funtes que se usan en el menu principal para diferenciar los tipos de ficheros*/
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#F90;
}
.ficheroSalida 	
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;	
	font-weight:bold;
	color:#090;
}
.ficheroError 	
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;	
	font-weight:bold;
	color:#F00;
}
.ficheroCodigo
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;	
	font-weight:bold;
	color:#00F;
}
.deshabilitado
{	
	background-color:#CCC;	
	color:#000;
}

.fechaNoticia
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}

.titular
{
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;	
}

.entradilla
{
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.cabeceraSeccion
{
	background-color:#000;
}




.clipout{
  position:relative;
  width:136px;
  height:105px;
  top:-1px;
  left:-1px;
}
.clipin{
  position:absolute;
  clip:rect(0px 250px 120px 0px);
  top:0px;
  left:-50px;
}
.shade1{
  width:136px;
  height:105px;
  background-color:#e8e8e8;
}
.shade2{
  position:relative;
  width:136px;
  height:105px;
  background-color:#cbcbcb;
  top:-2px;
  left:-2px;
}
.shade3{
  position:relative;
  width:136px;
  height:105px;
  background-color:#a0a0a0;
  top:-1px;
  left:-1px;
}
