/* CSS Document */
/*Portal diseñado y desarrollado por: Zoran Marjanovic e Iván Tejero - Arista 2007*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*fire fox*/
html > body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tabla_contenedor {
	width: 100%;
	height: 100%;
}
.tabla_fondo {
background-image:url(Images/fondo.jpg)
}
.textoEntrada {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #FF6600;
text-decoration:none;

}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: none;
}

