body {
	margin: 0;
	padding: 0;
	background: #F7F7F7 url(images/fondo2.jpg) repeat left top;
	font-family: 'Eras Demi ITC';
	font-size: 14px;
	color: #5A554E;
}
h1{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #32639A;
}
img {
	border: 0px;
}
p, ul, ol {
	margin-top: 0;
	line-height: 200%;
}
ul, ol {
	margin: 10px 0;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: underline;
	color: #516C00;
}
a:hover {
	text-decoration: none;
}
#wrapper {
	margin: 0;
	padding: 2px 0 0 0;
	background: url(images/fondo2_fake.jpg) repeat-x left top;
}
#wrapperSimple {
	margin: 0px;
	padding: 0px;
	width: 100%
}
#wrapperSimple2 {
	margin: 0px;
	padding: 0px;
	width: 580px
}
/* Header */

#header {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	padding: 0px;
}
/* Logo */

#logo {
	float: left;
	margin: 0;
	padding: 115px 0px 0px 50px;
	color: #000000;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 20px 50px 0px 50px;
	background: #FFFFFF;
	clear:both;
}
#pageSimple2 {
	width: 100%;
	margin: 0px;
	margin-top: 15px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	border-bottom:1px solid;
}
/* Footer */

#footer-content {
	width: 900px;
	height: 200px;
	margin: 0 auto;
	padding: 60px 50px 0px 50px;
	background: url(images/pasto2.png) no-repeat left bottom;
	font-size: 15px;
	color: #887450;
}
#footer{
	width: 900px;
	margin: 0 auto;
	font-size: 16px;
	text-align:center;
	line-height:normal;
	color:#32639A;
	padding-bottom:40px;
}
h2 {
	font-size: 22px;
	color: #E3D2B6;
	margin:0;
}
.list li {
	margin-bottom: 6px;
}

form#contacts-form {
}
form#contacts-form fieldset {
	border:0;
}
form#contacts-form fieldset label {
	display:inline-block;
	width:200px;
	padding-right:5px;
	text-align:right;
	margin-bottom:6px;
	vertical-align:top;
}
form#contacts-form fieldset input {
	display:inline-block;
	padding:0 5px;
	width:200px;
	height:32px;
	line-height:32px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #ccc;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.1) inset;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,.1) inset;
	box-shadow:1px 1px 2px rgba(0,0,0,.1) inset;
	margin-bottom:6px;
	vertical-align:top;
}
form#contacts-form fieldset textarea {
	width:200px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #ccc;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.1) inset;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,.1) inset;
	box-shadow:1px 1px 2px rgba(0,0,0,.1) inset;
}
form#contacts-form fieldset select {
	display:inline-block;
	padding-left:5px;
	width:200px;
	height:26px;
	line-height:26px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #ccc;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.1) inset;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,.1) inset;
	box-shadow:1px 1px 2px rgba(0,0,0,.1) inset;
	margin-bottom:6px;
	vertical-align:top;
}
.field {
	position:relative;
}
label.error {
	position: absolute;
width: 100px !important;
margin-right: 0;
padding: 3px;
/*background-color: #ffc;
border: 1px solid #c00;*/
font-size: 11px;
right: 20px;
top: 2px;
color:#c00;
}
select {
	display:inline-block;
	padding-left:5px;
	height:26px;
	line-height:26px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #ccc;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.1) inset;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,.1) inset;
	box-shadow:1px 1px 2px rgba(0,0,0,.1) inset;
	margin-bottom:6px;
	vertical-align:top;
}
input[type=submit] {
	color: #fff;
	border: 0;
	height: 30px;
	float: right;
	line-height: 30px;
	padding: 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #690;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(166,216,34,1.00)),color-stop( 100% , rgba(103,201,1,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(166,216,34,1.00) 0%,rgba(103,201,1,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(166,216,34,1.00) 0%,rgba(103,201,1,1.00) 100%);
	font-family: 'Eras Demi ITC';
	font-size:15px;
}
input[type=submit]:hover {
	background: #9c0;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(200,229,35,1.00)),color-stop( 100% , rgba(103,201,1,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(200,229,35,1.00) 0%,rgba(103,201,1,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(200,229,35,1.00) 0%,rgba(103,201,1,1.00) 100%);
	color: #fff;
}
input[type=submit]:active {
	background: #690;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(166,216,34,1.00)),color-stop( 100% , rgba(103,201,1,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(166,216,34,1.00) 0%,rgba(103,201,1,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(166,216,34,1.00) 0%,rgba(103,201,1,1.00) 100%);
	color:#eee;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.3)inset;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,.3)inset;
	box-shadow:1px 1px 2px rgba(0,0,0,.3)inset;
}
input.error, textarea.error {
	border:1px solid #c00 !important;
	background:#ffc !important;
}
.texto_contenido, .formulario {
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
}
.texto_contenido {
	width:400px;
}
.texto_contenido p, .texto_contenido ul {
	line-height:180%;
}
.formulario {
	width:458px;
	margin-left:16px;
	background:#f5f5f5;
	border:1px solid #e5e5e5;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:10px;
	margin-bottom:10px;
}
.aviso_privacidad {
	background:#c00;
}
  .detalles {
  color:#333;
  width:620px;
  height:400px;
  padding:30px 50px;
  overflow-x: hidden;
  overflow-y:auto;
  line-height:normal;
  font-size:13px;
  }

  .details h3 {
  color:#aba;
  font-size:15px;
  }
  
/* the overlayed element */
.simple_overlay {
    display:none;
    z-index:10000;
    background-color:#fff;
	
    width:720px;
    min-height:200px;
	max-height:80%;
    border:1px solid #666;
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
	padding-bottom:30px;
}
.simple_overlay .close {
    background-image:url(images/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}
.rutina p {
	line-height:150%;
	text-align:justify;
}