/* CSS Document */
p.titulo_colores{
	display:block;
	float:left;
	font-size:20px;
	width: 850px;
	font-weight: bold;
	color: #BADA2F;
	padding-bottom: 20px;
}
#contenido p, #contenido_colores p{
	display:block;
	float:left;
	width:850px;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 30px;
	line-height: 17px;
	text-align: justify;
}
#contenido p span, #contenido_colores p span{
	font-weight: bold;
}
#contenido p span.titulo, #contenido_colores 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;
}

ul.carta_colores{
	display:block;
	float:left;
	width:450px;
	list-style: none;
	padding-right: 80px;
	padding-bottom: 30px;
}
ul.carta_colores li.descripcion{
	display:block;
	float:left;
	width:435px;
	padding: 0px;
	text-align: center;
	color: #BADA2F;
	padding-bottom: 10px;
	border: 0px;
}
ul.carta_colores li.descripcion:hover{
	border:0px;
}
ul.carta_colores li{
	display:block;
	float:left;
	width:40px;
	border: 2px solid #333333;
	padding: 5px;
}
ul.carta_colores li img{
	border:0px;
}
ul.carta_colores li.selec{
	border: 2px solid #BADA2F;
}
ul.carta_colores li:hover{
	border: 2px solid #AAA9A8;
}


#vista_previa{
	display:block;
	float:left;
	width:300px;
	text-align: center;
	height: 390px;
}
#vista_previa p{
	display:block;
	float:none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #C9C8C8;
	width: auto;
	padding-bottom: 10px;
}
#vista_previa a.ver_ejemplos{
	display:block;
	background-image: url(../img/ico_camara.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #A2A1A0;
	text-decoration: none;
	padding-bottom: 10px;
	text-align: right;
	background-position: 270px 3px;
	padding-right: 40px;
	margin-top: 15px;
}
#vista_previa a.ver_ejemplos span{
	color:#BADA2F;
	font-weight:bold;
	font-size:11px;
	display: block;
	text-decoration: underline;
	padding-bottom: 2px;
	text-align: right;
}
