/* general styles */
html,
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 240px;
}

/* padded section */
.pad-section {
	padding: 50px 0;
}

.pad-section img {
	width: 100%;
}

/*****************HEADER***************************/
.text-vcenter {
	display: table-cell;
	text-align: center;
}

#main-header {
	background: #fdd616;
	color: white;
	display: table;
	width: 100%;
}

/*****************MENU***************************/
.goToTop {
	position: fixed;
	top: 0;
	height: 52px;
	z-index: 1;
}

.addMarginBottom {
	margin-bottom: 50px;
}

.navbar {
	margin-bottom: 0px;
	background-color: #000;
	border: none;
	border-radius: 0px;
}

nav {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #fdd616;
}

.navbar-default .navbar-nav>li {
	background: #000;
	color: #fff;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-default .navbar-nav>li>a:focus {
	background-color: #fff;
	color: #000;
}

.navbar-default .navbar-nav>li>a:hover {
	background-color: #fff;
	color: #000;
}


.imageheader {
	width: 100%;
	max-width: 1200px;
}

.navbar-nav {
	margin: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: #ffda6a;
	color: #000;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin-left: 0px;
	margin-right: 0px;
}

.navbar-default .navbar-brand {
	color: #3bae69
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ddd;
}

.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}

.imgheader {
	width: 100%;
	max-width: 1200px;
}

footer {
	padding: 20px 0;
	background-color: #fdd616;
}

/***************CONTENT********************/
span.boton {
	marging: 0px 20px;
}

span.boton>a {
	background-color: #000;
	color: #fff;
	padding: 10px 20px;
	border: 1px solid #FFF;
	text-decoration: none;
}

span.boton>a:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
}

.page-header {
	display: none;
}

