/* CSS Document */

#contenido p{
	display:block;
	float:left;
	width:500px;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 30px;
	line-height: 17px;
	text-align: justify;
}
#contenido p span{
	font-weight: bold;
}
#contenido p span.titulo{
	display:block;
	color: #BADA2F;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
#contenido p span.nombre_empresa{
	color: #BADA2F;
	font-size: 12px;
	font-weight: bold;
}
a.contacta_futurcret{
	display:block;
	float:left;
	width:200px;
	background-image: url(../img/ico_contacta.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 11px;
	color: #A2A1A0;
	text-decoration: none;
	padding-bottom: 10px;
}
a.contacta_futurcret span{
	color:#BADA2F;
	font-weight:bold;
	font-size:14px;
	display: block;
	text-decoration: underline;
	padding-bottom: 5px;
}
