/* CSS Document */


/*---------------------------------contenido-----------------------------*/
#contenido{
	display:block;
	float:left;
	width:925px;
	background-image:url(../img/fondo_gris.jpg);
	padding-left:55px;
	padding-top: 25px;
	padding-bottom: 10px;
}

#contenido p{
	display:block;
	float:left;
	width:870px;
	font-size:11px;
	color: #FFFFFF;
	padding-bottom: 15px;
}
#contenido p.titulo{
	font-size:18px;
}
#contenido p a{
	font-size:12px;
	color: #D8FF02;
	padding-bottom: 15px;
	font-weight: bold;
}
#pasos{
	display:block;
	float:left;
	width:470px;
	padding-left: 400px;
	background-image: url(../img/fondo_ficha.jpg);
	background-repeat: no-repeat;
}
#pasos p{
	display:block;
	float:left;
	width:400px;
	font-size:11px;
	color: #FFFFFF;
	padding-bottom: 15px;
}
#pasos h3{
	display:block;
	float:left;
	width:400px;
	font-size:16px;
	color: #D8FF02;
	padding-bottom: 10px;
}
.imagen_separador{
	display:block;
	float:left;
	padding-top: 30px;
	padding-bottom: 15px;
}
h4{
	display:block;
	float:left;
	width:870px;
	font-size:16px;
	color: #D8FF02;
	padding-bottom: 10px;
}

