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

body {
	background-color: #FFF;
	font-family:Eurostile, "euro", Verdana;
	font-size:14px;
	padding: 10px;
}

@font-face {
font-family: "euro";
src: url("euro.ttf")
}

.enc {
	font-size:18px;
		color:#333;
}

.txt {
	font-size:14px;
	padding:5px;
}

.descripcion {
	font-size:12px;
}

.cont {
	/*padding: 10px;
	color:#FFF;*/
}#Tabla_01 tr td div .cont table tr td p {
	text-align: left;
	color: #666;
}

a {
	text-decoration:none;
	color:#333;
}
a:hover{
	color:#F96;
	text-decoration:none;
}