/* CSS Document */
 /* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script);
    body {
	padding-bottom: 40px;
	color: #000;
	background-color: #e9dbac;
	font-size: 14px;
    line-height: 22px;
    }
h1, h2, h3, h4, h5, h6 {
  color: #83642e;
  font-family: 'Lobster', cursive;
  font-weight: bold;
  line-height: 30px;
  margin: 10px 0;
  text-rendering: optimizelegibility;
}
h2 {
  font-size: 20px;
}
h1{ font-size:40px}
.titulo-top{font-family:"Times New Roman", Times, serif; font-size:40px; color:#83642e; display:block; text-align:center; font-weight:normal; background:url(img/titulo-bg.jpg) no-repeat top right; margin:0; padding:10px 0;}
a:link, a:visited {
    color: #83642E;
    text-decoration: none;
}
a:hover, a:focus, {
    color: #B37E2E;
    text-decoration: none;
}
.thumbnail {
    display: block;
    padding: 4px;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 0px;
        padding-left: 4px;
    line-height: 20px;
    border: 1px solid #DDD;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.055);
    transition: all 0.2s ease-in-out 0s;
}
.navbar {
	background-image: url(img/bg-menu-top.gif);
	text-align: center;
}
.span12 {
  width: 940px;
  vertical-align:top;
}
.row-fluid .span12 {
  width: 97%;
  *width: 99.94680851063829%;
  min-height: 50px;
}
    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      margin-top: 20px;
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }
    .navbar-wrapper .navbar {
		float:left

    }

    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      border: 0;
      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
              box-shadow: 0 2px 10px rgba(0,0,0,.25);
			  padding:0 5px
    }
.navbar .nav {
	margin: 0 auto;
	float: none;
}
    /* Downsize the brand/project name a bit */
	.brand {
  float: left;
  margin-right: 40px;
}
    .navbar .brand {
	padding: 14px 20px 16px 0; /* Increase vertical padding to match navbar links */
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	position: relative;
	width:281px;
	margin:0 10px
    }
