body {
	background-color: #FAF5F3;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	color: #194E66;
/*	font-family: 'Cabin', sans-serif;*/
}
a {
  color: #C49F8E;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
a:hover,
a:focus {
  color: #8F7467;
  text-decoration: none;
  outline: none;
}




/* ASSETS */
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.right {
	text-align: right;
}
@media (max-width: 768px){
	.center-xs {
		text-align: center;
	}
	.justify-xs {
		text-align: justify;
	}
	.right-xs {
		text-align: right;
	}
}
.btn {
  font-weight: 300;
  border: 0;
}
.btn-lg {
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.33;
  padding: 10px 16px;
}
.iconColored  {
	color: #7F1F21;
}
.space {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

/* SECTIONS */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 100;
}
@media (max-width: 768px){
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 100;
}
}
.top-bar {
	margin-top: 5px;
	text-align: center;
	margin-bottom: 5px;
}
#footer {
	box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
	border-radius: 5px 5px 0 0;
	background-color: #194E66;
	color: #FFF;
	padding: 10px;
}
.boxesInfo {
/*	box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.3);*/
	border-radius: 10px 10px 0 0;
	border: 1px solid #CCC;
	background-color: #FAF5F3;
	padding: 10px;
}
.boxesInfo hr {
	border-color: #CCC;
	border-style: dashed none none;
}
#general {
}
#general .box {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #e9e9e9;
	padding: 50px 30px;
	position: relative;
}
.box.first {
	box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.2);
	border-radius: 5px 5px 0 0;
	margin-top: -40px;
}
/* SLIDER */
#main-slider {
	background-image: url("../images/inicio/slider-bg.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 200px 0;
	color: #CF5C9C;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px){
#main-slider {
	padding: 120px 0;
}
}
/* GENERAL SLIDERS */
#general-slider {
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	padding: 150px 0;
/*	color: #CF5C9C;*/
	text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}
#general-slider h1 {
	margin-top: 90px;
	margin-bottom: -60px;
}
@media (max-width: 768px){
#general-slider {
	padding: 120px 0;
}
}
.carousel-inner {
	margin-top: 80px;
	margin-bottom: -40px;
}
#main-slider .item {
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	-webkit-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
	text-align: center;
}
#main-slider .item:first-child {
	top: auto;
	position: relative;
}
#main-slider .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	-webkit-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
/*	z-index: 2;*/
}
#main-slider .item.active h1 {
	-webkit-animation: scaleUp 400ms;
	-moz-animation: scaleUp 400ms;
	-o-animation: scaleUp 400ms;
	-ms-animation: scaleUp 400ms;
	animation: scaleUp 400ms;
}
#main-slider .prev,
#main-slider .next {
	position: absolute;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	display: inline-block;
	margin-top: -50px;
	font-size: 24px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
#main-slider .prev {
	left: 10px;
}
#main-slider .next {
	right: 10px;
}
#main-slider h1 {
	font-size: 68px;
	text-shadow: 0 3px rgba(0, 0, 0, 0.1);
/*	color: #A2085E;*/
}
@media (max-width: 768px){
	#main-slider h1 {
/*	  color: #a2085e;*/
	  font-size: 38px;
	  text-shadow: 0 3px rgba(0, 0, 0, 0.1);
	}
}


/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.element-item {
	position: relative;
	float: left;
	width: 140px;
	height: 140px;
	line-height: 140px;
	vertical-align: middle;
	padding: 5px;
	margin: 15px;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.3);
}
.element-item:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	transition: box-shadow 0.2s ease-in-out 0s;
}

@media (max-width: 768px){
	.element-item {
		width: 100px;
		height: 100px;
		line-height: 100px;
		padding: 5px;
		margin: 10px;
	}
}
.element-item2 {
  position: relative;
  float: left;
  width: 100%;
  vertical-align: middle;
}

.button-group button:first-child {
  border-radius: 0.5em 0 0 0.5em;
}	
.button-group button:last-child	 {	
  border-radius: 0 0.5em 0.5em 0;
}
.button-group button {
	margin-bottom: 5px;
}

.ATitulo {
	font-size: 18px;
	color: #9FAB05;
	margin: 10px 0;
}
.ADescripcion {	
	height: 75px;
}
.AButton {	
	text-align: center;
}
.imgMarginBorder {
	margin: 10px;
	border: 1px solid #666;
}

.NMGeneral {
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	display: block;
}
.NMTitulo {
	font-size: 20px;
}
.NMFecha {
	font-size: 12px;
	font-style: italic;
}
.NMDescripcion {
	float: left;
	display: block;
	text-align: justify;
	height: 70px;
	padding: 10px;
}

.NTitulo {
	font-size: 24px;
}
.NDescripcion {
	float: left;
	display: block;
	text-align: justify;
	padding: 10px;
}

.NMWidget h4 {
	border-bottom: 1px solid #CCC;
	color: #BA5205;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.NMWidget a:link, .NMWidget a:visited, .NMWidget a:active {
	color: #017D8C;
}
.NMWidget a:hover {
	color: #02C8E0;
}
.NMWidget .badge {
	padding: 7px;
}
.NMWidget .badge a:link, .NMWidget .badge a:visited, .NMWidget .badge a:active {
	color: #FFF;
}
.NMWidget .badge a:hover {
	color: #CCC;
}
.NMWidget ul {
	list-style: outside none none;
	padding-left: 10px;
}
.NMWidget li {
	font-size: 14px;
}

.NMWidget .dia {
	width: 20px;
	border-radius: 5px;
	background-color: #9CCBD0;
	color: #FFF;
	float: left;
	font-size: 12px;
	text-align: center;
	height: 20px;
	line-height: 20px;
}

@media (max-width: 768px){ 
	.NMGeneral {
		margin-bottom: 40px;
		padding: 0px;
	}
	.NMDescripcion {
		height: 140px;
		padding: 0px;
	}
}
.NFecha {
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.3);
  float: left;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  position: relative;
  vertical-align: middle;
  width: 50px;
}
.NDia {
	font-weight: bold;
	text-align: center;
	line-height: 10px;
}
.NMes {
	text-align: center;
	line-height: 15px;
	font-size: 18px;
}
.NTitulo {
	float: left;
	font-weight: bold;
}

.verification { 
	display: none; 
}




