@media (min-width:1180px){
	.rbs-candidatos li .ct .b-p{width:1150px} /*galaxy 10.1 landscape*/
}

@media (min-width:980px) and (max-width:1179px){ /*ipad 1,2 landscape*/
	.rbs-candidatos li .ct .b-p{width:925px}
}

@media (min-width:769px) and (max-width: 800px){
	.rbs-candidatos li .ct .b-p{width:700px} /*galaxy 10.1 portrait*/
}

@media (min-width:669px) and (max-width: 768px){
	.rbs-candidatos li .ct .b-p{width:670px} /*ipad 1,2 portrait*/
}

@media (min-width:601px) and (max-width: 668px){ /*galaxy note landscape*/
	.rbs-candidatos li .ct .b-p{width:530px}
}

@media (min-width:481px) and (max-width: 600px){ /*galaxy S2 landscape*/
	.rbs-candidatos li .ct .b-p{width:500px}
}

@media (min-width:321px) and (max-width: 480px){ /*iphone landscape, galaxy note portrait*/
	.rbs-candidatos li .ct .b-p{width:380px}
	section #rbs-info{font-size:10px}
}

@media (max-width: 320px) { /* iphone portrait, galaxy S2 portrait*/
	.rbs-candidatos li .ct .b-p{width:220px}
	footer nav{line-height:26px;width:290px}
}