@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);

@font-face {
    font-family: 'Raices';
    src: url('fonts/emkasanscondensed-webfont.eot');
    src: url('fonts/emkasanscondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/emkasanscondensed-webfont.woff') format('woff'),
         url('fonts/emkasanscondensed-webfont.ttf') format('truetype'),
         url('fonts/emkasanscondensed-webfont.svg#emkasanscondensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
	font-size:14px;
}
body,td,th {
	font-family: 'Raices', Tahoma, Verdana, Arial, SansSerif;
	font-size: 13px;
	color: #222;
}
body a {
	color: #fff;
	text-decoration:none;
}
.naranja {
	color:#DA3F04;
}
p {
	margin:0px 0px 15px 0px;
	font-size:14px;
	line-height:18px;
	padding:0px;
	float:left;
	color:#444;
	letter-spacing: -1px;
	clear:both;
}
p a {
	color:#DA3F04;
	text-decoration:none;
}
p a:hover {
	text-decoration:underline;
}
#Lista ul, ul.lista {
	margin:10px;
	padding:10px;
	background-color:#FFF4F0;
	/*float:left;*/
	display:block;
	clear:both;
	list-style-type: disc;
	overflow:hidden;
}
#Lista ul li, ul.lista li {
	margin:0 10px 5px 0;
	padding:0 5px 0 0;
	list-style:circle;
	float:left;
	display:block;
	font-size:14px;
	clear:both;
	list-style-type: disc;
	font-size:14px;
}

.fix {
	margin-bottom:5px;
}
.fix2 {
	margin-bottom:10px;
}
h1 {
	font-size:24px;
	line-height:24px;
	color:#686867;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 30px;
	/*float:left;*/
	clear:both;
	background-image:url(images/icons/iso.png);
	background-position:left;
	background-repeat:no-repeat;
	letter-spacing:-3px;
}
h2 {
	font-size:20px;
	line-height:20px;
	color:#DA3F04;
	margin:0px 0px 15px 0px;
	padding:0px;
	float:left;
	clear:both;
	letter-spacing:-2px;
}
h3 {
	font-size:16px;
	line-height:16px;
	color:#444;
	margin:0px 0px 5px 0px;
	padding:0px;
	float:left;
	clear:both;
	letter-spacing:0px;
}
	
/*header {
	width:100%;
	min-height:450px;
	margin-bottom:30px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	overflow:hidden;
}
#header-top {
	width:960px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.header-logo {
	width:150px;
	height:115px;
	background-image:url(images/raices-logo.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:20px;
	margin-bottom:15px;
	margin-right:10px;
	float:left;
}
#header-cont {
	width:800px;
	height:150px;
	float:right;
	overflow:hidden;
}
.header-social {
	width:800px;
	height:60px;
	float:left;
	overflow:hidden;
	margin-bottom:30px;
}*/
.social-facebook {
	width:25px;
	height:60px;
	background-image:url(images/icons/facebook.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:5px;
	margin-right:5px;
	transition: background-image 0.2s;
	-moz-transition: background-image 0.2s;
	-webkit-transition: background-image 0.2s;
	-o-transition: background-image 0.2s;
	float:right;
}
.social-facebook:hover {
	background-image:url(images/icons/facebook-h.png);
}/* 
nav {
	width:800px;
	height:60px;
	float:left;
	overflow:hidden;
}
#nav-ul {
	width:790px;
	height:60px;
	margin-right:10px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	display:inline-bock;
	list-style:none;
	float:left;
}
*/
.nav-li {
	font-size:18px;
	line-height:18px;
	height:60px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	padding:0px;
	background-image:url(images/bg-btn.jpg);
	background-position:0 60px;
	background-repeat:repeat-x;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:right;
	float:right;
	list-style:none;
	display:inline-block;
	transition: background-position 0.2s;
	-moz-transition: background-position 0.2s;
	-webkit-transition: background-position 0.2s;
	-o-transition: background-position 0.2s;
	font-family: 'Raices', Tahoma, Verdana, Arial, SansSerif;
}

.nav-li:hover {
	background-position:0 0;
}

.nav-li:current {
	background-position:0 0;
	
}
.nav-li a {
	font-family: Roboto Condensed, sans-serif;
	/*font-family: 'Raices', Tahoma, Verdana, Arial, SansSerif;*/
	font-size:18px;
	font-weight:bold;
	font-weight: 400;
	letter-spacing: -1px !important;
	line-height:18px;
	padding-top:25px;
	padding-left:7px;
	padding-bottom:18px;
	padding-right:8px;
	text-decoration:none;
	background:none;
	display:block;
	float:left;
	color:#999;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	letter-spacing: -2px;
}
.nav-li a:hover {
	color:#fff;
}

/*
.nav-li a:current {
	color:#fff;
} */
#header-slider {
	width:960px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
}
.slider-txt {
	font-size:24px;
	line-height:24px;
	padding:10px;
	margin-top:210px;
	height:24px;
	background-color:#444;
	float:left;
	border-radius: 00px 10px 10px 0px;
	-webkit-border-radius: 00px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	color:#fff;
	position:absolute;
	z-index:99;
	letter-spacing: -3px;
}
section {
	margin-bottom:30px;
}
#section-col {
	margin-left:15px;
	margin-right:15px;
	/*float:left;*/
	overflow:auto;
}
#section-col-2 {
	margin-left:15px;
	margin-right:15px;
	float:left;
	overflow:hidden;
}
.columnas {
	width:100%;
	float:left;
	column-count:2;
	-moz-column-count:2;
	-webkit-column-count:2;
	column-gap:30px;
	-moz-column-gap:30px;
	-webkit-column-gap:30px;
	column-rule:0px solid black;
	-moz-column-rule:0px solid black;
	-webkit-column-rule:0px solid grey;
	margin-bottom:15px;
	clear:both;
}

