@charset "utf-8";
/* Autor: Francisco Camarena , triplewsystems.com */


#boton{
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 1px solid #FFFFFF;
	
	position:absolute;
	width:120px;
	left:50%;
	margin-top:20px;
	margin-left:-60px;
	padding:8px;	
	height:20px;
	color:#333;
	font-family: 'Rambla';
	text-align:center;
	background: #EFEFEF;
}

#boton:hover{
	cursor:pointer;
	font-weight:600;
	background-color:#FFFFFF;
	color:#000;
	
}


.boton_vermas{
	box-sizing:border-box;
	float:left;
	text-align:center;
	font-family:'Rambla';
	width:170px;
	height:auto;
	margin-top:10px;
	font-size:16px;
	border:0px solid #FFFFFF;
	padding:15px 25px 15px 25px;
	background:#83C04B;
	margin-bottom:0px;
	color:#FFF;
}

.boton_vermas:hover{
	cursor:pointer;
	color:#FFF;
	background:#72AD3D;
	border:0px solid #000000;
}



#franja_botones{
	display:none;
	float:left;
	width:100%;
	height:40px;
	background:#A3CE77;
	box-sizing:border-box;
	margin-top:10px;
}


@media only screen and (max-width:1800px){


}

@media only screen and (max-width:900px){

	#franja_botones{
		display:block;
	}

	.boton_vermas{
		margin-bottom:30px;
	}


}