a, a:active {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	background-color: #CC0000;
	text-decoration: none;
}

body {
	background-color: #000000;
	width: 660px;
	margin-top: 0;
	margin: 0 auto;
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
}

em, i {
	font-family: Geneva, sans-serif;
	letter-spacing: 0.2ex;
	font-style: italic;
	color: #999999;
}

h1 {
	font-family: "Helvetica Condensed", Impact,"Arial Narrow",Arial, sans-serif;
	font-size: 2.5em;
	line-height: 1em;
	margin: 10px 0 0 0;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF8E6;
}

h2 {
	font-family: "Arial Narrow",Arial, sans-serif;
	font-size: 2em;
	margin: 10px 0 0 0;
	line-height: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF8E6;
}

h3 {
	font-family: "Arial Narrow",Arial, sans-serif;
	font-size: 1.5em;
	font-style: italic;
	color: #CC0000;
	margin:10px 0 0 0;
	line-height: 0.6em;
	font-weight: normal;
	text-transform: uppercase;
}

h4 {
	font-family: "Trebuchet MS", "Arial Narrow",Arial, sans-serif;
	font-size: 1.5em;
	color: #FFFFCC;
	margin: 10px 0 0 0;
	line-height: 0.9em;
	font-weight: normal;
	font-variant: small-caps;
}

h5 {
	font-size: 1em;
	margin: 10px 0 0 0;
	line-height: 0.7em;
	text-transform: uppercase;
	letter-spacing: 0.5ex;
	font-weight: normal;
}

h6 {
	font-size: 0.9em;
	margin: 10px 0 0 0;
	line-height: 0.8em;
}

hr {
	width: 100%;
	height: 1px;
}

p {
	font-size: 0.8em;
	text-align: justify;
	text-indent: 3ex;
	line-height: 1.2em;
}

strong, bold, b {
	color: #CC0000;
	font-weight: bold;
}

.flot-der-ancho {
	width: 400px;
	padding: 0 0 1em 1em;
	float: right;
}

.flot-der-angosto{
	width: 200px;
	padding: 0 0 1em 1em;
	float: right;
}

.flot-izq-ancho {
	width: 400px;
	padding: 0 1em 1em 0;
	float: left;
}

.flot-izq-angosto {
	width: 200px;
	padding: 0 1em 1em 0;
	float: left;
}

/*
Los tachados no funcionan bien en explorer porque interpreta "inline" de otra maneraLa ide
*/

.tachado1 {
	display: inline;
	background-image: url(tachado01.gif);
	background-repeat: repeat-x;
}

.tachado2 {
	display: inline;
	background-image: url(tachado02.gif);
	background-repeat: repeat-x;
}

img.der { float:right;
padding: 5px  0 5px 15px;}
img.izq { float:left;
padding: 5px 15px 5px 0;}

