a.btn{
	color:#000;
	background:#cec718;
	text-decoration: none;
	padding:5px;
	line-height: 24px;
	height: 24px;
}
 a.btn:hover{
	color:#fff;
	background:#f75d00;	
	text-decoration: none;
}
a.anterior{
padding-left:30px;
background-image: url(/img/ico_ant.png);
background-position: 5% 50%;
background-repeat: no-repeat;
}
a.anterior:hover{
padding-left:30px;
background-image: url(/img/ico_ant.png);
background-position: 5% 50%;
background-repeat: no-repeat;
}
a.siguiente {
padding-right:30px;
background-image: url(/img/ico_sig.png);
background-position: 95% 50%;
background-repeat: no-repeat;
}
a.siguiente:hover {
padding-right:30px;
background-image: url(/img/ico_sig.png);
background-position: 95% 50%;
background-repeat: no-repeat;
}
a.cerrar {
padding-right:20px;
background-image: url(/img/ico_cerrar.png);
background-position: 90% 50%;
background-repeat: no-repeat;
}
a.cerrar:hover {
padding-right:20px;
background-image: url(/img/ico_cerrar.png);
background-position: 90% 50%;
background-repeat: no-repeat;
}

.botones_form input.btn{
	color:#fff;
	background:#f75d00;
	text-transform: capitalize;
	cursor:pointer;
	border:none;
	padding:3px 8px;
	width: 5em;
}

