@charset "utf-8";
.portada {
	background-image: url(imag/portal2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fondo {
	background-image: url(imag/ladrilloazul.jpg);
	background-repeat:  repeat-y;
}
.fondo1 {
	background-image: url(imag/ladrillo1.jpg);
	background-repeat:  repeat-y;
}
body {
	background-color: #7a3711;
	margin: 0px;
}
.tabla {
	background-color: #FFFFFF;
}
.tabla1 {
	background-color: #ffddc7;
}
.tabla2 {
	background-color: #fcebe0;
}
.noticias {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333366;
}
.titulonoticias {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}
.links {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
}
.links:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
}
.links:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}.linea {
	background-image: url(imag/linea.jpg);
	background-repeat:  repeat-x;
	background-position: center center;
}

img {

   behavior: url("../pngbehavior.htc");

}
