@charset "utf-8";
body {
	background-image: url(img/bg.png);
	margin: 0px;
}
body,td,th {
	font-family: "Georgia";
	font-size: 12px;
	color: #131700;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 2px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
}
a:link {
	color: #062d1e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #002C18;
}
a:hover {
	text-decoration: underline;
	color: #555300;
}
a:active {
	text-decoration: none;
	color: #002C18;
}
/* Sombra seccion*/
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #000;
	margin-top: 6px;
	margin-right: 38px;
	font-weight: bold;
	background: transparent;
	filter: alpha(opacity= 75);
	-moz-opacity: .75;
	opacity: .75;
	margin-bottom: 0px;
}
.sombra{

	position: relative;
	font-weight: bold;
	
}
.texto{
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	position: absolute;
	margin-right: 38px;
	top: -2px;
	right: 2px;
	margin-bottom: 0px;
	background: transparent;
	filter: alpha(opacity= 70);
	-moz-opacity: .70;
	opacity: .70;
}

/*fin sombra*/

.todo {
	background-image: url(img/bg_head.png);
	background-repeat: repeat-x;
}

.contenido {
	background-image: url(img/centro.png);
	background-repeat: repeat-y;
}

.menu {
	color: #b8b8b7;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;

}
.menu img {
	text-align: left;
	margin-left: 0px;
	margin-right: 7px;
}
.menu a {
	color: #BDBAB5;
	background: transparent;
	filter: alpha(opacity= 50);
	-moz-opacity: .50;
	opacity: .50;
	}
.menu a:active {
	color: #BDBAB5;
	background: transparent;
	filter: alpha(opacity= 50);
	-moz-opacity: .50;
	opacity: .50;
	}
.menu a:visited {
	color: #BDBAB5;
	background: transparent;
	filter: alpha(opacity= 50);
	-moz-opacity: .50;
	opacity: .50;
	}
.menu a:hover {
	color: #BDBAB5;
	background: transparent;
	filter: alpha(opacity= 50);
	-moz-opacity: .50;
	opacity: .50;
	text-decoration: underline;
	}

.cont {
	background-image: url(img/papiro.png);
	background-repeat: repeat-y;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.copy {
	background-image: url(img/copy.png);
	background-repeat: repeat-x;
	height: 53px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
}
.copy a {
	color: #fff;
	font-weight: bold;
	background: transparent;
	filter: alpha(opacity= 25);
	-moz-opacity: .25;
	opacity: .25;
}
.txtpapiro {
	margin-right: 38px;
	margin-left: 5px;
	text-align: left;
	background: transparent;
	filter: alpha(opacity= 75);
	-moz-opacity: .75;
	opacity: .75;
}
/*contenidos */
.contenidos1 {
	background-image: url(img/contenidos.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 8px;
	width: 562px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.contenidos2 {
	background-image: url(img/contenedorarriba.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 562px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.contenidos {
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
}
.abajo {
	background-image: url(img/maderaGabajo.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 42px;
	width: 581px;
	margin-bottom: 0px;
	vertical-align: bottom;
}
.formus {
	background-image: url(img/papiros.png);
	border: 1px solid #2B2313;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #221F13;
}
.formus:hover {
	border: 1px solid #111111;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

