@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial Narrow, Arial;
	background:url(../img/bg.jpg) repeat;
	margin:0;
}

a {
	color:#385577;
	text-decoration:none;
}

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

h1 {
	color:#34577E;
	font-size:14px;
	margin:0;
	font-weight:normal;
}

.header {
	width:753px;
	height:260px;
}

#principal {
	width:753px;
	height:680px;
	background-color:#FFF;
}

#cont {
	width:753px;
	height:457px;
	background-color:#FFF;
}

#cont .inicio {
	width:375px;
	height:457px;
	background:url(../img/inicio_bg.jpg) no-repeat bottom left;	
	float:left;
}
		
#cont .inicio p {
	font-size:13px;
	padding-left:20px;
	text-align:left;

}
	
#cont .text {
	width:145px;
	font-size:14px;
	float:left;
	padding-left:40px;
	text-align:left;
}

#floatbar {
	width:365px;
	height:457px;
	float:left;
	text-align:left;
	background:url(../img/bginicio.jpg) no-repeat top left;
	padding-left:10px;
}

		#floatbar .item {
			width:193px;
			height:113px;
			background:url(../img/item_inicio.jpg) no-repeat;
			float:left;
			font-size:13px;
			padding:20px 15px 0 15px;
		}
		
				/*#floatbar .item h1 {
					color:#34577E;
					font-size:14px;
					margin:0;
					font-weight:normal;
				}*/
				
		#floatbar .swf {
			width:140px;
			height:133px;
			float:left;
		}

.footer {
	width:753px;
	height:55px;
	background:#FFF url(../img/bgfoot.jpg) no-repeat top center;
	text-align:center;
	padding-top:30px;
	float:left;
}

#infinito
{
	clear: both;
	width: 753px;
	margin: 0 auto;
	margin-top/*\**/: 120px\9;
	_margin: 0 auto;
	padding: 20px 0;
	text-align: right;
}

#infinito img
{
	float: right;
	border: none;
}