html { 
	background:#d7d8da url(../images/bkg-gradient.jpg) repeat-x;
}
body { font-size: x-small; /* 1EM=10px */
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width:740px;
}

.left { float:left; }
.right { float:right; }
.DO { display:block; overflow:hidden; }
.clear { clear:both; }

a { color:#333; text-decoration:underline; }
strong { font-weight: bold; }

/* form */
label { width:150px; float:left; text-align:right; padding: 3px 10px 0 0; clear: left; }
input { margin: 0 5px 5px 0; }
input[type="submit"] { margin-left:160px;}
.form-desc { color:#666; margin:0 0 10px 160px; float: left; width: 100%; }
textarea { width:400px; height:100px; margin-bottom: 5px; }

#top-logo.home {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
}
#top-logo.no-home {
	float: left;
	padding: 0 20px 10px 20px;
}

.menu {
	float: left;
	padding-top: 84px;
}
	.menu li {
		float: left;
		font-size: 1.6em;
		padding-right: 10px;
		color:#99c395;
	}
		.menu li a {
			color:#99c395;
			text-decoration: none;
		}
			.menu li a:hover, .menu li a.active {
				color:#34872c;
			}

#wrapper {
	margin: 0 auto;
	width:740px;
	background: url(../images/top-wrapper.png) no-repeat top;
}
	
	.top-menu {
		width: 740px;
		text-align: center;
		padding-top: 2px;
		font-size: 1.2em;
		color: #fff;
		height: 18px;
}
		.top-menu a {
			color: #fff;
		}
		.top-menu span.selected {
			font-weight: bold;
		}
		
	#container {
		margin-top: 20px;
		padding: 20px 40px;
		background-color: #fff;
		border-left: 2px solid #34872c;
		border-right: 2px solid #34872c;
		color: #000;
	}
	#container.topmenu {
		margin-top: 0;
	}
		#top-logos {
			height: 56px;
			display: block;
			overflow: hidden;
		}
		.logo-home {
			margin-left: 17px;
			width: 207px;
			float: left;
			text-align: center;
			padding-bottom: 10px;
		}
		.logo-home.first {
			margin-left: 0;
		}
		.logo-bd {
			float: right;
			padding-right: 20px;
		}
		
		a.bkg-image {
			background: url(../images/bkg-image.jpg) no-repeat top;
			float: left;
			width: 207px;
			margin-left: 17px;
			text-decoration: none;
			 // IE Fix
		}
		a.bkg-image.first {
			margin-left: 0;
		}
			a.bkg-image:hover {
				background: url(../images/bkg-image-hover.jpg) no-repeat top;
			}
			a.bkg-image img{
				padding: 15px 0 0 12px;
			}
				.bkg-image h2 {
					font-size: 2em;
					color:#34872c;
					width: 207px;
					text-align: center;
					padding-top: 30px;
				}
	
		.web-top {
			border-bottom: 1px solid #34872c;
			padding-bottom: 20px;
		}
			.web-top h2 {
				font-size: 1.6em;
				padding: 0 0 10px 20px;
				width: 428px;
				float: left;			
			}
			.web-top.expo h2 {
				width: 245px;
			}
			.web-top.expo ul {
				width: 245px;
				float: left;
				padding: 0 0 10px 30px;
				
			}
			.web-top.expo li {
				font-size: 1.2em;
				list-style-type: disc;
			}
			.web-top p {
				font-size: 1.2em;
				padding: 0 0 10px 30px;
				width: 418px;
				float: left;			
			}
			.web-top img {
				float: left;			
			}
			
		a.link {
			color:#34872c;
		}
		.libro {
			padding-top: 20px;
		}
		
		/* blog */
		.post {
			padding-bottom: 20px;
			border-right: 1px solid #34872c;
			width: 460px;
			margin-top: 10px;
			margin-bottom: 20px;
			float: left;
		}
			.post .header  {
				border-bottom: 1px solid #34872c;
				width: 450px;
				padding: 0 20px 0 0;
				float: left;
			}
			.post .header.expo {
				width: 450px;
				margin:20px 0px 10px 0;
			}
				.post .header h2 {
					font-size: 1.8em;
					float: left;
					width:360px;
				}
				.post .header h3 {
					font-size: 1.2em;
					float: right;
					padding-top:6px;
				}
				
			.post p {
				font-size: 1.2em;
				width: 450px;
				float: left;
				padding: 5px 20px 0 0;
			}
			.post .image {
				width: 450px;
				padding: 10 20px 0 0;
			}
			.post .image img {
				padding: 5px 0;
				float: left;
				
			}
			
		.post-title {
			font-size: 1.2em;
			padding: 20px 0 0 10px;
			float: left;
			width:180px;
		}
			.post-title li {
				padding-top: 10px;
			}
		
			
		.CRUD {
			font-size: 1.2em;
		}

/* proyectos */
.boxes .header-box {
	width:454px;
	padding: 0 30px 0 0;
	margin-bottom: 25px;
}
	.header-box li {
		display:block;
		overflow:hidden;
	}
	.header-box li.header {
		padding:5px 10px;
		margin-top: 15px;
		background: #BDDFB3;
	}
		.header-box li h2 {
			color:#000;
			margin:0 4px;
			font-size:1.2em;
			float:left;
			font-weight: bold;
		}
		.header-box li a {
			color:#000;
			font-size:1.1em;
			float:right;
			text-align:right;
		}
		.header-box li img {
			border:1px solid #646464;
			margin:10px 10px 10px 0; 
			float:left;
			clear:left;
		}
		.header-box li h3 {
			float:right;
			width:400px;
			padding:5px 0 0 0;
			font-weight:bold;
		}
		.header-box li p {
			font-size: 1.2em;
			padding:5px 10px 0 0;
			width: 648px;
		}
		.header-box li h4 {
			font-size: 1.6em;
			float:left;
			padding:10px 0;
			font-weight: bold;
		}
		.header-box li h5 {
			font-size: 1.4em;
			float:left;
			padding:0 0 10px 0;
			font-weight: normal;
			width: 534px;
		}
		
		a.link-button.more {
			cursor: pointer;
		}
		.header-box li p a {
			float: none;
		}
		a.link-button:hover {
			color:#34872c;
		}

.paginacion {
	width: 450px;
	clear: left;
	float: left;
	text-align: right;
	border-top: 1px solid #34872c;
	margin-top: 20px;
	padding-top: 5px;
	color:#34872c;
	font-weight: bold;
}
.paginacion a {
	color:#34872c;
}

#footer {
	font-size:1.1em;
	color:#FFF;
	background: url(../images/bottom-wrapper.png) no-repeat top;
	width: 740px;
}
	#footer a.copy {
		padding: 3px 0 20px 20px;
		color:#FFF;
		text-decoration:none;
		float: left;
	}
	#footer a.copy.right {
		float: right;
		padding: 3px 20px 20px 20px;
	}
	#footer a.estudio32 {
		padding: 3px 0 20px 5px;
	}
		#footer a:hover {
			text-decoration: underline;
		}

