BODY {
	margin: 0px 0px 15px;
	background-color: #FFFFFF;
	background-image: url(img/css_bg_pie.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

/*textos*/
.texto {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-decoration: none;
}
.texto_tags {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #99CCCC;
	text-decoration: none;
}

/*botones*/
.celda_boton {
	background-image: url(img/css_bg_bt.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 18px;
	border: 1px solid #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
}
.boton {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.boton:hover {
	color: #333333;
}
.pie {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.pie:hover {
	color: #3399CC;
}
.botones {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.botones:hover {
	color: #99CCCC;
}


/*fondos*/
.tabla_principal {
}
.bg_pie {
}

.colorfilete_menu {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.datos_contacto {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #94A59F;
	text-decoration: none;
}
.datos_contacto:hover {
	text-decoration: underline;
}