/*Earlier Styles*/

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}


/* DropDown */

#dropmenudiv a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #993400;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
}

#dropmenudiv a:hover{ /*hover background color*/
	color:#FFFFFF;
	background-color: #C66300;
}
#dropmenudiv{
	position: absolute;
	z-index: 100;
	width:100%;
	border: 1px solid #EFE7D4;
}
/* estilos para el editor */
.Subtitle1 {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px;	color: #D76B00;	text-decoration: none;	font-weight: bold;}
.Subtitle2 {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #993300;	text-decoration: none;	font-weight: bold;}
.Links {color: #97452F; 	font-size: 12px; 	text-decoration: underline;}
.Links:hover {color: #D76B00;	text-decoration: underline;}

.Links:visited {color: #97452F; 	font-size: 12px; 	text-decoration: underline;}
.Links:active {color: #97452F; 	font-size: 12px; 	text-decoration: underline;}


/* Scroll */

/*div.scroll {
	height: 260px;
	width: 500px;
	overflow: auto;
	background-position: center;
	scrollbar-face-color : #993400;
	scrollbar-highlight-color : #D76B00;
	scrollbar-3dlight-color : #5E1F00;
	scrollbar-darkshadow-color : #660000;
	scrollbar-arrow-color : #eeeeee;
	scrollbar-shadow-color : #993400;
	scrollbar-track-color: #D76B00;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

/* estilos generales */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #757E4F;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.link_Small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.link_Small:hover {
	color: #CDD2B7;
}

.linkMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.linkMenu:hover {
	color: #D2CDAE;
}

.linkSideMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	background-color: #D37C1D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
.linkSideMenu:hover {
	color: #97452F;
}

.link_submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	list-style-image: url(images/bullet1.png);
}

.link_submenu:hover {
	color: #97452F;
}

.linkSubmenuBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D37C1D;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/bullet2.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	display: block;
	padding-bottom: 8px;
}

.linkSubmenuBox:hover {
	color: #CA6426;
	text-decoration: underline;
}

.link1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.link1:hover {
	color: #FFCC00;
	text-decoration: underline;
}

.br_LinesTopBottom {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.br_LinesTop {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.br_LinesBottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.title, h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	color: #C0573D;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 15px;
	font-style: italic;
}
.subtitle, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #866D62;
	text-decoration: none;
	margin-bottom: 5px;
	font-weight: bold;
}
.submenu_boxTable {
	margin-left: 15px;
	float: right;
}

.submenu_box {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}

.description {
	color: #5E1F00;
	font-size: 10px;
}

.link_downloads {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.link_downloads:hover {
	color: #CC6600;
	text-decoration: underline;
}

.submenu_table {
	background-color: #484848;
	padding: 2px;
	margin-bottom: 1px;
	border: 1px solid #FFFFFF;
}

.images_left {
	margin-right: 20px;
	margin-bottom: 10px;
}

.photo_frame{
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #D76B00;
}

.title_subsection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
}

.galery_photo_frame {
	border: 2px solid #990000;
}

.galery_photo_frame:hover {
	border: 2px solid #D76B00;
}

.submenu2_table {
	background-color: #535353;
	padding: 2px;
	margin-bottom: 1px;
	border: 1px solid #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

.text_whiteSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


.bg_content {
	background-image: url(images/bg_top.png);
	background-repeat: repeat-x;
}
li {
	list-style-image: url(images/bullet2.png);
}
.bg_content_2 {
	background-image: url(images/bg_top_2.png);
	background-repeat: repeat-x;
}
.LinkCategory {
	color: #E8E4D8;
	background-color: #97452F;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #D8D1BC;
	border-bottom-color: #D8D1BC;
	border-left-color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.textSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C0573D;
	border: 1px solid #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
