<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

section:after {
	content: " ";
	clear: both;
	display: block;
}
hr {
	color: #efefef;
	margin: auto;
	size: 20px;
}
.titulos{
	margin-top: 10px;
    font-family: Arial;
	font-style: bold;
	text-align: center;
	font-size: 18px;
}
.columna {
	padding-top: 50px;
	float: left;
	width: 21%;
	/*height: 200px;*/
	margin: 2%;
	text-align: center;
}
.columna ul {
	margin-left: 0px;
}
.columna li {
	display: block;
    width: 250px;
	background:  #363636;
	background: -moz-linear-gradient(top, #363636 0%, #363636 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363636), color-stop(100%,#363636));
    box-shadow: inset 0px 0px 6px #fff;
    -webkit-box-shadow: inset 0px 0px 6px #fff;
    border: 1px solid #454545;
    border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 15px;
}
.botonRegresar {
	padding-top: 50px;
	float: left;
	width: 21%;
	margin: 2%;
	text-align: center;
}
.botonRegresar ul {
	margin-left: 0px;
}
.botonRegresar li{
	display: block;
    width: 250px;
	background:  #cd171e;
	background: -moz-linear-gradient(top, #cd171e 0%, #cd171e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd171e), color-stop(100%,#cd171e));
    box-shadow: inset 0px 0px 6px #fff;
    -webkit-box-shadow: inset 0px 0px 6px #fff;
    border: 1px solid #454545;
    border-radius: 5px;
	text-align: center;
	margin-bottom: 15px;
}
.botonRegresar a {
	color: #FFFFFF;
}
/*******************************
********************************
Responsivo
********************************
*******************************/
@media only screen and ( max-width: 700px ){
	.columna {
		float: none;
		width: 90%;
		/*height: 150px;*/
		margin: auto;
	}
}</pre></body></html>