* {
	margin: 0;
	padding: 0;	
}
body {
	background-image: url(../images/Cobas-Fondo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #213653;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:link, a:visited  {
	color: #FD7F00;
	text-decoration: none;
}
a:hover  {
	color: #FD7F00;
	text-decoration: underline;
}
.content {
	overflow: visible !important;
	position: absolute;
	top:175px;
	left: 50%;
	margin: 0 0 0 -230px;
	z-index: 1000;
	display: block;
	float: left;
	height: 10px;
	width: 460px;
	background: none !important;
	/*border: 1px dotted #fff;*/
}
.content iframe {
	float: left;
	margin: 21px 0 0 26px;
	height: 220px;
	width: 460px;
	overflow-x:hidden;
	overflow-y: auto;
	scrollbar-3dlight-color:#223446 !important;
	scrollbar-arrow-color: #FCFCFC !important;
	scrollbar-base-color: #223446 !important;
	scrollbar-darkshadow-color: #223446 !important;
	scrollbar-face-color: #365A7D !important;
	scrollbar-highlight-color: #3F688F !important;
	scrollbar-shadow-color: #243C51 !important;
	scrollbar-track-color: #233649 !important;
}
