body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #DFF7FE;
	background-image: url(imagenes/parche.png);
	background-repeat: repeat-y;
	background-position: center center;
}
h1  {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	line-height: 120%;
	font-weight: bold;
	color: #F00;
	text-align: left;
}
h2  {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	line-height: 120%;
	color: #F00;
	text-align: center;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #009;
	text-decoration: none;
}
#wrap {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	float: left;
	width: 840px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 5px solid #01A7DE;
}
.menu {
	float: left;
	width: 634px;
}
.sidebar {
	float: left;
	width: 108px;
	text-align: left;
	background-color: #1C3CA9;
}
#content {
	float: left;
	width: 634px;
}
#content ul li {
	text-align: left;
	list-style-image: url(imagenes/cuadroListas.gif);
	color: #009;
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	font-size: 12px;
	line-height: 170%;
}
#content h1 img{
	text-align: right;
	float: right;
	margin-right: 10px;
}
#content h2 img {
	text-align: left;
	float: left;
}
#content p {
	font-size: 12px;
	line-height: 120%;
	font-weight: normal;
	color: #009;
	text-align: left;
}
.columna {
	float: left;
	width: 108px;
	margin-top: -60px;
	background-color: #1C3CA9;
}
#footer {
	width: 100%;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #2496EA;
}
#footer p {
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #006;
	text-align: center;
}
#footer p a {
	font-weight: normal;
	color: #009;
}
#footer p a:hover {
	font-weight: bold;
	color: #FFF;
}

