/* Clearfix http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}

/* Invisible para IE/Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Fin invisible para IE-mac */

body {
	margin: 0;
	padding: 0;
	font-family: "Arial Narraw", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #990099;
	background: url('../images/bg.jpg') repeat center #FFF7DE;
}

a {
	color: #990099;
	background-color: inherit;
}
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h1 a, h2 a, h3 a {
	font-weight: bold;
	margin: 0;
	text-decoration: none;
}
h1 {
	padding: 0.5em 0;
	font-size: 1.4em;
}
h2 {
	padding: 0.1em 0 0.3em;
	font-size: 1.2em;
	display: inline;
}
h3 {
	padding: 0.05em 0 0.2em;
	font-size: 1em;
}
th {
	text-align: left;
}
/* estilos ***************************************************************************** */ 
.negrita {
	font-family: "Arial Narraw", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: inherit;
}
.cursiva {
	font-family: "Arial Narraw", Arial, Helvetica, sans-serif;
	font-style: italic;
}
.subrayado {
	font-family: "Arial Narraw", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.normal {
	font-family: "Arial Narraw", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.invisible {
	display: none;
}

/* container ***************************************************************************** */ 
#container {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#NOsIFR {
	float: left;
	display: none;
	font-size: 0.8em;
}
