body {
	background:#FFF url(../images/fondo.jpg) center top no-repeat;
	background-size: cover;
	background-attachment: fixed;
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#38281b;
}
input, textarea, select { font-family: Arial, sans-serif; font-size:12px; color:#fff; }
textarea {overflow:auto;}

select, img, a, video, iframe{
  border: none;
  outline: none;
  box-shadow: none;
}

a { color:#38281b; text-decoration:none; cursor:pointer; }
a:hover { color:#006717; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

h1{
	font-size:35px;
	line-height:60px;
	color:#000;
	font-weight:normal;
}
h1 a { color:#FFF; text-decoration: none;}
h1 a:hover { color:#FFF; }

h2{
	font-size:32px;
	line-height:38px;
	color:#ffea00;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}

h3{
	font-size:20px;
	line-height:24px;
	color:#ffea00;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}

p{
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#F0EAE5;
}


/*ICO WS FLOTANTE*/
#icos-flotantes{
  z-index: 1200;
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: all 0.3s ease;
  margin-right: 0px;
}
#ico-flotante-ig-img{
  background-image: url(../images/ico-flotante-ig.png);
  background-size: 100%;
  background-position: center top;
  width: 60px;
  height: 60px;
}
#ico-flotante-ig-img:hover{
  background-position: center bottom;
}
/*ICO WS FLOTANTE*/

.shell { width:1030px; margin:0 auto; }

#main{
	background:#fff;
	padding:24px 24px 7px 24px;
}
#sombra-footer{
	width:100%;
	height:30px;
	background:url(../images/sombra-footer.png) center bottom no-repeat;
}

#header { height:85px; }
#header .logo{ width:480px; color:#f8fec5; font-size:14px; font-weight: bold; line-height:20px; padding-top:5px; padding-left:13px;}
#header .logo p{ width:350px; padding-top:10px;}

#navigation {
	float:left;
	width:100%;
	height:50px;
	background-color:#ffea00;
}
#navigation ul{
	list-style-type:none;
}
#navigation ul li{
	float:left;
	display:block;
	position:relative;
}
#navigation ul li a{
	float:left;
	display:block;
	color:#005a11;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:15px;
	text-decoration:none;
	padding:0px 20px;
	line-height:50px;
}
#navigation ul li a:hover,
#navigation ul li a.active{
	background-color:#006717;
	color:#fff;
}
#navigation ul li.right{
	float:right;
	display:inline;
	margin:6px -12px;
	position:relative;
}
#navigation ul li.right a{
	line-height:0px;
}
#navigation ul li.right a:hover{ background:none; }

#destacados{
	width:100%;
	height:162px;
	background:#060 url(../images/fondo-destacados.jpg) repeat-x;
	margin-top:2px;
}
.destacado{
	width:190px;
	height:162px;
	float:left;
	background:url(../images/separador-destacados.jpg) no-repeat top right;
	text-align:center;
	padding:0px 40px 0px 20px;
}

.destacado p{
	font-size:18px;
	line-height:18px;
	color:#ffea00;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}
.destacado:last-child{
	background:none;
	padding:0px 20px 0px 20px;
}
.destacado img{
	margin-top:15px;
	margin-bottom:2px;
}

#dirt{
	width:100%;
	height:235px;
	background:#392b22 url(../images/fondo-dirt.jpg) repeat;
	margin-top:25px;
	float:left;
}
#dirt-izq{
	float:left;
	width:470px;
	margin:30px 40px 10px 20px;
}
#dirt-izq p{
	font-size:14px;
	line-height:18px;
	margin-bottom:14px;
}
#dirt-der{
	float:left;
	width:452px;
	height:235px;
	margin-top:7px;
	text-align:left;
}

.gif{
	width:100%;
	height:110px;
	background:#392b22 url(../images/fondo-gif.jpg) repeat;
	margin-bottom:10px;
	text-align:center;
	float:left;
}
.gif img{
	margin:0;
	padding:0;
	border:0;
	width:710px;
	height:110px;
}
#footer p{
	font-size:11px;
	color:#000;
}

#footer img{
	margin-bottom:5px;
}
#sombra-footer{
	margin-bottom:50px;
}


/* INTERNAS */

#titulo{
	display:inline-block;
	width:100%;
	margin-top:4px;
	background-color:#006717;
}
#titulo h3{
	margin:10px 10px 10px 20px;
}
#contenido{
	display:inline-block;
	width:100%;
	background-color:#f3ebe8;
}
.columnas{
	float:left;
	width:40%;
	padding:1% 5%;
	margin:3% 0%;
}
.columnas:first-child{
	background:url(../images/linea-vertical.gif) repeat-y top right;
}
.columnas img{
	width: 383px;
	height: 120px;
}
#contenido p{
	color:#38281b;
}
#contenido ul li{
	list-style-image:url(../images/li.gif);
	margin-left:16px;
	margin-bottom:2px;
}
#contenido .txt-ch{
	font-size:11px;
}

