button.btonRojo {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: RGB(233, 233, 233);
	background: grey;
	border: none;
}

button.btonRojo:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: RGB(233, 233, 233);
	background: #555555;
	border: none;
}

button.btonPreins {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: RGB(233, 233, 233);
	background: Brown;
	border: none;
}

button.btonPreins:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: RGB(233, 233, 233);
	background: #DF3917;
	border: none;
}

div.btn-group > a {
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}


.boton-solicitar-plaza {
	padding: 5px 5px 5px 10px;
	background-color: RGB(157, 61, 66);/*RGB(223, 57, 23);*/
}

.boton-solicitar-plaza > i {
	color: white;
}

.boton-solicitar-plaza > a.link-boton-solicitar-plaza {
	color: white;
}