.ACCESOS-btn {
	padding:10px 10px 10px 67px;
	width:100%;
	background-color:#686867;
	font-size:24px;
	line-height:22px;
	letter-spacing: -3px;
	color:#fff;
	border-radius: 4px ;
	-webkit-border-radius: 4px;
	text-decoration:none;
	margin:0 0 15px 0;
	float:left;
	clear:both;
	overflow:hidden;
	transition:background-color 0.2s;
	-moz-transition:background-color 0.2s;
	-webkit-transition:background-color 0.2s;
}
.ACCESOS-btn:hover {
	background-color:#DA3F04;
}
.ACCESOS-btn-rojo {
	padding:10px 10px 10px 67px;
	width:100%;
	background-color:#222222;
	font-size:24px;
	line-height:22px;
	letter-spacing: -3px;
	color:#fff;
	border-radius: 4px ;
	-webkit-border-radius: 4px;
	text-decoration:none;
	margin:0 0 15px 0;
	float:left;
	clear:both;
	overflow:hidden;
	transition:background-color 0.2s;
	-moz-transition:background-color 0.2s;
	-webkit-transition:background-color 0.2s;
}
.ACCESOS-btn-rojo:hover {
	background-color:#CD1A1A;
}
.ACCESOS-txt {
	font-size:14px;
	line-height:19px;
	color:#fff;
	text-decoration:none;
	letter-spacing: -1px;
	float:left;
}
.icon-personas {
	background-image:url(images/icons/persona.png);
	background-repeat:no-repeat;
	background-position:15px 10px;
}
.icon-empresas {
	background-image:url(images/icons/empresas.png);
	background-repeat:no-repeat;
	background-position:15px 10px;
}
.icon-salud{
	background-image:url(images/icons/salud.png);
	background-repeat:no-repeat;
	background-position:15px 10px;
}
.icon-agro{
	background-image:url(images/icons/agro.png);
	background-repeat:no-repeat;
	background-position:15px 10px;
}
.icon-pdf{
	background-image:url(images/icons/pdf.png);
	background-repeat:no-repeat;
	background-position:15px 10px;
}
footer {
	width:100%;
	overflow:hidden;
	background-color:#E2E2E2;
	/*padding-bottom: 60px;*/
    padding-top: 38px;
}
#footer-cont {
	min-height:40px;
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.footer-fb {
	width:30px;
	height:30px;
	margin-left:15px;
	background-image:url(images/icons/fb-footer.png);
	background-repeat:no-repeat;
	float:left;
	transition:background-image 0.2s;
	-moz-transition:background-image 0.2s;
	-webkit-transition:background-image 0.2s;
}
.footer-fb:hover {
	background-image:url(images/icons/fb-footer-h.png);
}

.codigos {
	width:60px;
	height:30px;
	margin-left:15px;
	background-image:url(images/icons/codigos.png);
	background-repeat:no-repeat;
	float:left;
	transition:background-image 0.2s;
	-moz-transition:background-image 0.2s;
	-webkit-transition:background-image 0.2s;
}
.codigos:hover {
	background-image:url(images/icons/codigos-h.png);
}


.logo-foot {
	margin: 0 auto;
}

/*---- SLIDER NACHO ------*/
#slider ul {
	width:960px;
	height:300px;
	list-style: none;
	overflow: hidden;
	display:block;
	margin:0px;
	padding:0px;
}
	#slider ul li{
		width:960px;
		height:300px;
		float:left;
		position:relative;
		display: block;
	}

	#controls{
		position: relative;
		bottom:300px;
		right:-400px;
		list-style:none;
		height: 12px;
		z-index: 5000;		
	}
	
		#controls li{
			float:left;
			margin-right:8px;
			width:16px;
			height:16px;
			overflow: hidden;
			border-radius: 8px;
		}
		
			#controls li:hover, #controls li.current{
			}
		
		#controls li a{
			border-radius: 8px;
			color: #686867;
			background-color: #686867;
			opacity: .7;
			width:100%;
			height:100%;
			display: block;
		}
		
		#controls li a:hover, #controls li.current a{
			color: #DA3F04;
			background-color: #DA3F04;
			opacity: 1;
			width:100%;
			height:100%;
			display: block;
		}
	
