body {
	background-image: url("../im/page-bg.jpg");
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;
}
.titulo-principal {
	font-weight:300;
	font-size:50px;
	color: #008996;
}
.titulo-principal-mini {
	font-weight:300;
	font-size:20px;
	color: #008996;
}
.titulo-secundario {
	font-size:50px;
	font-weight:bold;
	color: #008996;
}

.titulo-secundario-small {
	font-size:40px;
	font-weight:bold;
	color: #008996;
}
.subtitulo-principal {
	font-size:20px;
	color:#ffffff;
	background:#008996
}
.subtitulo-secundario {
	font-size:24px;
	font-weight:normal;
	text-align:left;
	color: #008996;
	border-bottom: 5px solid #008996;
}

.subtitulo-small {
	text-align: right;
	color: #ac004d;
}
.subtitulo-terciario {
	background-color: #f7a800;
	color: #000000;
	padding:4px;
	font-weight:bold;
	font-size:16px;
}

.titulo-galerias {
	color: #ac004d;
	font-size:20px;
}
.autor-galerias {
	color: #ac004d;
	font-size:14px;
}
.cantidad-galerias {
	color: #292929;
	font-size:14px;
}
.page-subrayado {
	border-bottom: 5px solid #008996;
}
.page-galerias {
	line-height:15px;
}

.page-resumen {
	padding-top:15px;
}

.page-marco {
	padding:15px;
	border:1px solid #ccc;
	background-color:rgba(204, 204, 204, 0.5)
}

.page-titulos {
	line-height:30px;
	padding-top:5px;
}

.page-footer {
	background-image: url("../im/footer.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #d9eeef;
	
	height:68px;	
}
.page-footer-2 {
	background-color:#3c3c3b;
	padding:25px 0;
	color: #ffffff;
	font-size:0.8em;
}
	.page-footer-2 a {
		color: #ffffff;
	}

.page-container {
	background-image: url("../im/bg.png");
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #d9eeef;
}

.page-padding {
	padding:15px;	
}

.page-padding-2 {
	padding:5px;
}

.page-espaciador {
	height: 10px;
	background: #ffffff;
}

.page-informacion {
	background-color: #ffffff;
}

.page-thumbnail {
  display:inline;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#informacion_necesaria {
	background-color:#ececec;
}
#informacion_necesaria * {
	background-color:transparent;
	font-size:97%;
}
#informacion_necesaria .titular {
	background-color:#ac004d !important;
	color:#ffffff;
}
#informacion_necesaria .tabla {
	width:100%;
	font-size:102%;
}

#informacion_necesaria .text-danger {
	color: #ac004d
}

@media (min-width: 768px){
	.navbar-nav{
	    margin: 0 auto;
	    display: table;
	    table-layout: fixed;
	    float:none;
	}
}  

.carousel .item {-webkit-transition: opacity 3s; -moz-transition: opacity 3s; -ms-transition: opacity 3s; -o-transition: opacity 3s; transition: opacity 3s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}

.img-responsive-2 {
    margin: 0 auto;
}

#cookieTerms{
	color: #dddddd;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: rgb(5,5,5);
	opacity: 0.95;
	z-index: 1000;
}
#cookieTerms .inner{
	margin: auto;
	width:960px;
}

#cookieMsg {
	color: #dddddd;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: rgb(5,5,5);
	opacity: 1;
	z-index: 1000;
	padding-top:15px;
}