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

TABLE {
	border-collapse: collapse;
	display: tabla;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 600;
	background-color: #FD1D03;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
}
.francesa {
	text-indent: -30px;
	padding-left: 30px;
}

tr {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FD1D03;
	text-align: left;
	display: table-row;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FD1D03;
}
td {
	background-color: #724D3B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FD1D03;
}
TR#fila1 {
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FD1D03;
	border-right-color: #FD1D03;
	border-bottom-color: #FD1D03;
	border-left-color: #FD1D03;
}
TR#fila2 { border-top: 1px solid black }
TR#fila3 { border-top: 1px solid black }
th {
	background-image: url(file:///E|/00Revista/images/fondo.jpg);
}
a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #E9E402;
}

