@font-face{
    font-family: "Montserrat";
    src: url('fonts/Montserrat-light.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	background: white;
	font-family: montserrat;
	font-size: 17px;
	color: black;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3E3530;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 160%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #339CCB;
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
}

#header {
	width: 100%;
	height: 150px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 330px;
	height: 100px;
	margin: 0;
	padding: 10px 50px 0px 50px;
	background: white
}

#logo img{
    width: 370px;
	height: 100px;
}

/* Menu */

#menu {
	background-color:rgb(222, 60, 60);
    font-family: montserrat;
    font-size: 16px;
    width: 100%;
	height: 50px;
	margin: 0 auto;
	
	
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: right;
}

#menu a {
	height: 35px;
	display: block;
	float: left;
	margin: 0px 20px 0px 10px;
	padding: 15px 25px 0px 10px;
	text-decoration: none;
	text-align: center;
	font-family: montserrat;
	font-size: 19px;
	font-weight: normal;
	color: white;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	font-weight: bold;
}

#menu .first a {
	padding-left: 0px;
}

#menu > ul > li{
	transition: all 500ms;
}

#menu > ul > li:hover{
    background-color: #70b231;
    box-shadow: 0px 0px 4px green inset;
}

#banner {
	height: 483px;
margin: 0px auto;
background: url(images/campo4.1.jpg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
background-size: 100%;
background-position: center center;
	
}
.container{
    margin: auto;
    width: 240px;
    height: 370px;
    padding: 30px;
    animation: container 15s infinite linear;
	
}


@keyframes container {
    0%{
        background-image: url('images/bolsadelecheroja.png');
    }
    33%{
        background-image: url('images/bolsadelecheroja.png');
    }
    34%{
        background-image: url('images/bolsadelecheazul.png');
    }
    67%{
        background-image: url('images/bolsadelecheazul.png');
    }
    68%{
        background-image: url('images/bolsadelechepeque.png');
    }
    99%{
        background-image: url('images/bolsadelechepeque.png');
    }
	100%{
		background-image: url('images/bolsadelecheroja.png');
	}
	0%{
		background-image: url('images/bolsadelecheroja.png');
	}
}

/* info */

#info {
	width: 997px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid rgb(24, 102, 24);*/
		
}

#page-info2 {
	padding: 15px 40px 0px 40px;
}

/* Content */

#content {
	float: left;
	width: 590px;
	padding: 15px 40px 0px 40px;
}

.post {
	margin-bottom: 40px;
}

.post .title {
	/*text-transform: uppercase;*/
	/*font-family: Impact, Arial, Helvetica, sans-serif;*/
	font-size: 33px; 
	font-weight: normal;
	color: #606060;
}

.post .title a {
	border: none;
	color: #1e7531;
}

.post .meta {
	padding-left: 2px;
	text-align: left;
	text-transform: uppercase;
	font-family: montserrat;
	font-size: 17px;
	font-weight: bold;
	color: red;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 20px 25px;
	border: 1px solid #E4E4E4;
	text-align: justify;
}

.links {
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 320px;
	margin: 0px;
	color: black;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	background: url(images/img07.gif) no-repeat left 15px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 35px;
	border-bottom: 1px dotted #E7E2DC;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	padding: 0px 0px 0px 0px;
}

#sidebar h2 {
	height: 38px;
	font-size: 33px;
	font-weight: normal;
	color: #1e7531;
}

#sidebar p {
	margin: 0px;
	padding: 15px 20px 20px 0px;
	text-align: justify;
	font-size: 15px;
}

#sidebar a {
	border: none;
	color: #339CCB;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}

#sidebar img {
	width: 150px;
	height: 150px;
	padding-left: 50px;
	cursor: pointer;
}

#sidebar img:hover {-webkit-transform:scale(1.3);transform:scale(1.3);}
#sidebar img {overflow:hidden;}

/*#sidebar img:hover {
	-webkit-transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform: rotateY(180deg);
	transform-style: preserve-3d;}*/

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 100%;
	height: 155px;
	margin: 0 auto;
	background-color: #70b231;
	padding: 0px 0 15px 0;
	font-family: montserrat;
}

#footer p {
	margin: 0;
	padding-top: 30px;
	line-height: normal;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: white;
}

#footer a {
	color: white;
}