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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
.fondo_top {
	background-image: url(../imagenes/fondo_top_banner.jpg);
	background-repeat: repeat-x;
}
.hr-linea {
}
.barra {
	background-image: url(../imagenes/barra.jpg);
	background-repeat: repeat-y;

}
.txt-pie {
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-size: 11px;

}
h1 {
	color: #003300;
	font-style: normal;
	font-weight: 400;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 18px;
	text-shadow: 0px 0px;
}
.txt-contenido {
	font-size: 16px;
}
