/* CSS Document */

body, html {
	border:			0;
	margin:			0;
	padding:		0;
	background-image:	url(../_Images/bg.jpg);
	background-repeat:	repeat-x;
	font-family: 	Arial, Helvetica, sans-serif;
	font-size:		12px;
	}

a img {
	border:			0;
	}
p {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	}

#ContentWrapper {
	width:			758px;
	}

.Clear { clear: both; }

a { 
	color:			#05B;
	text-decoration:		none;
	}

a:hover {
	color:			#0066CC;
	text-decoration:		underline;
	}

.continut-index1 {	
	float: left;
	width: 400px;
	height: auto;
	margin-top: 10px;
	}

#continutIndex2{	
	float: right;
	width: 300px;
	height: 300px;
	border-left: #6699CC 1px dashed;
	padding-left: 10px;
	}
	
.divline
		{ 
	border-top:  #6699CC 1px dashed;
	height: 1px;
	width: auto;
		}
		
.divline2{ 
	clear: both;
	border-top:  #6699CC 1px dashed;
	height: 1px;
	width: auto;
		}		
		
.continut-Companie1{
	float: left;
	width: 355px;
	height:110px;
	}
		
.continut-Companie2{
	float: right;
	width: 395px;
	height:85px;
	}
		
#wrapped1{
	float: left;
	width: 400px;
	}
		
#wrapped2{
	float: right;
	width: 300px;
	}
	
#atomo{
	text-align: center;
	}	
	#atomo a:link, #atomo a:visited, #atomo a:active  { 
	color: #999999;
	text-decoration: none;
	}
	
h1 {
	/*
	font-size:		12px;
	color:			#3399FF;
	*/
	font-weight:	normal;

	font-size:		20px;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	color:			#1b97d3;
	}	

h2, h2 a, h2 a:hover {
	font-size: 		14px;
	font-weight:	normal;
	color:			#3399FF;
	}
	
h3, h3 a, h3 a:hover {
	font-size:		12px;
	font-weight:	normal;
	color:			#3399FF;
	}

h5 {
	font-size:		10px;
	font-weight:	normal;
	color:			#999999;
	}

sup {
	font-size:		8px;
	}

.floatedLeft {
	float:				left;
	margin-right:		10px;
}
.borderedImage {
	border:				1px solid #b3ddf3;
}

.clear {
	clear:				both;
}