body{
	background-color: #808080;
	background-image: url('img/fondo_sitio.jpg');
	background-repeat:  repeat-y;
	background-position: center;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #006699;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #006699;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.bajada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #596779;
}
.titulo_alta{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #122740;
	font-weight: bold;
}
.titulo_baja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #122740;
	font-weight: bold;
}
.formulario {
	color: #122740;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	text-align: center;
	border: solid 1 #330000;
}
.titulo_columna {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #596779;
}
.borde {
	border-right:2px dotted #99A7B9
}
.borde_columna {
	border-bottom:2px dotted #99A7B9;
	font-size: x-small;
}
.fondo_head {
	background-image:url(img/head_fondo.jpg);
	background-repeat:repeat-x;
}
.fondo_buscador {
	background-image:url(banners/buscador.jpg);
	background-repeat:no-repeat;
}