/* ESTILOS DE ETIQUETAS */
body {
  color: white;
  background-image:url('res/fito_page_large_bg.png');
  background-repeat:repeat;
  background-color: #385047;;
  margin: 0;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:12pt;
}

h1, h2, h3, h4, h5, h6
{
  text-decoration:none;
  margin:0px;
  padding:0px;
}
a img, a:link img, a:active img, a:visited img, a:hover img {
  border: none;
}
h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active,
h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active,
h3 a, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active,
h4 a, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active,
h5 a, h5 a:link, h5 a:visited, h5 a:hover, h5 a:active,
h6 a, h6 a:link, h6 a:visited, h6 a:hover, h6 a:active {
  color:#BDE1DA;
  border: none
}
a, a:link, a:active, a:visited
{
	color: #9FC9D0;
	text-decoration:none;
}
a:hover
{
	color: #F8F1DE;
	text-decoration:none;
}

/*  ESTILOS */
.block-region
{
	border-style:dotted;
	border-width:2px;
	border-color:black;
}
.form-item
{
	margin-top: 0px;
	margin-bottom: 0px;
}