@CHARSET "UTF-8";
body {
	background-image: url(../tienda/skins/kurouto/images/green/background_gradient.png);
}
@font-face {
  font-family: myHelveticaLight;
  src: local("Helvetica Neue Light"),
       local("HelveticaNeue-Light");
}
@font-face {
  font-family: myHelveticaNeue;
  src: local("Helvetica Neue"),
       local("HelveticaNeue");
}
@font-face {
  font-family: mySchneidlerLight;
  src: local("Stempel Schneidler Std"),
       local("StempelSchneidlerStd-Light");
}

.errorField {
	background-color: #990000;
	color: white;
}

.errorFieldDemo2 {
	background-color: #ffffcc;
	color: #990000;
}

.errorFieldDemo5 {
	background-color: #ffffcc;
	border: 1px solid #aa0000;
	color: #aa0000;
}

.errorFieldDemo6 {
	background-color: green;
	color: #yellow;
}

.sub_menu {
	text-align: right;
	font-weight: normal;
	text-transform: uppercase;
	height: 20px;
	padding-top: 5px;
	background-color : #442372;
	color: #ccc;
	-webkit-box-shadow: rgba(0, 0, 0, 0.496094) 0px 1px 2px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#442372),
		to(#502191) );
}

.sub_menu a {
	color: #fff;
	text-decoration: none;
}

.sub_menu a:hover {
	text-decoration: underline;
}

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

.sub_menu ul li {
	float: left;
	padding-left: 27px;
	padding-right: 27px;
}

.menu,.logo_left,.footer_menu {
	font-weight: bold;
	background-color: #5c662d;
	color: #ccc;
/*	background: rgb(142,155,65); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(142,155,65,1) 0%, rgba(92,102,45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(142,155,65,1)), color-stop(100%,rgba(92,102,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(142,155,65,1) 0%,rgba(92,102,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(142,155,65,1) 0%,rgba(92,102,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(142,155,65,1) 0%,rgba(92,102,45,1) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(142,155,65,1) 0%,rgba(92,102,45,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e9b41', endColorstr='#818953',GradientType=1 ); /* IE6-9 */
	padding-top: 10px;
	padding-bottom: 6px;
	width: 170px;*/
}
.menu{
	/*min-height: 515px;*/
	
	height: 100%;
	padding-top: 0px;
	position:fixed;
	top:140px;
}

.logo_left {
	padding-right: 0px;
		/*height: 150px;*/
	margin-right: 0px;
}
.logo_left img {
	
	/*margin-top: 20px;*/
	marin-bottom: auto;
	margin-left: 30px;
}

.menu a {
	color: #523A28;
	text-decoration: none;
}

.menu a:hover {
	color: #997154;
	text-decoration: underline;
}

.menu ul li {
	padding-top: 10px;
}

.menu ul ul li {
	background-color: #dad7c3;
	margin-top: 3px;
	padding: 2px;
	border: 1px solid #ccda91;
	text-align: center;
	list-style-type: none;
	white-space: nowrap;
	float: left;
}

.menu ul ul li a {
	color: #3e5f3a;
	font-size: 10px;
}

.menu ul ul li a:hover {
	color: #f0b457;
}

.footer_div {
	color: #fff;
	background-color: #ccc;
	background-color: rgba(0,0,0,0.3);
}

body {
	background-color: #FCFCF7;
	color: #481f69;
	font-family: myHelveticaNeue;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.container {
	background-color: #fff;
	-webkit-box-shadow: 5px 7px 8px 2px #635141 ;
	width: 1002px;
}
.span-25{
	width: 1002px;
}
h1 {
	color: #481f69;
	background-color: #ded3e5;
	font-weight: normal;
	font-size: 16pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	font-family: myHelveticaNeue;
	font-family: Helvetica, Arial, sans-serif;
	width: 751px;
	/*margin-top: 15px;*/
	text-transform: uppercase;
}

.page_content {
	padding-top: 15px;
	padding-left: 25px;
	font-size: 10pt;
	text-align: justify;
	margin-bottom: 35px;
	/*min-height: 900px;*/
	left: 160px;
	position: relative;
}
	.page_content p{
	padding-left: 50px;
}


.footer .data {
	color: #9D5C2A;
	font-size: 11px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	text-align: center;
	width: 100%;
}

.contact_form{
	font-size:12px;
}
.contact_form label {
	float: left;
	width: 180px;
	text-align: left;
	padding-left: 50px;
	padding-top: 5px;
}

.contact_form textarea {
	width: 350px;
	height: 150px;
}
.contact_form div {
	margin-bottom: 0px;
}

p {
	margin-bottom: 10px;
}

.toplink, .toplink2 {
	margin-left: 70px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #fff;
	background-color: #6c4088;
	text-align: center;
	border-width: 6px;
	/*padding: 5px;*/
	border-style: double;
	/*height: 70px;*/
	font-family: myHelveticaLight;
	font-size: 11pt;
	width: 268px;
	text-decoration: none;
	padding-top:2px;
	padding-bottom:5px;
}
.toplinks{
	/*height:160px;*/
	width:800px;
}
.toplinks a:hover{
	color: #ccc;
}
.toplink2{
	background-color: #a3ac5e;
}
.toplink span, .toplink2 span{
	font-size: 9px;
}
.shadow {
  -moz-box-shadow:    7px 7px 5px 2px #171717;
  -webkit-box-shadow: 7px 7px 5px 2px #171717;
  box-shadow:         7px 7px 5px 2px #171717;
}
.page_content .content_text, .page_content .content_text_big{
	padding-right:30px;
	font-size:1.1em;
	text-align: justify;
}
.content_text_big{
	margin-bottom: 20px;
	font-size:1.4em;
}
.oferta{
	margin-left: 23px;
}
.botiquin{
	margin-left: 16px;	
}
#recaptcha_widget_div{
	float:left;
}

.left_menu {
 	margin-top:15px;	
	background-color: #c5c6c8;
	width: 139px;
	margin-left: 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	-webkit-box-shadow: rgba(0, 0, 0, 0.496094) 5px 4px 5px;
}
.left_menu h3{
	font-size: 20px;
	text-align:center;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 0.3em;
}
.left_menu a{
	font-size: 13px;
	text-transform: none;
}
p + p {
	text-indent: 0px;
	margin-top: 0px;
}
.highlight3{
	font-style:italic;
}
#main_menu{
		
	}
tbody tr:nth-child(even) td, tbody tr.even td {background: none;}
@media (min-height: 400px) {
	#footer{
		position: fixed;
		bottom: 0;
		height: 30px;
		width:100%;
	}
	#main_menu{
		position: fixed;
		background-color: white;
		top: 0px;
		width: 1002px;
		
		/* height: 224px; 
		-webkit-box-shadow: 5px 7px 8px 2px #635141 ;*/
		z-index: 100;
	}
	#pageContent{
		margin-top:140px;
		
		height: 100%;
	}
}
@media (max-height: 400px){
	#footer{
		height: 50px;
	    margin-top: -30px;
	}
}
.topheader{

}
