.systemSpce th { text-decoration: none; height: 30px;font-family: Arial Unicode MS;font-size: 16px;
        background: rgba(93, 109, 126,1); text-align: center;color:#FFF; text-shadow:0px 1px 0px #000; font-weight: normal; }

.systemSpce td { text-decoration: none; height: 30px;font-family: Arial Unicode MS;font-size: 16px;
        background: rgba(175,238,238,0.1); text-align: center;color:#FFF; text-shadow:0px 1px 0px #000; font-weight: normal; border-bottom:1px inset #000; }

.driverfull { border-collapse: collapse;font-family: "exo 2", sans-serif;}
.driverfull th { padding:10px; border-radius:10px 10px 0px 0px;text-decoration: none; height:auto;font-size:18px;font-family: "exo 2", sans-serif;background: rgba(93, 109, 126,0.8); text-align: center;color:#FFF; text-shadow:0px 1px 0px #000; font-weight: normal;}

.driverfull th p{text-decoration: none;font-family: "exo 2", sans-serif; height: 20px;font-size:12px;
     text-align: center;color:#FFF; text-shadow:0px 1px 0px #000; font-weight: normal;}


.driverfull td {text-decoration: none; height: 30px;font-family: Arial Unicode MS;font-size: 16px;font-family: "exo 2", sans-serif;
        background: rgba(175,238,238,0.1); text-align: center;color:#1A5276; text-shadow:0px 1px 0px #999; font-weight: normal;}

.downhelp {margin-top:15px;}
.downhelp p { text-decoration: none; height: 30px;font-family: Arial Unicode MS;font-size: 13px;font-family: "exo 2", sans-serif;
         text-align: center;font-weight: normal; margin-top: 5px;}


.btn-down {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
    margin-bottom: 15px;
}

.downhelp a:after { display:none;}


.btn-client {
	-moz-box-shadow: 0px 10px 14px -7px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	padding:6px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #999;
    margin-bottom: 20px;
}

/* =========================================================
   BOTON DESCARGAS - MU HUAYRA
   ========================================================= */

.panel-downloads .btn-primary {

    background: #b71919 !important;

    border: 1px solid #b71919 !important;

    border-radius: 4px;

    color: #ffffff !important;

    font-size: 12px;

    font-weight: bold;

    padding: 8px 18px;

    text-decoration: none;

    transition: all .2s ease;

    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}


.panel-downloads .btn-primary:hover {

    background: #d02020 !important;

    border-color: #d02020 !important;

    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow: 0 5px 12px rgba(183,25,25,.30);
}


.panel-downloads .btn-primary:active {

    transform: translateY(0);

    box-shadow: 0 2px 5px rgba(183,25,25,.20);
}

/* =========================================================
   TITULOS DE SECCIONES - DESCARGAS
   ========================================================= */

.panel-downloads .panel-title {

    color: #b71919 !important;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 17px;

    font-weight: bold;

    text-transform: uppercase;

    margin-bottom: 18px;
}


/* Separación entre secciones */

.panel-downloads {

    margin-bottom: 30px !important;
}