.main {
	margin: 30px 0 40px;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

h2 {
	/*
	font-size:24px;
	color:#000;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:30px;
	text-transform: uppercase;
	*/
	font-size: 30px;
	background-color: #000;
	color: #ffd600;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 10px;

}

h2.no-space {
	font-size: 24px;
	/*color:#27a8e0;*/
	color: #000;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2.no-space:first-child {
	margin-top: 40px;
}

h2.expo-titulo {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

h2.publicaciones-titulo {
	font-size: 26px;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	/*color:#27a8e0;*/
	color: #000;
	margin: 20px 0 30px;
	text-transform: uppercase;
}

p.full-image {
	margin-top: 20px;
}

p.main {
	border-bottom: 1px solid #000;
	font-size: 24px;
	font-weight: bold;
	margin-left: 7%;
	margin-right: 7%;
	padding-bottom: 20px;
}

.premio-bloque {
	margin: 20px 0 30px;
}

.premio {
	margin: 10px 0;
}

.cnp_form {
	white-space: normal;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 20px;
	background: #6c4c3b;
	border-color: #6c4c3b;
}

.cnp_form:hover {
	background: #9b96b4;
	border-color: #9b96b4;
}

.modal-dialog {}

.thumbnail {
	margin-bottom: 6px;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
	margin-top: 10%;
	width: 5%;
}

span.win_year_item {
	visibility: hidden;
}

.cajagris {
	padding: 10px 20px;
	background: #f8f8f8;
}

.goToTop {
	position: fixed;
	top: 0;
	height: 52px;
	z-index: 1;
}

/*******************FOOTER***********************/
.museo-footer-left {
	float: left;
	width: 49%;
	text-align: left;
	color: #1d1d1b;
}

.museo-footer-right {
	float: right;
	width: 49%;
	text-align: right;
}

/*******************IMAGES***********************/
img.fl-right {
	float: right;
	margin-left: 10px;
}

img.fl-left {
	float: left;
	margin-right: 10px;
}

/******************MENU TEST************************/

.cls_enlace_banner {
	position: absolute;
	top: 5px;
	left: 72%;
	font-size: inherit;
	/*
    float: right;
    margin-left: 76px;	
	*/
}


.btn-enviar {
	background: #000000 !important;
	color: #ffd600 !important;
	font-weight: bold !important;
	border-color: #000000 !important;
}

.btn-enviar:hover {
	background: #000000 !important;
	color: #ffd600 !important;
	font-weight: bold !important;
	border-color: #000000 !important;
}

.btn-enviar:active {
	background: #000000 !important;
	color: #ffd600 !important;
	font-weight: bold !important;
	border-color: #000000 !important;
}

.btn-enviar:focus {
	background: #000000 !important;
	color: #ffd600 !important;
	font-weight: bold !important;
	border-color: #000000 !important;
}


@media (min-width:768px) and (max-width: 991px) {
	nav.navbar>div.container {
		width: 100%;
	}

	.nav>li {
		display: table;
		height: 50px;
		text-align: center;
	}

	.navbar-nav>li>a {
		display: table-cell;
		font-size: 12px;
		height: 100%;
		max-width: 100px;
		padding: 4px;
		vertical-align: middle;
	}

	/********Fix items de 2 líneas*********/
	.navbar-nav>li>a.menuwidth-80 {
		max-width: 80px;
	}

	.navbar-nav>li>a.menuwidth-70 {
		max-width: 70px;
	}

	.navbar-nav>li>a.menuwidth-60 {
		max-width: 60px;
	}

	.navbar-nav>li>a.menuwidth-50 {
		max-width: 50px;
	}

	.cls_enlace_banner {
		position: absolute;
		top: 5px;
		left: 79%;
		font-size: inherit;
	}


}

@media (min-width:992px) and (max-width: 1199px) {
	nav.navbar>div.container {
		width: 100%;
	}

	.nav>li {
		display: table;
		height: 50px;
		text-align: center;
	}

	.navbar-nav>li>a {
		display: table-cell;
		font-size: 14px;
		height: 100%;
		max-width: 105px;
		padding: 5px 7px;
		vertical-align: middle;
	}

	/********Fix items de 2 líneas*********/
	.navbar-nav>li>a.menuwidth-80 {
		max-width: 90px;
	}

	.navbar-nav>li>a.menuwidth-70 {
		max-width: 80px;
	}

	.navbar-nav>li>a.menuwidth-60 {
		max-width: 70px;
	}

	.navbar-nav>li>a.menuwidth-50 {
		max-width: 60px;
	}

	.cls_enlace_banner {
		position: absolute;
		top: 5px;
		left: 82%;
		font-size: inherit;
	}

}

@media (min-width:1200px) {
	.navbar-nav>li>a {
		padding-left: 5px;
		padding-right: 5px;
	}

	.cls_enlace_banner {
		position: absolute;
		top: 5px;
		left: 76%;
		font-size: inherit;
	}

	/********Fix items de 2 líneas*********/
	.navbar-nav>li>a.menuwidth-80 {
		padding: 5px 5px;
		vertical-align: middle;
		max-width: 90px;
	}


}

/*********************MODAL*****************/
.modal-header {
	padding: 5px 10px;
}

.modal-body {
	padding: 5px;
}

.active>a>img.thumbnail {
	border: none;
	max-height: calc(100vh - 225px);
	margin-left: auto;
	margin-right: auto;
}

.active>h3>span.win_year_item {
	visibility: visible;
}

.active>h3 {
	margin: 10px 5px 5px;
}

.active>p {
	margin: 5px;
}

.active>.win_title {
	display: none;
}

.win_year {
	margin-top: 0px;
	margin-bottom: 10px;
}

.win_image {
	margin-bottom: 40px;
}

.win_image>h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.win_image>p {
	margin-bottom: 5px;
	line-height: 1.3;
}

.win_image>a>img.thumbnail {
	max-height: 400px;
	padding: 0px;
	border: none;
}

/*********************AGENDA*****************/
.programas_seccion {
	background: #fdd616;
	padding: 10px;
	margin-bottom: 15px;
}

.programas_seccion>h2 {
	margin: 0px;
}


/*********************AGENDA*****************/
.agenda_fecha {
	/*border:1px solid #fdd616;*/
	margin-top: 10px;
}

.agenda_titulo {
	border: 1px solid #fdd616;
	background: #fdd616;
	margin-top: 10px;
}

.agenda_descripcion {
	border: 1px solid #fdd616;
	margin-top: 10px;
}

.agenda_noche {
	background: #fdd616;
	margin-top: 15px;
}

/*********************MAILCHIMP*****************/
/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {
	display: block;
	position: relative;
	text-align: left;
	padding: 10px 0 10px 3%
}

#mc_embed_signup h2 {
	background-color: #ffd000;
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	margin: 15px 0;
	padding: 15px;
}

/*#mc_embed_signup input {border: 1px solid #ABB0B2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}*/
#mc_embed_signup input[type=checkbox] {
	-webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
	-webkit-appearance: radio;
}

#mc_embed_signup input:focus {
	border-color: #333;
}

#mc_embed_signup .button {
	clear: both;
	background-color: #000;
	border: 0 none;
	/* border-radius:4px; */
	/*transition: all 0.23s ease-in-out 0s; */
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 10px 0;
	padding: 0 22px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
}

#mc_embed_signup .button:hover {
	background-color: #666;
}

#mc_embed_signup .small-meta {
	font-size: 11px;
}

#mc_embed_signup .nowrap {
	white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
	clear: left;
	position: relative;
	width: 96%;
	padding-bottom: 3%;
	min-height: 50px;
}

#mc_embed_signup .size1of2 {
	clear: none;
	float: left;
	display: inline-block;
	width: 46%;
	margin-right: 4%;
}

