/* main styles */
* {
	margin:0;
	padding:0;
	border:0;
}
a:link, a:visited 
	{
	color: #071b2b;
	text-decoration: none
	}

a:hover 
	{
	color: #0088c0;
	text-decoration: none
	}
body {
	color:#071b2b;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #FFFFFF;
}


.ctit1 {
    color: #FFFFFF;
}
.ctit2 {
    color: #0088c0;
}
.ima2 {
	color: #0088c0;
}
.titdatos {
	font-size: 14px;
	font-weight: bold;
}
.bg8 {
	height: 550px;
	background-image: url(images/bg8.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 624px;
}
#content {
	margin:0 auto;
	width:790px;
}
#content #logo {
	float: left;
	margin:0px auto 20px 0px;
	height: 80px;
	width: 790px;
	background-image: url(http://www.ima2.com/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
#content #txtima2 {
}

