/*
Puedes añadir tu propio CSS aquí.

Haz clic en el icono de ayuda de arriba para averiguar más.
*/
.menu > li ul{
	width:auto;
}
.menu > li > ul > li > a{
	text-align:center;
	border-bottom: solid 1px #ccc;
}
.menu > li > ul > li:last-child > a{
	border-bottom: solid 0px #ccc;
}
.menu > li > ul > li.active:hover > a{
	background:rgba(0,0,0,0.05);
	color:#666;
}
.menu > li > ul > li > ul > li.active:hover > a{
	background:rgba(0,0,0,0.05);
	color:#666;
}
.menu > li ul li a:hover{
	background:rgba(0,0,0,0.05);
	color:#666;
}
.search-widget-handle{
	display:none;
}
.entry-header h1{
	text-align:center;
}
.header-image-bg{
	background-size:cover;
	background-position:center;
}
.page-title {
	text-align:center;
	font-size:51px;
}
.listas_roda td{
	font-size: 13px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 4px;
}
a{
	color:#0a9442;
}
a:hover{
	color:#08642d;
}
.post-content .more-link {
	color:#777;
	border:solid 2px #999;
	font-weight:400;
	padding: 0 10px;
	min-width:100%;
	background: #fff;
}
.post-content .more-link:hover {
	background: #fcd301;
	color: #000;
	border:solid 2px #0a9442;
}
.post-content .more-link:active,.post-content .more-link:visited{
	background: #fcd301;
	color: #000;
	border:solid 2px #0a9442;
}
.btn, .button, .btn:visited, .btn-filled {
	color:#777;
	border:solid 2px #999;
	font-weight:400;
	padding: 0 10px;
	min-width:100%;
	background: #fff;
}
.btn:hover, .btn:visited:hover{
	background: #fcd301;
	color: #000;
	border:solid 2px #0a9442;
}
.btn i{
	font-size:16px;
}
.entry-title{
	display:none;
}
.post-content .post-meta li a {
	color: #0a9442;
}
.post-content:hover .post-meta li a:hover {
	color: #000;
}
.post-content .shapely-category a:hover, .post-content .shapely-category a:focus{
	color:#0a9442;
}
.form-control{
	height:40px;
}
.bg-dark .back-to-top {
    border-color: transparent;
    min-width: 30px;
	color:#000;
}
.bg-dark .back-to-top i {
	color:#000;
}
.widget.widget_categories ul li a:hover, .widget.widget_archive ul li a:hover,.widget.widget_recent_entries ul li a:hover{
	color:#0a9442;
}
.widget.widget_search .search-form > input#s:hover, .widget.widget_search .search-form > input#s:focus{
	border: solid 1px #0a9442; 
}
.post-content .entry-header img {
    width: auto
;
	max-height: 250px;
}
.top-parallax-section h1,.top-parallax-section p{
	border-radius:10px;
	background:rgba(255,255,255,0.8);
	color:#333;
}