/* CSS Document */

.lineapuntos{
	clear:both;
	width:100%;
	height:50px;
	background:url(../imagenes/puntos.gif) 0px 25px no-repeat;
}

.lineapuntosCortos{
	clear:both;
	width:100%;
	height:50px;
	background:url(../imagenes/puntosCortos.gif) 0px 25px no-repeat;
}

.importante{
	background-color:#f8f5ee;
	padding:10px 5px 10px 20px;
}

.fechaPoster{
	float:left;
	width:200px;
	height:140;
	padding:20px 0px 10px 0px;
}


.instrucciones{
	width:915px;
	background-color:#fdf9ee;
	padding:20px 20px 40px 20px;
}

.hacerClic{
	float:left;
	width:80px;
	height:57px;
	padding-top:60px;
}

.posterEnvio{
	float:left;
	width:300px;
	height:87px;
	padding-top:30px;
}

.seguirInstrucciones{
	float:left;
	width:500px;
	height:50px;
	padding-top:53px;
}

.imagen{
	float:left;
	width:350px;
	padding:0px 80px 8px 0px;
}

.texto{
	float:left;
	width:250px;
	padding:0px 80px 40px 100px;
}

li{
	line-height:24px;
}

.requisitos{
	padding-top:46px;
}

@media screen and (max-width: 700px ){
	.requisitos{
		padding-top:30px;
	}
}

@media screen and (max-width: 560px ){
	.requisitos{
		padding-top:17px;
	}
}
