/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.RegularText {
	font-family: Times New Roman;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

.Note {
	font-family: Times New Roman;
	font-size: 12px;
	line-height: 26px;
	color: #000000;
}

.RegularText Bold{
	font-family: Times New Roman;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}
.BottomText {
	font-family: Times New Roman;
	font-size: 12px;
	line-height: 23px;
	color: #a8a8a8;
}
a.BottomLinks {
	font-family: Times New Roman;
	font-size: 12px;
	line-height: 23px;
	color: #a8a8a8;
}
a.BottomLinks:link {
	text-decoration: none;
}
a.BottomLinks:visited {
	text-decoration: none;
	color: #a8a8a8;
}
a.BottomLinks:hover {
	text-decoration: underline;
	color: #a8a8a8;
}
a.BottomLinks:active {
	text-decoration: none;
	color: #a8a8a8;
}

/* Menu Styles */


.MenuText {
	font-family: Verdana;
	font-size: 14px;
	line-height: 23px;
	color: #836839;
}



a.MenuLinks {
	font-family: Verdana;
	font-size: 14px;
	line-height: 23px;
	color: #836839;
}
a.MenuLinks:link {
	text-decoration: none;
}
a.MenuLinks:visited {
	text-decoration: none;
	color: #836839;
}
a.MenuLinks:hover {
	text-decoration: none;
	color: #e3001c;
}
a.MenuLinks:active {
	text-decoration: none;
	color: #836839;
}




a.MenuLinksActive {
	font-family: Verdana;
	font-size: 14px;
	line-height: 23px;
	color: #e3001c;
}
a.MenuLinksActive:link {
	text-decoration: none;
}
a.MenuLinksActive:visited {
	text-decoration: none;
	color: #e3001c;
}
a.MenuLinksActive:hover {
	text-decoration: none;
	color: #e3001c;
}
a.MenuLinksActive:active {
	text-decoration: none;
	color: #e3001c;
}



/* End Menu Styles */
hr {
	
	border: 1px solid #d5ccaf;
}

.Lista {
	list-style-image: url(images/shell2.jpg);
}


#DivTabla {
	margin-left: 15px;
}
.TheSelect {
	width: 320px;
}
