body {
	margin: 0;
	padding: 0;
	background: rgb(230, 230, 230);
	font-size: 10pt;
	color: rgb(64, 64, 64);
}

h1 {
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	font-weight: normal;
	color: rgb(48, 118, 34);
	letter-spacing: 1px;
	font-size: 2.4em;
}

h2, h3 {
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgb(79,79,79);
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #4C5C37;
}

a:hover {
}

/* Header */

#header-wrapper {
}

#header {
	clear: both;
	width: 1000px;
	margin: 0px auto;
	padding: 20px 50px 20px 50px;
	background: #FFF;
	color: rgb(48, 118, 34);
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px 5px 5px 5px;
}


/* Logo */

#logo {
	margin: 0px;
	padding: 30px 0px;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	margin: 0px;
	padding: 30px 0px;
	text-align: center;
	text-transform: lowercase;
	font-size: 3em;
	font-weight: 400;
	color: rgb(48, 118, 34);
}

#logo h1 span {
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: rgb(48, 118, 34);
}

/* Search */

#search {
	width: 320px;
	height: 60px;
	padding: 0px;
}

#search form {
	margin: 0px;
	padding: 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 250px;
	outline: none;
	background: #F5F0E7;
	border: 1px solid #D7D0C0;
	padding: 10px;
	border-radius: 8px;
	text-transform: lowercase;
	color: #454545;
}

#search-submit {
	width: 62px;
	height: 22px;
	display: none;
	border: none;
	color: #FFFFFF;
}

/* Menu */

#menu-wrapper {
	overflow: hidden;
	height: 56px;
}

#menu {
	width: 1100px;
	height: 55px;
	margin: 0px auto;
	padding: 0px;
	background: rgb(48, 118, 34);
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	border-right: 1px solid rgb(230, 230, 230); /*#6F8651;*/
}

#menu a {
	display: block;
	letter-spacing: 1px;
	margin: 0px 10px;
	line-height: 55px;
	padding: 0 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: blink;
}

#menu .current_page_item a {
}

/* Page */

#wrapper
{
	overflow: hidden;
	padding-bottom: 40px;
}

#page {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 30px 50px 30px 50px;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 620px;
}

.post {
	margin-bottom: 15px;
}

.post-alt
{
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	font-size: 28px;
}

.post .title a {
	border: none;
	color: #3D2729;
}

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-weight: normal;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	display: inline-block;
	height: 30px;
	padding: 30px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #1C1C1C;
}

.button {
    color: rgb(255, 255, 255);
    cursor: pointer;
    height: 38px;
    overflow-wrap: break-word;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: pre;
    /*width: 96.65625px;*/
    word-wrap: break-word;
    align-items: flex-start;
    perspective-origin: 48.328125px 19px;
    transform-origin: 48.328125px 19px;
    background: rgb(48, 118, 34) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 2px solid rgb(48, 118, 34);
    border-radius: 5px 5px 5px 5px;
    list-style: none outside none;
    margin: 2px 0.200000002980232px 2px 0px;
    outline: rgb(255, 255, 255) none 0px;
    padding: 8px 28px;
    transition: background-color 0.175s ease-in-out 0s, border-color 0.175s ease-in-out 0s, color 0.175s ease-in-out 0s;
}



/* Sidebar */

#sidebar {
	float: right;
	width:300px;
	margin: 0px;
	color: #787878;
}

#sidebar p
{
	color: #3B3B3B;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 50px;
}

#sidebar li li {
	border-bottom: 1px solid #CACACA;
	margin: 0px 0px;
	padding: 10px 0px;
	border-left: none;
	list-style: inside circle;
}

#sidebar li li a {
	color: #3B3B3B;
}

#sidebar li li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	padding-bottom: 20px;
	font-size: 1.4em;
	color: #3D2729;
}

#sidebar p {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 1000px;
	margin: 0px auto;
	padding: 40px 50px 40px 50px;
	/*background: rgb(48, 118, 34);*/
	background: rgb(153, 153, 153);
	border-top: 1px solid #A59282;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#banner {
	width: 1000px;
	margin: 0px auto;
}

#banner img
{
	border-radius: 8px;
}

.tabla
{
	background: #F0F0F0;
	letter-spacing: 1px;
	font-size: 14px;
	
	border: 0px solid gray;
}

.tabla tr
{
    height: 26px;
}

.tabla th
{
    color: white;
    background: rgb(48, 118, 34);
    text-align: center;
}

.celda_centrada
{
    text-align: center;
}

.overlay  
{
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa; 
    filter: alpha(opacity=80); 
    opacity: 0.8; 
}
.overlayContent
{
    z-index: 99;
    margin: 250px auto;
    width: 80px;
    height: 80px;
}

/* TextBox */
/*.textbox {
    border: 1px solid #DAE2CF;
    background: #ffc;
    margin: 0;
	padding: 0;
	background: #DAE2CF;
	font-size: 10.5pt;
	color: #3B3B3B;
	text-align:center;
}*/
.textbox:hover {
    border: 1px solid rgb(38, 38, 38);
   /* background: #F0FFF0;*/
}

.textbox {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 8px 0px;
    color: #3B3B3B;
    overflow-wrap: break-word;
    vertical-align: top;
    font-size: 10.5pt;
    word-wrap: break-word;
    perspective-origin: 85px 19px;
    transform-origin: 85px 19px;
    border: 1px solid rgb(171, 171, 171);
    border-radius: 5px 5px 5px 5px;
    list-style: none outside none;
    outline: rgb(102, 102, 102) none 0px;
    transition: background-color 0.5s ease-out 0s, box-shadow 0.5s ease-out 0s;
    text-align:center;
}


/* DropDownList */
/*.dropdownlist {
    border: 1px solid #DAE2CF;
    background: #ffc;
    margin: 0;
	padding: 0;
	background: #DAE2CF;
	font-size: 10.5pt;
	color: #3B3B3B;
	text-align:center;
}*/

.dropdownlist {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 8px 0px;
    color: #3B3B3B;
    overflow-wrap: break-word;
    vertical-align: top;
    font-size: 10.5pt;
    word-wrap: break-word;
    perspective-origin: 85px 19px;
    transform-origin: 85px 19px;
    border: 1px solid rgb(171, 171, 171);
    border-radius: 5px 5px 5px 5px;
    list-style: none outside none;
    outline: rgb(102, 102, 102) none 0px;
    transition: background-color 0.5s ease-out 0s, box-shadow 0.5s ease-out 0s;
    text-align:center;
}

.dropdownlist:hover {
    border: 1px solid #556B2F;
   /* background: #F0FFF0;*/
}