body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
	background: url(../img/backgrounds/lavanda.jpg) center top no-repeat;
}
h1,h2,h3,h4,h5{
	font-weight:normal;
}
h1{
	color:#006336;
	font-size:36px;
}
a,.footer-menu a:hover{
	color:	#006336;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}

.header-frame{
	height: 120px;
}

nav.main-menu{
	height: 45px;
	background-color: rgba(0,74,31,0.81);
	display: block;
}

nav.main-menu ul{
	margin:0;
	padding:0;
}

nav.main-menu a{
	padding: 10px 20px;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	display: block;
}
nav.main-menu a:hover{
	background-color:rgba(0,156,90,1.00);
}
main{min-height:500px;}
.contenido{
	
	background: rgba(255,255,255,0.81);
	
	margin: 0 auto;
	padding: 10px;
	margin-top: 10px;
	line-height: 2em;
	overflow: auto;
}
footer {
	background-color: rgba(0,0,0,0.75);
	margin-top: 10px;
	color: #FFF;
	overflow: auto;
}


/* HOME */

.paginas-aside {
	float: right;
	
}
.text-right-img-frame{
	float:right;
	width:180px;
	padding:10px;
	margin:10px;
}
.text-right-img-frame img{
	width:160px;
	padding:0 5px;
}
.block2 {
	padding: 10px;
	margin-right: 10px;
}
.block2 h3 a {
	font-size: 24px;
}
.rightFloat {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.leftFloat {
	float: left;
	padding-right: 10px;
}

.footer-menu ul li{
	/* [disabled]float:left; */
	list-style: none;
}
.footer-menu a {
	color: white;
	display:block;
	margin:5px 10px;
}
.footer-frame .footer-right {
	width: 290px;
	float: right;
}

input[type=text],textarea{
	padding:5px;
	border:1px #CCC solid;
	border-radius:5px;
}

textarea{
	width:500px;
	height:150px;
}

.greenBt{
	padding:10px;
	background-color:#006E24;
	color:#FFF;
	border-radius:5px;
	text-decoration:none;
}
.greenBt:hover{
	text-decoration: none;
	background-color: #00AB38;
	}
	.banner-cursos{
		position:absolute;
		left:0;
		background:url(../img/cursos/foto-grupo-panoramico.jpg);
		height:150px;
	}
	.blocks-row{
		width: 750px;
	}
	
	table.calendario{
		width:100%;
	}
	table.calendario td,th{
		padding:10px;
	}
	table.calendario th{
		text-align:left;
	}
	table.calendario tr:nth-child(even){
	
	}
	table tr:nth-child(odd){
			background:#F0F0F0;
	}
	
	
	.footer-redes img{
		padding:10px;
	}
	.validator{
		color:#F00;
		display:none;
	}
	.menu-button-div {
		float: right;
		color: white;
		padding: 10px;
		
	}
	
@media screen and (max-width:999px){
	
	nav.main-menu{
	background-color: #009E48;
	position: absolute;
	z-index: 100;
	margin: 10px;
	margin-top: -50px;
	border-radius: 5px;	
	display:none;
}
	.menu-frame{
		overflow:auto;
		background-color:#007435;
		border-radius:5px;
	}
	nav.main-menu{
		/*display:none;*/
	}
	nav.main-menu ul li{
	list-style:none;
}
	.logo-area img{
		width:100px;
		height:auto;
	}
	.logo-area{
		padding:5px;
	}
	header{
		background-color:#007435;
		height:60px;
	}
	.menu-button-div {
		display:block;
	}
	.menu-visible{
		display:block !important;
	}

	.footer-menu ul{
		padding:0;
		margn:0;
	}
	.footer-menu ul li{
		list-style:none;
		float:none !important;
	}
	#footer_logo {
		padding: 20px;
		width: 100px;
		height: auto;
	}
	.home-block img{
		width:100%;
		height:auto;
	}
	#menu_bg{
		display:none;
		width:100%;
		height:2000px;
		position:fixed;
		top:0;
		left:0;
		z-index:50;
	}


}
@media screen and (min-width:1000px){
	nav.main-menu{
	height: 45px;
	background-color: rgba(0,74,31,0.81);
	display: block;
}
	input[type=text]{
		width:300px;
	}
	.header-frame,.centrar,.footer-frame,.menu-frame {
		margin: 0 auto;
		width: 1024px;
		overflow: auto;
		
	}
	nav.main-menu ul li{
	float:left;
	list-style:none;
}
	.contenido{
		width: 1000px;min-height: 500px;
	}
	.paginas-aside{
		width: 250px;
		min-height: 500px;
	}

	.header-frame .logo-area {
	margin-top: 10px;
	}
	.footer-menu {
		width: 700px;
		overflow: auto;
		float: right;
	}
	.footer-menu ul li{
		float:left;
		list-style:none;
	}
	.home-main-banner{
		height: 300px;
		background-color: #FFF0B2;
		background: url(../img/backgrounds/banner1-bg.jpg) no-repeat center;
	}
	.credits{
		margin-top:60px;
		text-align:right;
		font-size:12px;
	}
	.credits a{
		display:inline;
		margin:0;
		padding:0;
		
	}
	.footer-menu {
	overflow: auto;
	float: right;
	}
	.home-block{
	float: left;
	width: 320px;
	padding-right: 10px;
	}
	.home-block img{
		height:150px;
		margin:0 auto;
		width:auto;
	}
	#footer_logo{
		padding:10px;
		}
	
	.block-content{
		height:250px;
		display:block;
	}
	.menu-button-div{
		display: none;
	}
	#menu_bg{
		display:none !important;
	}
.home-blocks .home-block .home-block-img {
	height: 180;
}

}
