/**
 * @package Website_Template
 * @since Website 1.1
 */

/* =Color
----------------------------------------------------------------------------- */
mark, .post .content .tags a:hover, .items .item .tags a:hover, .filter a:hover, .filter a.active {
	background-color: Green;
}
a, .post .content button:hover, .comments .comment cite a:hover, .widget a:hover {
	border-color: Green;
}
input[type="submit"]:hover {
	border-color: Green !important;
}
a, #nav-top a:hover, #nav-main a:hover, #nav-main li.sub > a:hover:after, #footer a:hover, .breadcrumbs a:hover, .post .title a:hover, .comments .comment .meta a:hover, .comments .comment .meta cite a, .pagination a:hover {
	color: Green;
}
.widget a:hover {
	color: #089bc3 !important;
}

#bottom input[type="submit"]{
background: url(../img/bt-enviar.png);
width: 64px;
height: 25px;}

#bottom input[type="submit"]:hover

{
background: url(../img/bt-enviar.png);
width: 63px;
height: 24px;}