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

body {
	color: #55d4ed;
	background-color: #55d4ed;
}
.footer {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.transparente {
	background-image: url(image/pixtransparente.png);
	background-repeat:  repeat;
}

.texto {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.titulos {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.tabble {
	background-image: url(image/fondocopas.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
img {
	behavior: url("css/pngbehavior.htc"); /*ruta desde archivo html*/
}

