/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }



.nav {
	font-family: Helvetica, Swiss, Arial, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	cursor: pointer;
	padding: 3px;
	display:inline;
	position: relative;
}

.navactivo  {
	font-family: Helvetica, Swiss, Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	padding: 3px;
	color:black;
	display:inline;
	position: relative;
	cursor: default;
}

.nav:hover {
	text-decoration: none;
	color:black;
}

.titulo {
	font-family: Helvetica, Swiss, Arial, sans-serif;
	font-size: 15px;
	color: #666666;
	text-align: left;
	position: relative;
	margin-bottom: 2px;
}

.txt {
	font-family: Helvetica, Swiss, Arial, sans-serif;
	font-size: 11px;
	color: black;
	text-decoration: none;
	position: relative;
	line-height: 16px;
}

.blanco_txt {
	font-family: Helvetica, Swiss, Arial, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	position: relative;
	line-height: 16px;
}

.blanco {
	font-family: Helvetica, Swiss, Arial, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	line-height: 16px;
	display: table;
}

.boton {
	font-family: Helvetica, Swiss, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	line-height: 16px;
	margin: 0px;
	display: table;
}

.derecho {
	font-family: Helvetica, Swiss, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	line-height: 16px;
	display: table;
	float: inherit;
	margin-right: 0px;
}

.vacio_derecho {
	font-family: Helvetica, Swiss, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	position: relative;
	line-height: 16px;
	display: table;
	float: right;
	width: 180px;
	margin-right: 0px;
	text-align: right;
}


.vacio {
	font-family: Helvetica, Swiss, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	position: relative;
	line-height: 16px;
	display: table;
	margin: 0px;
	width: 150px;		
}

.activo {
	font-family: Helvetica, Swiss, Arial, sans-serif;
	color: black;
	font-size: 11px;
	line-height: 16px;
	position: relative;
}


.boton:hover {
	text-decoration: none;
	color:black;
	padding-left: 0px;
}

.derecho:hover {
	text-decoration: none;
	color:black;
	padding-left: 0px;
}

.idioma {
	font-family: Helvetica, Swiss, Arial, sans-serif;
	color: #666666;
	background-color: #FFFF66;
	font-weight: normal;
	font-size: 11px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 3px;
	cursor: pointer;
}


.idioma:hover {
	text-decoration: none;
	color:#FFFF00;
	background-color: #666666;
	padding-left: 0px;
}


#datos {
	font-family: Helvetica, Swiss, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: black;
	position: relative;
	text-decoration: none;
}

.textos {
	font-family: Helvetica, Swiss, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: black;
	position: relative;
	text-decoration: none;
	vertical-align:bottom;
}

a {
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
}



#fondo {
	background-color: #000000;
}

