body {
	margin: 0 auto;
	font-size: 100%;
	font-family: arial;
	color: #000;
	}

p {
	padding: 0px;
	}
img {
	border:0;
	}
A:link {
	TEXT-DECORATION: none
}
A:active {
	TEXT-DECORATION: none
}
A:visited {
	TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: underline
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
	}
h1           { font-size: 14px; font-weight: bold;  background-color: #7B7A3A; color: #FFF; font-size: arial; padding: 2px}
/* menu */
.botones_menu {
	z-index: 2;
	position: relative;
	top: 190px;
	left: -15px;
	font-weight: blod;
	font-size: 110%
}
ul.menumenu {
	list-style: none;
}
ul.menumenu li {
	background: url(bkg_boton_menu.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 30px;
}
ul.menumenu li a  {
	text-decoration: none;
	display: block;
}
ul.menumenu li.select	{
	background: url(bkg_boton_menu_o.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #373219;
}
ul.menumenu li a {
	background: url(bkg_boton_menu.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #000000;
}
ul.menumenu li a:hover {
	background: url(bkg_boton_menu_o.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #A8A637;
}
/* planos */
.contendor_planos {
	position: relative;
	left: 10px;
	width: 552px;
	height: 100px;
	font: arial;
	font-size: 120%;
	color: #FFFFFF;
	background-image: url(bkg_titulo.png);
	background-repeat:  no-repeat;
	background-position: top left;
	}
.titulo_planos_txt {
	z-index: 1;
	position: relative;
	top: 10px;
	left: 10px;
	color: #470302;
}
.b_c {
	z-index: 5;
	position: relative;
	left: 65px;
	top: 552px;
	width: 122px;
	height: 22px;

}
.botones_planos {
	z-index: 2;
	position: relative;
	left: 300px;
	width: 232px;
	height: 30px;
	font-weight: blod;
}
ul.menu {
	list-style: none;
	list-style-position: inside;
	margin: 0;
	font-size: 120%
}
ul.menu li {
	background: url(bkg_boton.png);
	display: inline;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	width: 30px;
	height: 30px;
	text-align: center;
}
ul.menu li a  {
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	margin: 0;
	display: block;
	overflow: hidden;
	/*float: left;*/
}
ul.menu li.select	{
	background: url(bkg_boton_o.png);
}
ul.menu li a {
	background: url(bkg_boton.png);
}
ul.menu li a:hover {
	background: url(bkg_boton_o.png);
	height: 30px;
	width: 30px;
}

.scroll-pane-552 {
	position: relative;
	left: 5px;
	top: 5px;
	width: 542px;
	height: 612px;
	overflow: auto;
	float: left;
	font-size: 80%;
	color: #663300;
	}
.scroll-pane {
	position: relative;
	left: 5px;
	top: 5px;
	width: 200px;
	height: 612px;
	overflow: auto;
	float: left;
	font-size: 80%;
	}
.quien_somos_left {
	padding-left: 0px;
	padding-right: 15px;
	font-size: 96%;
	color: #663300;
	text-align: justify;
	}
.quien_somos_right {
	padding-right: 0px;
	padding-left: 15px;
	font-size: 96%;
	color: #663300;
	text-align: justify;
	}
.quien_somos {
	padding: 5px;
	font-size: 90%;
	color: #663300;
	text-align: justify;
	}
.quien_somos_img {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 90%;
	color: #663300;
	text-align: justify;
	}

/* scroll */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	color: #FFF;
	padding: 5px;
}
.jScrollPaneTrack {
	position: absolute;
	/*cursor: pointer;*/
	right: 0;
	top: 0;
	height: 100%;
	background: #7b7a3a;
}
.jScrollPaneDrag {
	position: absolute;
	background: #373219;
	cursor: pointer;
	overflow: hidden;
}
/* menugaleria */
.botones_menug {
	z-index: 2;
	position: relative;
	float: right;
	right: 20px;
	font-weight: blod;
	font-size: 90%
}
ul.menumenug {
	list-style: none;
	list-style-position: inside;
	margin: 0;
	/*font-size: 120%*/
}
ul.menumenug li {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	/*width: 30px;
	height: 30px;*/
	text-align: center;
}
ul.menumenug li a  {
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	margin: 0;
	display: block;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	/*float: left;*/
}
ul.menumenug li.select	{
	background-color: #37331A;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}
ul.menumenug li a {
	background-color: #A8A637;
}
ul.menumenug li a:hover {
	background-color: #37331A;
}