
html, body {
	height: 100%;
}

a {
	color: #FFF;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}

h1 {
	color: #FFF;
	font-family: Oxygen, Open Sans, Arial, Helvetica, sans-serif;
	margin: 0px;
}
h2, h3, h4, h5, h6 {
	color: #FFF;
	font-family: Volkhov, Arial, Helvetica, sans-serif;
	font-style: italic;
}

#capaSup {
	min-width:1024px;
	width: 100%;
	height:100%;
	position:fixed;
	top:0px; left:0px;
}
#capaInf {
	min-width:1024px;
	width: 100%;
	height:100%;
	position:fixed;
	top:0px; left:0px;
}


.ov_title_01 {
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
}

.ov_subtitle_01 {
	font-family: Oxygen, Open Sans, Arial, Helvetica, sans-serif;
}

.ov_subtitle_02 {
	font-size:1.2em;
	font-family: Oxygen, Open Sans, Arial, Helvetica, sans-serif;
}

.ov_body {
	margin: 0px;
	padding: 0px;
	
	background-color: #000;
	
	/*background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed; */
	
	background-size:cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.ov_contenedor {
	 
		width: 1000px;
		margin: auto;
	min-height: 60px;
	position: relative;
}

.ov_header {
	position: relative;
	
	width: 100%;
			min-width:975px;
		
	background-color: #000;
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);*/
	height: 60px;
	border-top: 5px solid #000;
	background-image: url(http://la-chata.com/kantanna/styles/modules/images/barracolor.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
}

.ov_logo {
	width: 100px;
	height: 50px;
	margin: 5px 0 0 10px;
	float:left;
}

.ov_nav_header {
			width: 635px;
		
	height: 50px;
	margin: 0px 5px;
	float:left;
	font-family: Volkhov, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.ov_nav_header ul {
		list-style-type: none;
}

.ov_nav_header li {
	display: inline-block;
}

.ov_nav_header li:last-child a {
	border:none;
}
.ov_nav_header li a {
	height: 30px;
	line-height: 30px;
	padding: 0px 25px;
	text-decoration: none;
	float: left;
	color: #FFF;
	border-right: 2px solid #eee;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.ov_nav_header li a:hover {
	color: #DDD;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.ov_nav_header_menu {
	position:relative;
	cursor:pointer;
	height:30px;
	line-height: 25px;
	padding: 0px 25px;
	text-decoration: none;
	float: left;
	color: #FFF;
	border-right: 2px solid #eee;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.ov_submenu_01 {
	display: none;
	width: 170px;
	position:absolute;
	top: 36px;
	left: 0px;
	background-color: #fff;
	z-index: 100;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

.ov_submenu_01 li a {
	border:none;
	padding: 10px 20px;
	width: 130px;
	text-decoration: none;
	margin:0;
	color: #000;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
}

.ov_submenu_01 li a:hover {
	background-color: #333;
	color:#FFF;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
}

.ov_social {
			width: 100px;
		height: 30px;
		margin-top:20px;
		line-height:30px;
	float: left;
}

.ov_social img {
	margin: 0 5px;
}


.ov_social .enlace {
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	text-decoration: none;
	float: left;
	color: #FFF;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.ov_social .enlace:hover {
	color: #DDD;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.ov_minicarro {
	position: absolute;
			top: 50px;
		right: 120px;
	 
	background-color: rgba(0,0,0,0.5);
	padding: 0 20px;
	font-size: 0.8em;
	color: #fff;
	text-align:center;
}
.ov_minicarro a {
	color:#FFF;
}

.ov_section_01 {
	position:relative;
	background-color:rgba(46,52,81,0.85);
	color: #FFF;
			padding: 40px 150px;
		margin: 25px;
	font-size: 0.9em;
	opacity: 0.98;
}

.ov_section_02 {
	background-color:rgba(46,52,81,0.85);
	color: #FFF;
			padding: 40px 100px;
		margin: 25px;
	font-size: 0.9em;
	opacity: 0.98;
}

.ov_article_01 {
	text-align:center;
	margin: 125px 0;
}

.ov_article_02 {
	margin: 50px 20px;
	position:relative;
	color: #FFF;
}

.ov_article_03 {
	color: #FFF;
			padding: 30px 150px;
		margin: 25px;
	font-family: Inder, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 2px #000;
}


.ov_content_columns_01 {
			width: 350px;
		float:left;
}

.ov_column_00 {
			width: 300px;
		padding: 20px;
	border-bottom: 1px solid #eee;
}

.ov_column_01 {
	float: left;
			width: 330px;
		min-height: 300px;
	margin: 20px;
	border-right: 1px solid;
}

.ov_column_02 {
	float: left;
			width: 230px;
		margin: 20px;
}

.ov_column_03 {
	float: left;
			width: 170px;
	}

.ov_column_04 {
	width: 100%;
	padding: 5px;
}

.ov_column_05 {
			width: 280px;
		float: left;
	padding: 20px;
	line-height: 1.3em;
	font-family: Inder, Arial, Helvetica, sans-serif;
}

.ov_column_06 {
	float: left;
	width: 140px;
	margin: 0 20px;
}

.ov_column_07 {
	float: left;
			width: 580px;
		margin: 20px 0px 20px 25px;
		
}

.ov_container_01 {
	float: left;
			width: 230px;
		margin: 0 40px 10px 0;
	border-right: 1px solid #eee;
}
.ov_container_02 {
	float: left;
			width: 250px;
		font-size: 1.1em;
		margin-bottom: 10px;
	font-family: Volkhov, Arial, Helvetica, sans-serif;
}
.ov_container_03 {
	float: left;
			width: 250px;
		margin-bottom: 10px;
	font-size: 1.1em;
	cursor: pointer;
	font-family: Volkhov, Arial, Helvetica, sans-serif;
	transition: color 0.3s;
	-webkit:color 0.3s;
}
.ov_container_03:hover{
	color:#33A1D1;
	transition: color 0.3s;
	-webkit:color 0.3s;
}

.ov_container_04 {
	padding:20px;
			width:40%;
		margin: 30px 0;
		border: 2px solid #958BB8;
	
	min-height: 300px;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.ov_opacity {
	opacity: 0.3;
}

.ov_tam {
	/*transform:scale(0.75) translate(-150px, -70px);
	-webkit-transform:scale(0.75) translate(-150px, -70px);
	-ms-transform:scale(0.75) translate(-150px, -70px);
	
	transition: all 0.75s;
	-webkit:all 0.75s;*/
}
.ov_tam:hover {
	/*transform:scale(1);
	-webkit-transform:scale(1);
	-ms-transform:scale(1);

	transition: all 0.75s;
	-webkit:all 0.75s;*/
}

.ov_linea_01 {
	border-bottom: 1px solid #EeE;
	clear: both;
	margin-bottom: 20px;
	margin-right: 15px;
}

.ov_circle_01 {
	width: 15px;
	height: 15px;
	float:left;
	background-color: #eee;
	border-radius: 100px;
	color: #000;
	padding: 15px;
	text-align: center;
	line-height: 15px;
	margin: 0 15px 0 0;
	font-size: 1.3em;
}
.ov_desc_txt {
	float:left;
}

.ov_close {
	width: 30px;
	height: 30px;
	background: #FFF;
	line-height: 30px;
	position: relative;
	left: 49%;
	top: 18px;
	cursor: pointer;
}

.ov_footer {
	width: 100%;
	height: 40px;
	text-shadow: 1px 1px 2px #000;
}

.ov_pie {
	font-size: 0.75em;
	height: 40px;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
			width: 310px;
	}
.ov_pie a {
	color: #33A1D1;
}

.ov_nav_footer {
	font-size: 0.9em;
	float:right;
	width: 640px;
	height: 40px;
	position:relative;
	font-family: Inder, Arial, Helvetica, sans-serif;
}

.ov_nav_footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.ov_nav_footer li {
	display: inline-block;
}

.ov_nav_footer li a {
	height: 20px;
	padding: 0px 20px;
	text-decoration: none;
	float: left;
	color: #FFF;
	text-transform: uppercase;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.ov_nav_footer li a:hover {
	color: #DDD;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.ov_cuadro_00 {
	width: 120px;
	height: 200px;
	margin: 20px 10px;
	float: left;
	padding: 15px;
	font-family: Volkhov, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	background-color: #FFF;
	color: #000;
	text-transform: uppercase;
}

.ov_cuadro_01 {
	width: 90px;
	height: 90px;
	margin: 20px 10px;
	float: left;
	padding: 15px;
	font-family: Volkhov, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	background-color: #FFF;
	color: #000;
	text-transform: uppercase;
}

.ov_cuadro_02 {
	width: 120px;
	min-height: 30px;
	margin: 0px 10px 20px 10px;
	float: left;
	padding: 15px;
	font-family: Volkhov, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	background-color: #FFF;
	color: #000;
}

.ov_cuadro_03 {
	width: 90px;
	min-height: 30px;
	margin: 0px 10px 20px 10px;
	float: left;
	padding: 15px;
	font-family: Volkhov, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFF;
	color: #000;
}

.ov_cuadro_04 {
			width: 570px;
		margin: 0px 10px 20px 10px;
		
	min-height: 40px;
	float: left;
}

.ov_cuadro_04 img {
	cursor: pointer;
		
	border:3px solid #fff;
}

.ov_cuadro_05 {
			width: 150px;
		margin: 0px 10px 20px 10px;
		min-height: 20px;
	float: left;
}

.ov_cuadro_05 img {
	cursor: pointer;
	max-width:100%;
	border:3px solid #fff;
}

.ov_precio {
	font-size: 1.5em;
}
.ov_container_04 .ov_precio {
	font-size: 1.8em;
	text-shadow: 1px 1px 4px #000;
}
.ov_iva {
	font-size: 0.7em;
	text-transform: none;
}

.ov_field_order {
	list-style:none;
	padding: 0;
	font-family: Inder, Arial, Helvetica, sans-serif;
}

.ov_field_order span.label_00 {
	width: 200px;
	margin-bottom:5px;
	display: inline-block;
	padding: 5px 15px;
	background-color: #000;
	color: #FFF;
}
.ov_field_order span.label_01 {
			width: 200px;
		padding: 5px 15px;
		margin-bottom:5px;
	display: inline-block;
	background-color: #000;
	color: #FFF;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
}
.ov_field_order span.label_01:hover {
	cursor:pointer;
	background-color: #33A1D1;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
}
.ov_field_order span.label_02 {
			width: 120px;
		padding: 5px 15px;
		margin-bottom:5px;
	display: inline-block;
	background-color: #FFF;
	color: #000;
}

.ov_field_order_02 {
	font-family: Inder, Arial, Helvetica, sans-serif;
}
.ov_field_order_02 li {
	margin: 10px 0;
}

.ov_popup {
	background-color: #A199BB;
	color: #FFF;
	text-align:center;
	width: 600px;
	z-index: 1201;
	position: absolute;
	top: 85px;
	left: 50%;
	margin-left: -300px;
	margin-bottom: 25px;
}
.ov_cierre {
	text-align: right;
	padding: 5px;
	cursor: pointer;
	font-size: 1.1em;
	margin-bottom: 20px;
	color: #DDD;
	background: #000 url(http://la-chata.com/kantanna/styles/modules/images/barracolor.jpg);
	background-size: contain;
	background-position: bottom;
	background-repeat: repeat-x;
}

.deg_verde {
	color: #FFF;
	background: #62B16F;
	background: -moz-linear-gradient(-33deg,  #62B16F 0%, #62B16F 50%, #34A359 50%, #34A359 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#62B16F), color-stop(50%,#62B16F), color-stop(50%,#34A359), color-stop(100%,#34A359));
	background: -webkit-linear-gradient(-33deg,  #62B16F 0%,#62B16F 50%,#34A359 50%,#34A359 100%);
	background: -o-linear-gradient(-33deg,  #62B16F 0%,#62B16F 50%,#34A359 50%,#34A359 100%);
	background: -ms-linear-gradient(-33deg,  #62B16F 0%,#62B16F 50%,#34A359 50%,#34A359 100%);
	background: linear-gradient(123deg,  #62B16F 0%,#62B16F 50%,#34A359 50%,#34A359 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62B16F', endColorstr='#34A359',GradientType=1 );
}
.deg_azul {
	color: #FFF;
	background: #65A3C7;
	background: -moz-linear-gradient(-45deg,  #65A3C7 0%, #65A3C7 50%, #3C96BF 50%, #3C96BF 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#65A3C7), color-stop(50%,#65A3C7), color-stop(50%,#3C96BF), color-stop(100%,#3C96BF));
	background: -webkit-linear-gradient(-45deg,  #65A3C7 0%,#65A3C7 50%,#3C96BF 50%,#3C96BF 100%);
	background: -o-linear-gradient(-45deg,  #65A3C7 0%,#65A3C7 50%,#3C96BF 50%,#3C96BF 100%);
	background: -ms-linear-gradient(-45deg,  #65A3C7 0%,#65A3C7 50%,#3C96BF 50%,#3C96BF 100%);
	background: linear-gradient(135deg,  #65A3C7 0%,#65A3C7 50%,#3C96BF 50%,#3C96BF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65A3C7', endColorstr='#3C96BF',GradientType=1 );
}
.deg_rojo {
	color: #FFF;
	background: #C86F62;
	background: -moz-linear-gradient(-45deg,  #C86F62 0%, #C86F62 50%, #BF574D 50%, #BF574D 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#C86F62), color-stop(50%,#C86F62), color-stop(50%,#BF574D), color-stop(100%,#BF574D));
	background: -webkit-linear-gradient(-45deg,  #C86F62 0%,#C86F62 50%,#BF574D 50%,#BF574D 100%);
	background: -o-linear-gradient(-45deg,  #C86F62 0%,#C86F62 50%,#BF574D 50%,#BF574D 100%);
	background: -ms-linear-gradient(-45deg,  #C86F62 0%,#C86F62 50%,#BF574D 50%,#BF574D 100%);
	background: linear-gradient(135deg,  #C86F62 0%,#C86F62 50%,#BF574D 50%,#BF574D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C86F62', endColorstr='#BF574D',GradientType=1 );
}
.deg_morado {
	color: #FFF;
	background: #6C5CA0;
	background: -moz-linear-gradient(-45deg,  #6C5CA0 0%, #6C5CA0 50%, #544693 50%, #544693 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#6C5CA0), color-stop(50%,#6C5CA0), color-stop(50%,#544693), color-stop(100%,#544693));
	background: -webkit-linear-gradient(-45deg,  #6C5CA0 0%,#6C5CA0 50%,#544693 50%,#544693 100%);
	background: -o-linear-gradient(-45deg,  #6C5CA0 0%,#6C5CA0 50%,#544693 50%,#544693 100%);
	background: -ms-linear-gradient(-45deg,  #6C5CA0 0%,#6C5CA0 50%,#544693 50%,#544693 100%);
	background: linear-gradient(135deg,  #6C5CA0 0%,#6C5CA0 50%,#544693 50%,#544693 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6C5CA0', endColorstr='#544693',GradientType=1 );
}
.deg_amarillo {
	color: #FFF;
	background: #E6D263;
	background: -moz-linear-gradient(-45deg,  #E6D263 0%, #E6D263 50%, #E1CB3E 50%, #E1CB3E 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#E6D263), color-stop(50%,#E6D263), color-stop(50%,#E1CB3E), color-stop(100%,#E1CB3E));
	background: -webkit-linear-gradient(-45deg,  #E6D263 0%,#E6D263 50%,#E1CB3E 50%,#E1CB3E 100%);
	background: -o-linear-gradient(-45deg,  #E6D263 0%,#E6D263 50%,#E1CB3E 50%,#E1CB3E 100%);
	background: -ms-linear-gradient(-45deg,  #E6D263 0%,#E6D263 50%,#E1CB3E 50%,#E1CB3E 100%);
	background: linear-gradient(135deg,  #E6D263 0%,#E6D263 50%,#E1CB3E 50%,#E1CB3E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6D263', endColorstr='#E1CB3E',GradientType=1 );
}
.ov_desenfoque {
	/*filter: blur(5px);
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	-o-filter: blur(6px);
	-ms-filter: blur(6px);
	filter: url(#blur);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='6');*/
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	opacity: 0.6;
	z-index: -10;
	top: 0;
}