body {
	background-image: url(imgs/img_background.png);
	background-repeat:   repeat-y;
	background-position: 650px;
	margin: 0px;
}
#contenido {
	background-image: url(imgs/img_fondo.jpg);
	background-repeat: no-repeat;
	padding-top: 130px;
}

.contenido {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 17px;
	color: #666;
	text-decoration: none;
}

.centro {
	text-align: center;
}

.footer {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #999;
	text-decoration: none;
	float: right;
	text-align: right;
	margin-right: 25px;
	margin-top: 10px;
}

#footer {
	background-image: url(imgs/img_fondo-footer.png);
	height: 150px;
	margin-top: 30px;
}

#footer li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 5px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	list-style-image: url(imgs/img_listas.png);
}

#footer li a {
	color: #999999;
	text-decoration: none;
}

#footer li a:hover {
	color: #666;
	text-decoration: none;
}

#footer ul {
	margin: 12px 0px 0px 35px;
	padding: 0px;
}

.contenido h2 {
	font-size: 11px;
	font-weight: bold;
}

.contenido h1 {
	font-size: 18px;
	font-weight: normal;
	color: #DA251D;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.enlace {
	color: #DA251D;
	text-decoration: none;
}
a:hover.enlace {
	text-decoration: underline;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	padding-left: 10px;
}
