body {
	font-family: Tahoma, Century Gothic;
	font-size: 11px;
	color: #333333;
}

.pagina {
	border:#999999 solid 1px;
}

.gren{
background-color:#4F6228;
}

.pared {
background-color:#DEBC8C;
}

.bg_fondo_int{
background-color:#FFFFCC;
}

.foto {
	border:#CDB583 solid 2px;
	}

.txt_general {
	font-family: Century Gothic;
	font-size: 11px;
	padding-left: 50px;
	color: #333333;
	width: 300px;
	text-align: justify;
}
.txt_alterno {
	font-family: Century Gothic;
	font-size: 11px;
	color: #333333;
}

.txt_subtitulo {
	font-family: Tahoma, Century Gothic;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 10px;
	color:#663300;
	font-weight: bold;
	text-align: left;
}

.txt_subtitulo_Negro {
	font-family: Century Gothic;
	font-size: 13px;
	padding-left: 50px;
	padding-right: 10px;
	color: #333333;
	font-weight: bold;
	text-align: left;
}
.txt_footer {
	font-family: Century Gothic;
	font-size: 11px;
	padding-left: 25px;
	padding-right: 10px;
	color: #FFFFCC;
}
/*links*/
.menu {
	font-family: Century Gothic;
	font-size: 11px;
	color: #666666;
}
.menu:link {
	text-decoration: none;
}
.menu:visited {
	text-decoration: none;
	color: #666666;
}
.menu:hover {
	color: #0054A5;
/*	font-weight: bold; */
}
.menu:active {
	text-decoration: none;
	color: #0054A5;
}
/*link internas*/
.menu_int {
	font-family: Tahoma, Century Gothic;
	font-size: 11px;
	color: #4F6228;
}
.menu_int:link {
	text-decoration: none;
}
.menu_int:visited {
	text-decoration: none;
	color: #4F6228;
}
.menu_int:hover {
	color: #000000;
/*	font-weight: bold; */
}
.menu_int:active {
	text-decoration: none;
	color: #4F6228;
}

/*menu gris*/

.menu_gris {
	font-family: Century Gothic;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFCC;
	text-align: left;
}
.menu_gris:link {
	text-decoration: none;
}
.menu_gris:visited {
	text-decoration: none;
	color: #FFFFCC;
}
.menu_gris:hover {
	color: #cecece;
/*	font-weight: bold; */
}
.menu_gris:active {
	text-decoration: none;
	color: #555555;
}
/*MENU gris 2*/
.menu_gris_i {
	font-family: Century Gothic;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	text-align: left;
}
.menu_gris_i:link {
	text-decoration: none;
}
.menu_gris_i:visited {
	text-decoration: none;
	color: #000000;
}
.menu_gris_i:hover {
	color: #999999;
/*	font-weight: bold; */
}
.menu_gris_i:active {
	text-decoration: none;
	color: #000000;
}

/*link internas 2*/
.menu_enlas {
	font-family: Tahoma, Century Gothic;
	font-size: 12px;
	color: #4F6228;
}
.menu_enlas:link {
	text-decoration: none;
}
.menu_enlas:visited {
	text-decoration: none;
	color: #4F6228;
}
.menu_enlas:hover {
	color: #333333;
/*	font-weight: bold; */
}
.menu_enlas:active {
	text-decoration: none;
	color: #0054A5;
}

.justificado {
font-family: Tahoma, Century Gothic;
font-size: 12px;
text-align:justify;
color: #4F6228;
}

.justificado_off {
font-family: Tahoma, Century Gothic;
font-size: 12px;
text-align: left;
color: #4F6228;
}