.list-inline-icon li a:HOVER [class^="icon-"] {
	color: #57ade3;
}

/* COLOR CLARO */
.sugest, .data, .fieldgroup_result, .docs p:hover, ul.catalog_list li a,
	ul.webmap li:first-child span, table.table tr:nth-child(2n) td {
	background-color: #f0faff;
}

/* END COLOR CLARO */

/* COLOR PRINCIPAL */
nav, ul.access_links li a:hover, .dnie a.link:hover, .link.calendar:hover,
	    nav, ul.steps li.current span.circle span, .dnie, th, ul.catalog_list li a span,
	    .breadcrumbs li a:hover, a.btn, input[type="submit"].btn, nav ul li a:hover,
	    nav ul li.sel a, .topbar_options a span, .topbar, ul.webmap li a:hover,
	    .folder, ul.help_list li.sel a, .topbar_options li ul li a:hover,
	    .button_on, .button_off, .button_click,
	    .big_button_on, .big_button_off, .big_button_click, .btn_light:hover {
	background-color: #6fc3f8;
}

.btn_light {
    border-color: #6fc3f8;
}

.list ul li a, .required, .form_box h4, ul.steps li.current p, .userbox p span,
	h2, .content_int h4, .content_int h3, table.table.light th, .btn_light {
	color: #6fc3f8;
}

footer {
	border-bottom: solid 8px #6fc3f8;
}

/* END COLOR PRINCIPAL */

/* COLOR OSCURO */
a.btn, input[type="submit"].btn,
        .button_on, .button_off, .button_click,
        .big_button_on, .big_button_off, .big_button_click {
	-webkit-box-shadow: 0 4px 0 #57ade3;
	-moz-box-shadow: 0 4px 0 #57ade3;
	box-shadow: 0 4px 0 #57ade3;
}

a.btn:active, input[type="submit"].btn:active,
        .button_on:active, .button_off:active, .button_click:active,
        .big_button_on:active, .big_button_off:active, .big_button_click:active {
	-webkit-box-shadow: 0 1px 0 #57ade3;
	-moz-box-shadow: 0 1px 0 #57ade3;
	box-shadow: 0 1px 0 #57ade3;
}

nav ul li a:hover, nav ul li.sel a, nav ul li a:hover, nav ul li.sel a,
	ul.catalog_list li a:hover span, .folder:hover {
	background-color: #57ade3;
}

.dnie a.link, .calendar, ul.access_links li a, .dnie a.help, .list ul li a:hover
	{
	color: #57ade3;
}

@media screen and (max-width: 640px) {
	.topbar_options {
		background: #57ade3;
	}
}

/* END COLOR OSCURO */

/* RESPONSIVE */
@media screen and (max-width: 480px) {
	.col02 {
		border-bottom: 0;
	}
}

/* END RESPONSIVE */

/* TRANSPARENCY */
.box.transparency {
	background-image: -webkit-gradient(linear, center top, center bottom, from(#6fc3f8),
		to(#57ade3));
	background-image: -webkit-linear-gradient(top, #6fc3f8, #57ade3);
	background-image: -moz-linear-gradient(top, #6fc3f8, #57ade3);
	background-image: -o-linear-gradient(top, #6fc3f8, #57ade3);
	background-image: -ms-linear-gradient(top, #6fc3f8, #57ade3);
	background-image: linear-gradient(to bottom, #6fc3f8, #57ade3);
	margin-top: -16px;
}
/* FIN DE TRANSPARENCY */

/* ADVERTISEMENT */
.day {
	color: #57ade3;
}

.month {
	background: #6fc3f8;
}

.calendar_date {
	border-color: #6fc3f8;
}

/* END ADVERTISEMENT */
.box-inner {
	border-top: solid 4px #6fc3f8;
}

footer h3, .box-inner h3 {
	color: #6fc3f8;
}

.icon {
	color: #57ade3;
}

.icon-button {
    border: solid 1px #6fc3f8;
}