/* PREGUNTAS */
.columna{
	float:left;
	width:95%;
	padding:1% 20px;
	margin:1% 0%;
}
.columna hr{
  border: none;
  border-top: 1px solid #dfd6d2;
  margin: 10px 0px 30px 0px;
  width: 100%;
}
.last{
	background:none;
	padding-bottom:15px;
	display:inline-block;
}
.pregunta{
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	font-weight:700;
	color:#006717;
}
p.pregunta{
	margin-top: 20px !important;
	padding-bottom:10px;
}
#contenido ol li{
	font-weight:700;
	list-style:decimal;
	margin-left:16px;
	margin-bottom:2px;
	color:#006717;
}
#contenido ol li span{
	font-weight:300;
	color:#38281b;
}

/* CONTACTO */
.col-izq{
	float:left;
	width:45%;
	padding:1% 5%;
	margin:3% 0%;
}
.col-der{
	float:left;
	width:35%;
	padding:1% 5% 1% 2%;
	margin:3% 0%;
}
.map_canvas{
	width:100%;
	max-width:445px;
	height:230px;
	display: block;
	border:#d3cecb 1px solid;
}


#navigation-sm{
	display: none;
}

#imagen-ppal{
	display: none;
}

#htmlcaption1r{
	padding: 80px 60px;
}









/* ------------------------------------- RESPONSIVE --------------------------------------- */

@media (max-width: 1800px) {

	body {
		background-size: auto;
		background-attachment: fixed;
	}
}


@media (max-width: 1100px) {

	body {
		background-size: cover;
		background-attachment: fixed;
		font-size: 14px;
		line-height: 20px;
	}

	#header .logo{ width:100%;padding-left:0px;}
	#header .logo img{ width:100%;height: auto;max-width: 300px;}

	.shell {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	#main {
		padding: 15px;
	}

	#navigation {
		display: none;
	}

	.destacado {
		width: 100%;
		padding: 10px 0;
		background: none;
		text-align: center;
	}

	#destacados {
		height: auto;
		padding: 10px 0;
	}
	#destacados {
		display: flex;
		flex-direction: column;
		align-items: center;
		background: #060;
		padding: 20px 0;
	}

	.destacado {
		width: 90%;
		max-width: 400px;
		padding: 10px 0;
		background: none;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}


	#dirt {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		background: #060;
		padding: 40px 0 0px 0;
	}

	#dirt-izq, #dirt-der {
		width: 100%;
		height: auto;
		margin: 0 auto 0px auto;
		text-align: center;
		float: none;
	}

	#dirt-izq p, #dirt-der p, #dirt-izq h2, #dirt-der h2{
		padding: 10px 40px;
	}

	#dirt-der img {
		width: 90%;
		height: auto;
	}

	.columnas, .col-izq, .col-der {
		width: 100%;
		padding: 10px 0;
		float: none;
	}

	.columnas img{
		width: 100%;
		height: auto;
	}

	.columnas p, .columnas ul{
		text-align: left;
		margin: 0 24px;
		max-width: 650px;
    width: 80%;
	}

	.columna {
		width: 100%;
		padding: 10px;
		float: none;
	}

	.columna p, .columna .pregunta, .columna ol {
	  text-align: left;
	  margin: 0 24px;
	  max-width: 650px;
	  width: 80%;
	  font-size: 14px;
	  line-height: 20px;
	}

	.columna hr{
	  margin: 10px 24px 30px 24px;
	  width: 80%;
	}

	.pregunta {
	  font-weight: bold;
	  color: #006600; /* o el verde que estés usando */
	  margin-top: 20px;
	  margin-bottom: 5px;
	}


	.map_canvas {
		width: 100%;
		height: 200px;
	}

	#footer p {
		text-align: center;
	}

	.nivo-html-caption {
		position: relative !important;
		padding: 10px;
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
	}

	.fondo-caption,
	.tira-caption {
		display: none;
	}

	#navigation-sm {
		display: block;
		background-color: #ffea00;
		width: 100%;
		padding: 10px 0px;
		text-align: center;
	}

	#navigation-sm select {
		padding: 10px;
		font-size: 16px;
		background-color: #ffea00;
		border: none;
		color: #060;
		width: 100%;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		border: none;
	}

	h1, h2, h3 {
		font-size: 22px;
		line-height: 1.4;
		text-align: center;
	}

	p {
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}

	#contenido p{
		text-align: left;
		margin: 0 24px;
	}
	#contenido .col-der{
		margin-top: 0px;
	}
	#contenido .col-izq{
		margin-bottom: 0px;
	}

	#slider-wrapper{
		display: none !important;
	}
	#imagen-ppal{
		display: block !important;
	}
	#imagen-ppal {
	    position: relative;
	    background-image: url(images/slide-1.jpg);
	    background-position: center;
	    background-size: cover;
	    color: white; /* para que el texto se vea mejor sobre fondo oscuro */
	    z-index: 1;
	    overflow: hidden;
	}

	#imagen-ppal::before {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0,0,0,0.4); /* Oscurecimiento */
	    z-index: -1;
	}

	#htmlcaption1r{
		padding: 60px 40px;
	}

	.slider p {
	    font-weight: normal;
	    font-size: 18px;
	    line-height: 20px;
	    text-decoration: none;
	    color: #fff;
	}

	.gif{
		width:100%;
		height:auto;
	}
	.gif img{
		margin:0;
		padding:0;
		border:0;
		width: 100%;
		height: auto;
	}


}