/*---- FORMULARIOS ----*/
/*
#FORM {
	width:600px;
	padding:10px;
	background-color:#FFF4F0;
	float:left;
}
.FOTM-Entrada {
	background-color:#fff;
	color:#222;
	font-size:12px;
	font-family: 'Raices', Tahoma, Verdana, Arial, SansSerif;
	float:left;
	padding:5px;
	margin:0px;
}
.FORM-Boton {
	background-color:#666;
	font-size:18px;
	line-height:18px;
	padding:5px 10px 5px 10px;
	color:#fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float:left;
	transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
}
.FORM-Boton:hover {
	background-color:#DA3F04;
}
*/

form {
	width: 100%;
    padding: 20px 40px 20px 40px;
	background-color:#FFF4F0;
	float:left;
}

form h2{
	display:block;
	float:none;
	font-weight: 600;
    letter-spacing: -1px;
}

form input[type=text], form textarea, form input[type=file], form select, form label {
	color:#222;
	font-size:14px;
	font-family: 'Raices', Tahoma, Verdana, Arial, SansSerif;
	margin:0px;
	width: 100%;
	display:block;
}

form input[type=text], form textarea, form input[type=file], form select{
	margin-bottom:15px;
}

form label{font-weight:bold; margin-bottom: 5px;}
form label.nota{font-weight:normal;}
form label i{color:#DA3F04; font-style:normal}

form input[type=submit], form a.boton {
	border:none;
	margin: 0px 40px 0px 0px;
	background-color:#666;
	font-size:18px;
	line-height:18px;
	padding:6px 12px;
	color:#fff;
	-webkit-border-radius: 10px;
	border-radius: 4px;
	float:right;
	transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	cursor:pointer;
	text-decoration:none;
}
form input[type=submit]:hover, form a.boton:hover {
	background-color:#DA3F04;
}
.form-control {
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
form input[type=checkbox] {
	cursor: pointer;
}

.respuestaForm{
	font-size:16px;
	display:block;
	width:100%;
	float:none;
	clear:both;
	font-weight: bold;
}

form fieldset{
	border:none;
	padding:0;
	margin:0;
	font-size:14px;
	clear:both;
}


.acordeon div{
	/*width:100%;*/
	float:none;
	clear:both;
	
	background-color: #F5F5F5;
	padding-top: 10px;
	padding-bottom: 1px;
	margin-bottom: 10px;	
	
	margin-left:30px;
}

.acordeon div p{
	float:none;
	margin:0 10px 15px 10px;
}

.acordeon .folded{
	display:none;
}

.acordeon h2{
	cursor: pointer;
	padding-left:24px;
	background-image: url("/images/mas-menos.png");
	background-repeat:no-repeat;
	background-position: top left;
	transition: .2s all ease-in-out; 
	
	margin-left:30px;
}

.acordeon h2:hover{
	color: #686867;
}

.acordeon h2.actual{
	background-position:bottom left; 
}

/* OLW-DEMO */

#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}

/* TABLA RIESGOS */

.tabla-riesgos {
	cursor: pointer;
}


/* ******************************************************************************** */
/* ************************ ESTILOS NUEVOS RESPOSIVE ****************************** */

.navbar {
	margin-bottom: 0px !important;
	margin-top: 95px !important;
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
 }

 .navbar-default {
    background-color: transparent;
    border: 0px;
}

.col-logo {
	margin-top: 20px;
	margin-bottom: 20px;
}

.titulo-area {
	margin-top: 40px !important;
}

.panel-title>a {
	font-weight: 600;
    color: #DA3F04;
    transition: .2s all ease-in-out;
    text-decoration: none;
}

.panel-title>a:hover {
	color: #5D5D5D;
	transition: .2s all ease-in-out;
	text-decoration: none;
}

h3 strong {
	text-decoration: underline;
}

.h3-contacto {
	font-size: 16px;
    line-height: 16px;
    color: #444;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    float: left;
    clear: both;
    letter-spacing: 0px;
    font-weight: 600;
}

.separador hr {
	margin-top: 0px;
}

.nav-pills>li+li {
    margin-left: 0px !important;
}

.fix-foot {
	float: none;
}

.banner-footer {
    margin: 0 auto;
}

.codigos-foot {
	padding: 35px 0px;
}

.header2 {
	margin-bottom: 30px;
}

.pdf-link {
	color: #DA3F04;
	font-weight: 700;
}

.pdf-link:hover {
	color: #222;
	font-weight: 700;
	text-decoration: none;
}

.pdf-link:active, .pdf-link:focus {
	color: #222;
	font-weight: 700;
	text-decoration: none;
}

.sep-contacto {
	margin: 10px 0px;
}



/* --- contact form  ---- */
form#contactform input[type="text"] {
  width: 100%;
  border: 1px solid #E4E0D8;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform textarea {
border: 1px solid #E4E0D8;
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform .validation {
	font-size:11px;
}

#sendmessage {
	border:1px solid #e6e6e6;
	background:#F7CAAB;
	display:none;
	text-align:center;
	padding:15px 12px 15px 65px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;

}

#sendmessage.show,.show  {
	display:block;
}

