@charset "utf-8";
/* CSS Document */

.contenido{
	padding-top:50px;
	padding-bottom:15px;
	margin-bottom:-15px;
	margin-top:50px;
	border-top:1px #ccc solid;
	overflow:hidden;
}

.homeB{
	width:540px;
	height:150px;
}

	.homeB img{
		box-shadow:0px 10px 10px -5px #000000;
		border-radius:10px;
	}
	
	.homeB div{
		width:280px;
		margin-left:25px;
		vertical-align:top;
	}
	
		.homeB h3{
			font-family:'Trebuchet MS', sans;
			font-size:16px;
			text-transform:uppercase;
			width:300px;
			margin-top:0px;
			color:#6a5116;
		}
		
		.homeB p{
			font-family:'Trebuchet MS', sans;
			font-size:13px;
			color:#878787;
		}
		
			.homeB p a{
				color:#444;
			}
			
				.homeB p a:hover{
					color:#93d600;
					text-decoration:underline;
				}
				
		.homeBenlace{
			float:right;
			color:#6a5116;
			font-family:'Trebuchet MS', sans;
			font-size:13px;
		}
		
			.homeBenlace:hover{
				color:#93d600;
			}
			
#home2{
	padding-bottom:50px;
}

	#home2 div{
		width:600px;
		vertical-align:top;
		margin-left:50px;
	}
	
		#home2 h3{
			font-size:30px;
			margin-top:10px;
			margin-bottom:0px;
		}
		
			#home2 a{
				color:#724b1b !important;
				font-size:14px;
				font-weight:700;
				font-family:'Ovo', sans;
			}
			
				#home2 a:hover{
					color:#93d600 !important;
				}
				
