/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: url(../imagenes/background.jpg);
 	background-position: left top;
	background-repeat: repeat-x;
}

.TituloPrincipal {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 26px;
}
#FondoInicial {
	background: url(../imagenes/fondoinicial.jpg);
 	background-position: right bottom;
	background-repeat: no-repeat;
}
a:hover {
	color: #3B742A;
	text-decoration: none;
}
a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 20px;
  text-decoration: none;
}
#bottom{
	vertical-align: bottom;
}
#FrameContent{
	padding: 55px 0px 28px 0px
}