@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-image: url(elementos/fondo_barras.gif);
	background-repeat:  repeat-x;
	background-position: center top;
}
.fondo_menu {
	background-image: url(elementos/fondo_menu.gif);
	height: 48px;
	width: 460px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a.menu:link,  a.menu:visited{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.menu:hover, a.menu:active {
	font-weight: bold;
	color: #D68421;
	text-decoration: none;
}
.lineas_negras {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
.fondo_contacto {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	background-image: url(elementos/fondo_correo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 491px;
}
.texto_grande {
	font-size: 18px;
}
