html{
	height:100%;
}
body {
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 12px;
	background-color: #EFEFEF;
	color: #990000;	
}
.linkMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	height: 40px;
}
.linkMenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	padding-right: 8px;
	padding-left: 8px;
	height: 40px;
}
.linkNavBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.linkNavBar:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
}
.tdLinea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.texto {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #550000;
}

.vinculo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}
td.marco {
	border: 1px solid #990000;
}
td.marcoCont {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
.chica{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.titulo {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #C10000;
	text-decoration: underline;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.tituloSeccion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #68668E;
}
.tituloItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.rotulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.vinculoChico {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000066;
	text-decoration: underline;
}
.keyInput {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
	background-color: #EFEFEF;
}
.myInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
	background-color: #94C0D8;
}
.seccion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2D2B4D;
	text-decoration: none;
}
.TituloAngosto {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.copyright {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.lista {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}


/* BANNER */

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}


div#capaOscura{
	position:absolute;
	top:0;
	left:0;
	
	width:100%;
	
	z-index:1;
	
	background-color:#000000;
	
	#filter:alpha(opacity=50);
	opacity:.5;
	
	min-height:100%;
	height:auto;
}

* html div#capaOscura{height:100%;}/* ie6 and under*/

div#banner{
	position: absolute;
	
	left:50%;
	top: 200px;
	
	width: 550px;
	height:350px;
	
	margin-left: -250px;
	
	z-index: 2;
}

div#banner div#cerrar{
	float:right;
}

div#banner div#cerrar a img{
	border:0;
}
