BODY {
background:transparent;
	margin: 0;
	padding: 0; padding-top: 1em;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 12px;
}

.TexTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #f4cf89;
	background-attachment: fixed;
	background-color: #000000;
	font-weight: bold;
	height: 24px;
	width: 360px;
	text-align: center;
	margin-left: 30px;
	padding-right: 20px;
	padding-left: 20px;
}

.TexTitles2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #f4cf89;
	background-attachment: fixed;
	background-color: #000000;
	font-weight: bold;
	height: 19px;
	width: 370px;
	text-align: center;
	margin-left: 20px;
}

.TextSubTit {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:  13px;
	color:  #000000;
	line-height: 15px;
	letter-spacing:  0.1px;
	font-weight: bold;
}

.TextCopy {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
	color:  #FFFFFF;
	line-height: 15px;
	letter-spacing:  0.1px;
	font-weight: bold;
}

.TextCont {
	font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif;
	font-size:  12px;
	color:  #333333;
	line-height: 15px;
	letter-spacing: 0.1px;
	text-align:center;
}

.TextCont-1 {
	font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, sans-serif;
	font-size:  12px;
	color:  #333333;
	line-height: 15px;
	letter-spacing: 0.1px;
	text-align:left;
}

.Textlink {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:  9px;
	color:  #000000;
	line-height: 15px;
	letter-spacing: 0.1px;
	text-align: justify;
	font-weight: bold;
}	

A:link {
	COLOR: #CC6600;
	TEXT-DECORATION: none
}
A:visited {
	COLOR: #660000;
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #993300; BORDER-BOTTOM: #993300 1px dotted; TEXT-DECORATION: none
}
A:active {
	COLOR: #993300; BORDER-BOTTOM: #993300 1px dotted; TEXT-DECORATION: none
}
ACRONYM {
	
}

h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 180%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 160%;
}


#content {
	height: 550px;
	width: 495px;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
	background:transparent;
	width: 470px;
	height: 500px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	padding: 5px;
}

.fixedwidth {

width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

.punteada_abajo {
	BORDER-TOP-STYLE: none;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.punteada_arriba {
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	BORDER-BOTTOM-STYLE: none;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #666666;
}

.orange{
	color: #fa9428;
	font-weight: bold;
}

/* images */
img {
	border: 2px solid #000000;
	padding: 0px;
	margin-left: 25px;
}
img.no-border {
	border: none;
	margin-left: 15px;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