* html #mc_embed_signup .size1of2 {
	margin-right: 2%;
	/* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group label {
	display: block;
	margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input {
	display: block;
	width: 100%;
	padding: 8px 0;
	text-indent: 2%;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #abb0b2;
}

#mc_embed_signup .mc-field-group select {
	display: inline-block;
	width: 99%;
	padding: 5px 0;
	margin-bottom: 2px;
}

#mc_embed_signup .datefield,
#mc_embed_signup .phonefield-us {
	padding: 5px 0;
}

#mc_embed_signup .datefield input,
#mc_embed_signup .phonefield-us input {
	display: inline;
	width: 60px;
	margin: 0 2px;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px 0 2px 0;
}

#mc_embed_signup .phonefield-us .phonearea input,
#mc_embed_signup .phonefield-us .phonedetail1 input {
	width: 40px;
}

#mc_embed_signup .datefield .monthfield input,
#mc_embed_signup .datefield .dayfield input {
	width: 30px;
}

#mc_embed_signup .datefield label,
#mc_embed_signup .phonefield-us label {
	display: none;
}

#mc_embed_signup .indicates-required {
	font-size: 11px;
	margin-left: 4%;
	text-align: left;
	width: 45%;
	float: left;
}

#mc_embed_signup .asterisk {
	color: #e85c41;
	font-size: 150%;
	font-weight: normal;
	position: relative;
	top: 5px;
}

#mc_embed_signup .clear {
	clear: both;
}

#mc_embed_signup .subscription-button-container {
	float: right;
	margin-right: 4%;
	text-align: right;
	width: 45%;
}

#mc_embed_signup .mc-field-group.input-group ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
	display: block;
	padding: 3px 0;
	margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
	display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
	display: inline;
	width: auto;
	border: none;
}

#mc_embed_signup div#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0em .5em 0em .5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	clear: both;
}

#mc_embed_signup div.response {
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}

#mc_embed_signup #mce-error-response {
	display: none;
}

#mc_embed_signup #mce-success-response {
	color: #529214;
	display: none;
}

#mc_embed_signup label.error {
	display: block;
	float: none;
	width: auto;
	margin-left: 1.05em;
	text-align: left;
	padding: .5em 0;
}

#mc-embedded-subscribe {
	clear: both;
	width: auto;
	display: block;
	margin: 1em 0 1em 5%;
}

#mc_embed_signup #num-subscribers {
	font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span {
	padding: .5em;
	border: 1px solid #ccc;
	margin-right: .5em;
	font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	display: inline-block;
	margin: 2px 0 1em 0;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	z-index: 1;
	color: #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
	border: 2px solid #e85c41;
}



@media (min-width:1200px) {
	.auto-clear>.col-lg-1:nth-child(12n+1) {
		clear: left;
	}

	.auto-clear>.col-lg-2:nth-child(6n+1) {
		clear: left;
	}

	.auto-clear>.col-lg-3:nth-child(4n+1) {
		clear: left;
	}

	.auto-clear>.col-lg-4:nth-child(3n+1) {
		clear: left;
	}

	.auto-clear>.col-lg-6:nth-child(odd) {
		clear: left;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.auto-clear>.col-md-1:nth-child(12n+1) {
		clear: left;
	}

	.auto-clear>.col-md-2:nth-child(6n+1) {
		clear: left;
	}

	.auto-clear>.col-md-3:nth-child(4n+1) {
		clear: left;
	}

	.auto-clear>.col-md-4:nth-child(3n+1) {
		clear: left;
	}

	.auto-clear>.col-md-6:nth-child(odd) {
		clear: left;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.auto-clear>.col-sm-1:nth-child(12n+1) {
		clear: left;
	}

	.auto-clear>.col-sm-2:nth-child(6n+1) {
		clear: left;
	}

	.auto-clear>.col-sm-3:nth-child(4n+1) {
		clear: left;
	}

	.auto-clear>.col-sm-4:nth-child(3n+1) {
		clear: left;
	}

	.auto-clear>.col-sm-6:nth-child(odd) {
		clear: left;
	}
}

@media (max-width:767px) {
	.auto-clear>.col-xs-1:nth-child(12n+1) {
		clear: left;
	}

	.auto-clear>.col-xs-2:nth-child(6n+1) {
		clear: left;
	}

	.auto-clear>.col-xs-3:nth-child(4n+1) {
		clear: left;
	}

	.auto-clear>.col-xs-4:nth-child(3n+1) {
		clear: left;
	}

	.auto-clear>.col-xs-6:nth-child(odd) {
		clear: left;
	}
}

.center {
	background: #000 !important;
	
	padding: 10px ;
	padding-top: 15px;
	margin: auto;
	width: 20%;
}

.boton_formulario {
	background: #000 !important;
	color: #fff !important;
	

}