/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*Bordes dashed para el menu*/
.borde_negro{
	border-right: dashed thin;
}
.borde_blanco{
	border-right: dashed thin #FFF;
}
/*Botones Grises del Menu*/
.menu_gris{
	background: #CFCFD1;
	cursor:pointer;
}
/*Botones Rojos del Menu*/
.menu_rojo{
	background: #B40F09;
	cursor:pointer;
}
/*Espaciador vertical*/
.vspacer{
	line-height:2px;
}
/* Noticia 3*/
.noticia3{
font-family:Arial;
font-weight:normal;
font-size:10px;
}
.titulo_noticia3{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:12px;
}
/*Borde de los resultados*/
.borde_resultados{
	border-bottom:solid thin #DEDEDE;
}
/*Titulo de Noticias*/
.titulo_noticias{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	vertical-align:top;
	text-indent: 10px;
}
/* Contenido de las noticias*/
.contenido_noticias{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align:top;
	font-weight: bold;
	text-align: justify;
	padding: 10px;
}
/*Links del menu*/
#header a{
	color:#555555;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bold;
	top: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 6px;
    padding-right: 5px;
    background-image: url(../imagenes/pipe.gif);
    background-repeat:no-repeat;
}
/*Estilos del Pop up menu*/
	.menuActuator a { 
		color:#333333;
		font-size:8px;
		font-family: "Courier New", Courier, monospace;
		text-align:center;
	}
	.menu {
		font-family:verdana;
		font-size:10px;
		line-height: 12px;
		background: url(../imagenes/fondotrans.png) top left no-repeat;
		}
	
td div {
  /* this makes TDs a container with their own coordinate system.
	 absolutely-positioned elements will be offset relative to them */
  position:relative;
  }
SELECT {
	FONT-SIZE: 8pt;
	FONT-FAMILY: Verdana, Arial;
	color: #666666;
}
INPUT{
	FONT-SIZE: 7pt; 
	FONT-FAMILY: Verdana, Arial
}
FILE{
	FONT-SIZE: 7pt; 
	FONT-FAMILY: Verdana, Arial
}
TEXTAREA {
	FONT-SIZE: 7pt;
	FONT-FAMILY: Verdana, Arial;
	color: #666666;
}
.login {
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	text-align: center;
	text-decoration: none;
}