/* Copyright 2003 TAXIVAL */
/* www.taxival.org */
/* Dídac Besó */

/* Cuerpo de la página */
body {
	margin: 5px 0px 0px 0px;
	background-image:   url(../imagenes/fondo.gif);
}

/* Cabecera */
td.cabecera {
	background-image: url(../imagenes/degradado_azul.gif);
	height: 48px;
	width: 738px;
}

/* Celda donde se muestra la fecha */
td.fecha {
	width: 750px;
	height: 20px;
	background-color: #637383;
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-align: right;
	padding-right: 5px;
}

/* Celda central de texto punteada */
td.punteado {
	background-color: #f3f3f3;
	width: 750px;
   border-left: 1px dashed Silver;
	border-right: 1px dashed Silver;
   }

/* Texto justificado */
td.texto {
	text-align: justify;
	font-family: Verdana;
	color: #666666;
	font-size: 11px;
	}

/* Celda sobre la cual van los botones */
.fila_botones {
	width:750px;
	background-color: #637383;
}

/* Celda con el botón */
td.boton { 
	background-image: url(../imagenes/degradado_azul.gif);
	border-left: 1px solid #637383;
	border-bottom: 1px solid #637383;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}

td.boton a {
	/*font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;*/
	color: /*#B0C4DE*/White;
	text-decoration: none;
	}
	
td.boton a:hover {
	/*font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;*/
	color: /*White*/Orange;
	text-decoration: none;
}

/* Los créditos del final */
td.creditos {
	text-align: right;
	font-family: Verdana;
	font-size: 9px;
	color: #666666;
}

td.creditos a {
	/*color: Black;*/
	color: Orange;
	text-decoration: none;
}

td.creditos a:hover {
	color: Black;
	/*color: Orange;*/
}
	
/* Celdas de las esquinas redondeadas */
td.esquina1 {
	background-image: url(../imagenes/esquina1.gif);
	height: 48px;
	width: 6px;
}

td.esquina2 {
	background-image: url(../imagenes/esquina2.gif);
	height: 48px;
	width: 6px;
}

td.esquina3 {
	background-image: url(../imagenes/esquina3.gif);
	height: 48px;
	width: 6px;
}

td.esquina4 {
	background-image: url(../imagenes/esquina4.gif);
	height: 48px;
	width: 6px;
}

/* Pié de página */
td.pie {
	background-image: url(../imagenes/degradado_azulb.gif);
	height: 48px;
	width: 738px;
	font-family: Verdana;
	font-size: 9px;
	color: #f0f0f0;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}

td.pie a {
	color: #f0f0f0;
	text-decoration: none;
}

td.pie a:hover {
	color: Orange;
	text-decoration: underline;
}

.pie_de_foto {
	font-size: 9px;
	color: Black;
	text-align: center;
}

td.texto a {
	font-size: 11px;
	color: orange;
	text-decoration: none;
}

td.texto a:hover {
	color: #637383;
	text-decoration: none;
}

.noticia {
	font-size: 11px;
	color: Black;
	text-align: justify;
}

.supernoticia {
	font-family: "Arial Black";
	font-size: 20px;
	color: red;
}