/* CSS Document */
body {
	margin: 0;
	background-image: url(images/fondo2.jpg);
	background-color: #471e0c;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 11px;
	color: #5B5748;
}
#contenido {
		background-image: url(images/fondo1.jpg);
		width: 647px;
}
#contenido2 {
		background-image: url(images/fondo.jpg);
}
#contenido3 {
	text-align: left;
	margin: 0px 100px 0 100px;
	font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color:#9F8E68;
	padding: 20px 0 0 0;
}
#contenido4 {
	text-align: left;
	margin: 0 100px 0 100px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#copy {
	background-image: url(images/fondocopy.jpg);
	background-repeat:repeat-x;
}
#seccion {
	width: 647px;
	height: 59px;
	background-image: url(images/seccion.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#copy2 {
	width: 647px;
	height: 86px;
	background-image: url(images/copy.jpg);
	background-repeat: no-repeat;
	vertical-align: baseline;
}
.font1 {
	font-size: 15px;
	font-weight: bold;
}
a.link1{
	color: #B03001;
	text-decoration: none;
}
a.link1:hover {
	color: #CC7A00;
	text-decoration: none;
}
.links {
	opacity: .8;
	cursor: pointer;
	margin-bottom: 7px;
	border: 1px solid #8d9389;
}
.links:hover {
	opacity: 1.0;
	cursor: pointer;
	margin-bottom: 7px;
	border: 1px solid #8d9389;
}