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

body {
	font-family: Tahoma, Arial;
	font-size: 10pt;
	letter-spacing: 1px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #323531;
}

#contenedor {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

#footer{
	color: #C9CACB;
	text-decoration: none;
	clear: both;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 8pt;
	padding-bottom: 3px;
} 

#tabla_entrada {
	color: #FFFFFF;
	text-align: center;
}

#tabla_footer {
	width: 100%;
}
.idiomasinicio, .idiomasinicio:link, .idiomasinicio:hover{
	font-size: 8pt;
	color: #C9CACB;
	text-decoration:none;
}

.idiomasinicio:hover{
	color: #FFFFFF !important;
}

.abrelinkenlace, .abrelinkenlace:link, .abrelinkenlace:hover {
	font-size: 8pt;
	color: #C9CACB;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C9CACB;
	text-decoration:none;
	vertical-align: middle;
}

.abrelinkenlace:hover{
	color: #FFFFFF !important;
	border-bottom-style: solid !important;
}