.navbar .brand .logo {
	position: absolute;
	height: auto;
	width: 407px;
	left: -2px;
	top: 11px;
}
.navbar-inner {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat-x;
  border: 1px solid #D4D4D4;
  border-radius: 0px 0px 0px 04px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a {
      padding: 15px 7px;
	  color: #83642e;
  font-family: 'Lobster', cursive; font-size:17px
    }

	.btn-group > .dropdown-toggle {
  box-shadow: none;
  padding: 15px 10px;
	  color: #83642e;
  font-family: 'Lobster', cursive; font-size:18px
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  box-shadow: none;
}
.btn-group > .dropdown-toggle:hover {
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
}
.caret {
  margin-top: 8px;
}
.navbar .nav > li {
	display: inline-block;
	float: none;
}
.navbar .divider-vertical {
  border-left: 1px solid #83642e;
  border-right: 1px solid #f5e3ac;
  height: 31px;
  margin: 0 9px;
}
.dropdown-menu a {
  clear: both;
  color: #333333;
  display: block;
  font-weight: normal;
  line-height: 18px;
  padding: 3px 15px;
  text-align: left;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background-color: #F6E3AC;
  background-image: -moz-linear-gradient(top, #F6E3AC, #815B2E);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F6E3AC), to(#815B2E));
  background-image: -webkit-linear-gradient(top, #F6E3AC, #815B2E);
  background-image: -o-linear-gradient(top, #F6E3AC, #815B2E);
  background-image: linear-gradient(to bottom, #F6E3AC, #815B2E);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF6E3AC', endColorstr='#FF815B2E', GradientType=0);
  background-repeat: repeat-x;
  color: #FFFFFF;
  text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
 background-color: #F6E3AC;
  background-image: -moz-linear-gradient(top, #F6E3AC, #815B2E);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F6E3AC), to(#815B2E));
  background-image: -webkit-linear-gradient(top, #F6E3AC, #815B2E);
  background-image: -o-linear-gradient(top, #F6E3AC, #815B2E);
  background-image: linear-gradient(to bottom, #F6E3AC, #815B2E);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF6E3AC', endColorstr='#FF815B2E', GradientType=0);
  background-repeat: repeat-x;
  color: #FFFFFF;
  text-decoration: none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  color: #DF4A12;
  text-decoration: none;
}
    /* Offset the responsive button for proper vertical alignment */
    .navbar .btn-navbar {
      margin-top: 10px;
    }




    /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */
img.imagen-top { width:100%; height:auto}
    /* Carousel base class */
    .carousel {
	margin-bottom: 0px;
	overflow:hidden;
	clear:both;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;

    }
#myCarousel .carousel-control {
	  display:none
    }
    .carousel .item {
	height: 290px;
    }
    .carousel img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 290px;
    }

    .carousel-caption {
	background-color: transparent;
	position: relative;
	max-width: 480px;
	padding: 0 20px;
	margin-top: 75px;
	left:25%
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
	.carousel-caption h1{font-size:36px}
    .carousel-caption .btn {
      margin-top: 10px;
    }
	#myCarousel2 .carousel{ position:relative}
	#myCarousel2 .carousel .item{ height:500px !important}
	#myCarousel2 .carousel-caption h1{font-size:18px; font-weight:normal}
	#myCarousel2 .carousel-caption {background-color: rgba(0, 0, 0, 0.5); position:absolute; top:215px; left:0; width:100%; padding:10px 0; text-align:center; max-width:100%; height:20px;}
 /* text CONTENT
    -------------------------------------------------- */
.text{ padding-bottom:30px}
.text img {
  border: 10px solid #FFFFFF;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
		  margin:20px
}
.text .thumbnail > img {
  border: 0 none;
  display: block;
  margin: 0;
  max-width: 100%;
  -webkit-box-shadow: none;
     -moz-box-shadow:none;
          box-shadow: none;
}
.thumbnails > li {
  width: 177px;
  min-height:313px
}
.thumbnail > a.librito {
  display: block;
  text-align: center;
}
.thumbnail > h3.librito {
  line-height: 14px;
    min-height: 55px;
    text-align: center;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;

}
.libro .span4 h1 {
  font-size: 24px;
}
.libro .span4 img {
  border: 5px solid #FFFFFF;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
		  margin:0 0 20px
}
.texto-blog img.foto {
  border: 10px solid #FFFFFF;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
		  margin:0 20px 20px 20px
}
.lateral > ul {
  font-size: 18px;
  list-style: none outside none;
  display:none
}
.lateral > ul ul {
  font-size: 18px;
  list-style: disc;
}
    /* MARKETING CONTENT
    -------------------------------------------------- */

    /* Center align the text within the three columns below the carousel */
    .marketing .span4 {
      text-align: center;
    }
    .marketing h2 {
      font-weight: normal;
    }
    .marketing .span4 p {
      margin-left: 10px;
      margin-right: 10px;
    }


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

    .featurette-divider {
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
    }
    .featurette {
      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
    }
    .featurette-image {
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
    }

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-right: 40px;
    }
    .featurette-image.pull-right {
      margin-left: 40px;
    }

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



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

    @media (max-width: 979px) {

      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin: -10px 0;
      }
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #F4E1AB;
  background-image: -moz-linear-gradient(top, #F4E1AB, #9F8355);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F4E1AB), to(#9F8355));
  background-image: -webkit-linear-gradient(top, #F4E1AB, #9F8355);
  background-image: -o-linear-gradient(top, #F4E1AB, #9F8355);
  background-image: linear-gradient(to bottom, #F4E1AB, #9F8355);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4E1AB', endColorstr='#FF9F8355', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
      .carousel .item {
	height: 330px;
      }
      .carousel img {
	width: auto;
	height: 330px;
      }

      .featurette {
        height: auto;
        padding: 0;
      }
      .featurette-image.pull-left,
      .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
      }
    }


    @media (max-width: 767px) {

      .navbar-inner {
        margin: -10px;
      }
	  .navbar .brand { width:200px}
.titulo{font-size:30px;}
.subtitulo {
  font-size: 17px;
  margin-top: 4px;
  padding-left:0px
}
      .carousel {
        margin-left: -20px;
        margin-right: -20px;
      }
      .carousel .container {

      }
      .carousel .item {
        height: 300px;
      }
      .carousel img {
        height: 300px;
      }
      .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

      .marketing .span4 + .span4 {
        margin-top: 40px;
      }

      .featurette-heading {
        font-size: 30px;
      }
      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }

    }
	html,
      body {
        height: 100%;
        /* The html and body elements cannot have any padding or margin. */
      }

      /* Wrapper for page content to push down footer */
      #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto -60px;
      }

      /* Set the fixed height of the footer here */
      #push,
      #footer {
        height: 60px;

      }
      #footer {
	margin-top:0px;
	  clear: both;
      }
	  #footer .container{
        text-align:center; line-height:50px
      }

      /* Lastly, apply responsive CSS fixes as necessary */
      @media (max-width: 767px) {
        #footer {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }
      }

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e9dbac;
  *background-color: #e9dbac;
  background-image: -moz-linear-gradient(top, #e9dbac, #e3b759);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9dbac), to(#e3b759));
  background-image: -webkit-linear-gradient(top, #e9dbac, #e3b759);
  background-image: -o-linear-gradient(top, #e9dbac, #e3b759);
  background-image: linear-gradient(to bottom, #e9dbac, #e3b759);
  background-repeat: repeat-x;
  border-color: #DE87BB #DE87BB #BC5692;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffDE87BB', endColorstr='#ffBC5692', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #f5e3af;
  *background-color: #f5e3af;
  background-position:0 0;
  background-image: -moz-linear-gradient(top, #f5e3af, #dec668);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5e3af), to(#dec668));
  background-image: -webkit-linear-gradient(top, #f5e3af, #dec668);
  background-image: -o-linear-gradient(top, #f5e3af, #dec668);
  background-image: linear-gradient(to bottom, #f5e3af, #dec668);


  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5e3af', endColorstr='#ffdec668', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}


.container.contenidos {
	background-color: #FFF;

	 box-shadow: 0px 0px 10px #613f08;
   -webkit-box-shadow: 0px 0px 10px #613f08;
   -moz-box-shadow: 0px 0px 10px #613f08;
   border:solid 1px #83642e
}
.right-column {
	background-color: #f3efd5; padding:30px 0;
}
.row-fluid{ width:85%}
@media (min-width: 768px) and (max-width: 979px) {.row-fluid{ width:97%}
    .carousel-caption {left:160px}}
@media (max-width: 767px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
  }
  .carousel-caption {left:120px; width:42%}}

  #calendari{margin:auto;float:none}
  #calendari h3{text-align:center; font-size:24px}
  #calendari h4{text-align:center; font-size:18px}
  #calendar td{text-align:center; vertical-align:middle; background-color:#EDE8CA; border-spacing: 3px;}
  #calendar td.day{background-color:#DCD5AC;}
  #calendar td.today{background-color:#83642E; color:#FFF}
  #calendar{width:100%; border-spacing: 3px; border-collapse: inherit;}
  .adress.span10{margin:30px auto 0; float:none}
  .adress h4{ font-weight:normal; margin-bottom:20px}
.virgen {
	display: none;
}
.titulo-seccion {
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #83642E;
	margin-bottom: 35px;
}


  .noticia{
	margin:25px 50px
}.noticia img {
	max-width: 140px;
	height: auto;
	max-height: 140px;
	width: auto;
}
.noticia h4 {
	color: #666;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
ul.roundabout {
				list-style: none;
				padding: 0;
				margin: 0 auto;
				width: 500px;
			}
			.roundabout li {
				height: 24em;
				width: 24em;
				text-align: center;
				cursor: pointer;
			}
			.roundabout li img {
					width: 100%;
				}
			.roundabout li.roundabout-in-focus {
					cursor: default;
				}
			.roundabout li span {
				display: block;
				padding-top: 6em;
			}
.roundabout-holder {
      list-style: none;
      padding: 0;
      margin: 0;
      height: 5em;
      width: 5em;
   }
   .roundabout-moveable-item {
      height: 4em;
      width: 4em;
      cursor: pointer;
      background-color: #ccc;
      border: 1px solid #999;
   }
   .roundabout-in-focus {
      cursor: auto;
   }
			.media{clear:both;
			border-bottom:dotted 3px #ccc;
			margin-bottom:10px;
			padding-bottom:10px;
			min-height:150px}
			.media img{margin-right:20px}
	.church_name {
    background-color: #F3EFD5;
    font-weight: bold;
}

.carousel .item {
	height: auto;
}

.carousel .item img {
	position: static;
	margin: auto;
	width: 100%;
	height: auto;
	max-height: 100%;
	min-width: 100%;
	max-width: 100%;
}

.carousel .item .container {
	position: absolute;
	bottom: 25%;
}
.listado {
  font-size: 11px;
 margin-top:30px;
  list-style: none outside none;
}
.thumbnail img {
  margin: auto;
  max-width: 91%;
}
#publicaciones .btn-warning {
  background-color: #FAA732;
  background-image: -moz-linear-gradient(center top , #FBB450, #F89406);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color:#000;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
  font-weight:bold
}

.carousel.carousel-fade .item {
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}

.carousel.carousel-fade .carousel-control {
  z-index: 3;
}
.formu input, .formu textarea {
  width: 335px;
}


.feedback {
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #B6D8E3;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	display: block;
	margin: 2px 2px 8px;
	padding: 14px 6px 6px 26px !important;
	text-align: center !important;
	background-position: 6px 50%;
	background-repeat: no-repeat;
	background-image: url(img/feedback.png);
	min-height: 22px;
	box-shadow: 1px 3px 6px rgba(255, 255, 255, 0.75) inset, -1px -3px 4px rgba(0, 0, 0, 0.25) inset;
	text-shadow: 0 0 0 transparent, 0px 0px 2px #000000, 0px 1px 0.8px #000000, 0px 1px 0.6px #000000;
}

.feedback-debug {
	color: #FFFFFF;
	background-color: #00cccc;
	border-color: #04AEE2;
	background-image: url(img/feedback-debug.png);
}

.feedback-info {
	color: #FFFFFF;
	background-color: #00cc33;
	border-color: #00E139;
	background-image: url(img/feedback-info.png);
}

.feedback-warning {
	color: #FFFFFF;
	background-color: #FFD300;
	border: 1px solid #CBA800;
	background-image: url(img/feedback-warning.png);
}

.feedback-error {
	color: #FFFFFF;
	background-color: #FF0000;
	border-color: #F00000 #E00000 #D00000;
	background-image: url(img/feedback-error.png);
}