html {
  	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
}
#header{ background: url(../images/head.jpg)no-repeat; height: 430px; clear: both; width: 978px; margin: 0 auto; }
#header ul{ float:right; margin:0 95px 0 0; height:61px;}
#header li{ float:right; list-style:none;}
#header li a{ }


#cuerpo{
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	clear: both;
	width: 983px;
	margin: 0 auto;
	text-align: left;
	min-height: 450px;

}
#contenido{
	margin: 20px 40px 0 0;
	float: right;
	width: 650px;
}
#sidebar{
	text-align: left;
	float:left;
	height:400px;
	margin: 0 0 0 39px;
	width: 175px;
	padding: 20px 25px;
}

.texto-cuerpo {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #364EA2;
	padding-top: 0px;
	padding-right: 60px;
	padding-left: 60px;
	margin-top: 0px;
}
.texto-destacado {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	color: #364EA2;
	padding-top: 0px;
	padding-right: 60px;
	padding-left: 60px;
	margin-top: 0px;
	font-weight: bold;
}

