/* CSS Document */

	body{
		background:#ae2b70;
		font-size:11px;		
		font-family: helvetica, sans-serif;
		color: #333333;  
		line-height: 18px;
		padding:0px;
		margin:0px;
	}
	
	.titulo{
		color:#120d50;
		font-size:24px;
	}
	.subtitulo{
		color:#120d50;
		font-size:14px;
		font-weight:bold;
	}
	.subtitulo2{
		color:#1b1464;
		font-size:14px;
		font-weight:bold;
	}
	
	#contenedore{
		width:861px;
		margin:auto;
		margin-top:10px;		
	}
	#contenedore #header{
		background:url(../images/home_03.png) no-repeat;
		height:23px;
		width:861px;
	}
	#contenedore #contene{
		background:#FFFFFF;
	}
	#contenedore #footer{
		background:url(../images/home_14.png) no-repeat;
		width:861px;
		height:49px;
		padding-top:10px;
		color:#FFFFFF;
		font-size:12px;
	}
	#contenedore #contene #loge_head{
		background:url(../images/home_05.jpg) no-repeat;
		height:116px;
	}
	#contenedore #contene #text{
		background:url(../images/home_12.jpg) no-repeat bottom;
		padding:20px;
	}
	p{
		font-size:11px;
	}	