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

h1 {
	color: #1298BF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	line-height: 20px;
}
h2 {
  color: #0000FF;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}
h3 {
	color: #0b5266;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}

#header{
	width:100%;
	height: 247px;
	float:left;
}

#contenido{
	width:100%;
	background-image: url(imagenes/fondos/content_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
}
#footer{
	width:100%;
	background-image: url(imagenes/fondos/bg_down.jpg);
	background-repeat: repeat-x;
	float:left;

}
