/*
Te damos la bienvenida a CSS personalizado

Para saber cómo funciona, mirá http://wp.me/PEmnE-Bt
*/
@media (max-width: 767px) {
	.lateral-banners {
		display: none;
	}
}

.left-banner {
	position: absolute;
	width: 160px;
	height: 600px;
	right: 100%;
}

.right-banner {
	position: absolute;
	width: 160px;
	height: 600px;
	left: 100%;
}

.entry-content {
	text-align: justify;
}

.es_shortcode_form {
	font-family: Oswald, sans-serif !important;
}

.es_textbox_class {
	background-color: #FFFFFF !important;
	border: 1px solid #CCC !important;
}

.es_textbox_button {
	float: right;
	-moz-box-shadow: inset 0 1px 0 0 #cf866c;
	-webkit-box-shadow: inset 0 1px 0 0 #cf866c;
	box-shadow: inset 0 1px 0 0 #cf866c;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#d0451b),color-stop(1,#bc3315));
	background: -moz-linear-gradient(top,#d0451b 5%,#bc3315 100%);
	background: -webkit-linear-gradient(top,#d0451b 5%,#bc3315 100%);
	background: -o-linear-gradient(top,#d0451b 5%,#bc3315 100%);
	background: -ms-linear-gradient(top,#d0451b 5%,#bc3315 100%);
	background: linear-gradient(to bottom,#d0451b 5%,#bc3315 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b',endColorstr='#bc3315',GradientType=0);
	background-color: #d0451b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #942911;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0 1px 0 #854629;
	color: #FFFFFF;
}

.es_textbox_button:hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#bc3315),color-stop(1,#d0451b));
	background: -moz-linear-gradient(top,#bc3315 5%,#d0451b 100%);
	background: -webkit-linear-gradient(top,#bc3315 5%,#d0451b 100%);
	background: -o-linear-gradient(top,#bc3315 5%,#d0451b 100%);
	background: -ms-linear-gradient(top,#bc3315 5%,#d0451b 100%);
	background: linear-gradient(to bottom,#bc3315 5%,#d0451b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315',endColorstr='#d0451b',GradientType=0);
	background-color: #bc3315;
	color: #FFFFFF;
}