body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #006699;
}
a:active {
	color: #000000;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
#contenido {
	width: 550px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 30px;
	background-image: url(../imagenes/fondo-articulo.jpg);
	background-position: 250px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #99B8D0;
	border-bottom-color: #99B8D0;
	border-left-color: #99B8D0;
}
#envoltura {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#piedepagina {
	width: 550px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	text-align: center;
	display: block;
	padding: 30px;	
}
#piedepagina a, a:hover, a:active, a:visited{
	font-family: Arial;
	color: #006699;
	text-decoration: underline;
}
.piedepaginaresalte{
	font-family: Arial;
	font-weight: bold;
	color: #006699;	
}
.titulo {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	display: block;
}
.resalteuno {
	font-family: Arial;
	font-size: 14px;
	color: #006699;
	display: block;
	font-style: italic;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-color: #FFFFFF;
}
.datos {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	display: block;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	padding: 20px;
}
.resalteautor {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	display: block;
	font-style: italic;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