/* --- comment form ---- */
form#commentform input[type="text"] {
  width: 100%;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;

}

form#commentform textarea {
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}


/* //////////////////////////////////// MEDIA QUERIES GENERALES ///////////////////////////////////// */


/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.nav>li>a {
		padding: 12px 5px;
		font-size: 15px;
		letter-spacing: -1px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.social-facebook {
		display: none;
	}

	.nav>li>a {
		padding: 12px 2px;
		font-size: 15px;
		letter-spacing: -1px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.social-facebook {
		display: none;
		font-size: 15px;
		letter-spacing: -1px;
	}

	.col-logo img {
		margin: 0 auto;
	}

	.col-menu {
		margin-bottom: 25px;
	}

	.navbar {
		margin-top: 0px !important;
		background-color: #EAEAEA;
	}

	.nav-li {
		height: 40px;
	}

	.nav-pills>li {
	    float: left;
	    width: 100%;
	    border-radius: 0px;
	    background-image: none;
	    margin: 2px 0px;
	    padding-left: 15px;
	    background-color: #eee;
	}

	.nav-pills>li {
	    float: left;
	    width: 100%;
	    border-radius: 0px;
	    background-image: none;
	    margin: 2px 0px;
	    padding-left: 15px;
	    background-color: #eee;
	    border-bottom: 3px solid #DEDEDE;
	    transition: background-color 0.4s;
		-moz-transition: background-color 0.4s;
		-webkit-transition: background-color 0.4s;
		-o-transition: background-color 0.4s;
	}

	.nav-pills>li:hover {
		background-color: #D8D8D8;
		border-bottom: 3px solid #DEDEDE;
		transition: background-color 0.4s;
		-moz-transition: background-color 0.4s;
		-webkit-transition: background-color 0.4s;
		-o-transition: background-color 0.4s;
	}

	.nav>li>a {
		padding: 12px 2px;
		font-size: 15px;
		letter-spacing: -1px;
	}

	.navbar-default .navbar-collapse {
    	padding-bottom: 10px;
	}

	.contenido-gral {
		background-color: white;
		padding-top: 20px;
	}

	h1 {
		font-size: 18px;
    	font-weight: bold;
	}

	.ACCESOS-btn {
		font-size: 18px;
    	font-weight: bold;
	}

	.ACCESOS-txt {
		font-weight: 100;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.social-facebook {
		display: none;
	}

	.col-logo img {
		margin: 0 auto;
	}

	.col-menu {
		margin-bottom: 20px;
	}

	.navbar {
		margin-top: 0px !important;
		background-color: #EAEAEA;
	}

	.nav-li {
		height: 40px;
	}

	.nav-pills>li {
	    float: left;
	    width: 100%;
	    border-radius: 0px;
	    background-image: none;
	    margin: 2px 0px;
	    padding-left: 15px;
	    background-color: #eee;
	    border-bottom: 3px solid #DEDEDE;
	    transition: background-color 0.4s;
		-moz-transition: background-color 0.4s;
		-webkit-transition: background-color 0.4s;
		-o-transition: background-color 0.4s;
	}

	.nav-pills>li:hover {
		background-color: #D8D8D8;
		border-bottom: 3px solid #DEDEDE;
		transition: background-color 0.4s;
		-moz-transition: background-color 0.4s;
		-webkit-transition: background-color 0.4s;
		-o-transition: background-color 0.4s;
	}

	.nav>li>a {
		padding: 12px 2px;
		font-size: 15px;
		letter-spacing: -1px;
	}

	.navbar-default .navbar-collapse {
    	padding-bottom: 10px;
	}

	.contenido-gral {
		background-color: white;
		padding-top: 20px;
	}

	h1 {
		font-size: 18px;
    	font-weight: bold;
	}

	.ACCESOS-btn, .ACCESOS-btn-rojo {
		font-size: 18px;
    	font-weight: bold;
	}

	.ACCESOS-txt {
		font-weight: 100;
	}

}