body {
	background-color: #446D8B;
}
.Linea {
	text-decoration: none;
	border: 1px solid b6aa62;
}
.Linea1 {
	text-decoration: none;
}
.Linea2 {
	text-decoration: none;
}
.Cuerpo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.Cuerpo1 A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.Cuerpo1 A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.Cuerpo1 A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.bot {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover.bot {
    font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #89bff2;
	font-weight: bold;
	text-decoration: none;
}
.inputs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.mainblanco {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight:bolder;
	text-decoration: none;
}

.details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000080;
	font-weight: bold;
	text-decoration: none;
}
.details A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000080;
	font-weight: bold;
	text-decoration: none;
}
.details A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000080;
	font-weight: bold;
	text-decoration: none;
}
.details A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000080;
	font-weight: bold;
	text-decoration: none;
}

#scroll_b{
     width:460px;
     height:320px;
     overflow:auto;
}

#scroll {
     width:460px;
     height:600px;
     overflow:auto;
}

/* ///////////////////////////////////////////////////////////////////////////////// */
/* // NAVIGATION // */
.navigation {
	color:#666; 
	border:0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #000080;
	background:#ffffff;
	border:1px solid #CF7E05;
	padding:3px 6px;
	font-size:11px
}

.navigation a:hover {
	background:#CF7E05;
	color:#ffffff;
	border-color:#CF7E05;
}

.navigation span {
	text-decoration:none;
	background:#fff;
	padding:3px 6px;
	border:1px solid #E6E6E6;
	color:#ccc;
	font-size:11px;
}
/* ///////////////////////////////////////////////////////////////////////////////// */
