
body {
	background-color: #4F8728;
	
	background-image: url(../img/textura.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	color: #e0e0e0;	
}
/*
img.bg {
  /* Set rules to fill background *
  min-width: 100%;
	
  /* Set up proportionate scaling *
  width: 100%;
  height: auto;
	
  /* Set up positioning *
  position: fixed;
  top: 0;
  left: 0;
}*/

a, a:active, a:visited {
	color: #FFCC99; /*ecad4e;*/
}
a:hover {
	color: #EC6E08;
}

h1 {
	padding-top: 20px;
	padding-bottom: 10px;
}

.opaco {
	opacity: 1;
    filter: alpha(opacity=1); /* For IE8 and earlier */
}

.transparente {
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.navbar {
	border-width: 0px;
	border-radius: 0px;
}

/*************************************** HEADER ***************************************/

.navbar-static-top {
	border-bottom-width: 4px;
	border-bottom-color: #000;
	border-bottom-style: solid;
	padding-top: 10px;
	padding-bottom: 4px;
	margin-bottom: 0px;
	color: #fff;
	
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

/*************************************** JUMBOTRON ***************************************/

.jumbotron {
	background-color: #E56E04;
	background-image: url("../img/fondologo.jpg");
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	min-width: 100%;
	width: 100%;
	
	border-bottom-width: 4px;
	border-bottom-color: #000;
	border-bottom-style: solid;
	
	width: auto;
}


#logoprincipal {
	background-image: url("../img/logoprincipal.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 742px;
	height: 168px;
}
#slogan {
	width: 337px;
	height: 18px;
	float: right;
	margin-top: 110px;
	background-image: url("../img/slogan.png");
	background-repeat: no-repeat;
}

/*************************************** FOOTER ***************************************/

.navbar-static-bottom {
	border-top-width: 1px;
	border-top-color: #000;
	border-top-style: solid;
	
		
	margin: 0px;
	margin-top: 30px;
	color: #fff;
	
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
.footer {
	background-color: #333; 	
	padding: 10px 10px 0 0;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.pie {
	border-top-width: 1px;
	border-top-color: #000;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	border-bottom-style: solid;

	background-color: #000; 	

	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */

	
	font-size:11px;
	color:#ffffff;
	padding: 20px 10px;
}
.pie a, .pie span{
	color:#FFFFFF;
	text-decoration:none
}
.pie a:visited{text-decoration:none}
.pie a:hover{text-decoration:underline}

.ico {
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
.ico:hover {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.translucido {
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

#logo_faardit {
	margin-bottom: 20px;
	
}
#compartir {
	background-color: #000;
	display: block;
}

/*************************************** jcrop ***************************************/

.contenedor-jcrop-holder {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 2px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  width: 652px;
}

/***************************************  ***************************************/

.panel {
	opacity: 0.8;
    filter: alpha(opacity=80); 
	background-color: #444;
	border: 1px solid #222;
	color: #f5f5f5;
}
#panel-infofoto {
	margin-top: 40px;
	padding-top: 40px;
}


.thumbnail {
	color: #666;
	
}
/*
.well {
	background-color: #333;
	background-image: linear-gradient(to bottom, #000 0%, #000 100%);
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier *
	color: #fff;
	border: none;
	margin-top: 20px;	
}

.well p {
	margin : 10px 0px 10px 0px;
}
*/
	
.btn-normal {
	color: #ffffff;
	background-color: #CF7B39;
	border-color: #EC6E08;
  
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image:-moz-linear-gradient(top, #CF7B39, #EC6E08);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#CF7B39),  to(#EC6E08));
    background-image:-webkit-linear-gradient(top, #CF7B39, #EC6E08);
    background-image:-o-linear-gradient(top, #CF7B39, #EC6E08);
    background-image:linear-gradient(to bottom, #CF7B39, #EC6E08);
    background-repeat:repeat-x;    
}

.btn-normal:hover,
.btn-normal:focus,
.btn-normal.active {
  color: #ffffff;
  background-color: #DC4B32; /*D66D19;*/
  border-color: #d58512;
  
}


/*h1 {
	color: #0470B8;
	margin : 20px 0px 20px 0px;
	font-family: "Tahoma", helvetica, sans-serif;
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	color: #666666;
	font-family: "Tahoma", helvetica, sans-serif;
	text-transform: uppercase;
}*/


.lista_espaciada ol{
	margin : 5px 10px 0px 0px;
	padding: 0px 0px 0px 4px;
}
.lista_espaciada li {
	padding-left: 5px; 
	margin-left: 30px;
	margin-bottom: 10px;	
}

.thumbnail .caption {
	padding-top: 0px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
  
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
	text-transform: none;
	font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 360px) {
	.contenido_pie_l, .contenido_pie_r {
		text-align: center;
	}
	#logo_faardit {
		padding-top: 20px;
	}
}

@media (min-width: 768px) {

	.contenido_pie_l {
		text-align: left;
	}
	.contenido_pie_r {
		text-align: right;
	}
	#logo_faardit {
		padding-top: 0px;
	}

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

/*
.body-wrap {
padding: 10px 16px 0px;
position: relative;
background-color: #fff;
z-index: 9;
height: auto;
min-height: -webkit-calc(100% - 200px);
min-height: calc(100% - 200px);
}*/
.fotorama-wrap-frontpage {
padding: 0;
margin: -10px -16px 5px;
overflow: hidden;
position: relative;
}

.fotorama__caption {
	opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
}

#carousel {
	background-color: #000;
}

.separador {
	background-color: #E56E04;
	background-image: url("../img/separador.jpg");
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	min-width: 100%;
	width: 100%;
	height: 10px;
	border: 0;
}