@charset "utf-8";
section {
	margin-bottom: 1rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
}
#contenedorespectaculos section:nth-of-type(2n) {
	flex-direction:row-reverse;
}
#contenedorespectaculos section:nth-of-type(2n+1):hover {
	background-color: rgba(203,126,60,0.45);
	color: white;
}
#contenedorespectaculos section:nth-of-type(2n):hover {
	background-color: rgba(150,50,46,0.45);
	color: white;
}

#textocorrido {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 2rem;
	padding-top: 1rem;
}

#contenedortexto h1 {
	margin-bottom: .5rem;
	padding-left: 5rem;
}

.contenedorimagen, .contenedordescripcion{
	display: inline-block;
	width: 30%;
	cursor: pointer;
	box-sizing: border-box;
}
.contenedordescripcion{
	width: 70%;
}
.contenedorimagen img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px;
}
.contenedordescripcion td {
	text-align: left;
	padding-left: 1rem;	
}
#contenedorespectaculos section:nth-of-type(2n) td{
	text-align: right;
	padding-right: 1rem;		
}
.contenedordescripcion table, #contenedordescripcion td, .contenedordescripcion1 table, .contenedordescripcion1 td {
	width: 100%;
	height: 100%;
	vertical-align:middle;
}
#contenedorespectaculos section .edad {
	font-weight: 700;
}

h2 {
	font-weight: 700;
	margin-top: 0rem;
	margin-bottom: 0px;
}
h3 {
	font-weight: 400;
	margin-bottom: .25rem;
}
@media (max-width: 450px) {
	#contenedorespectaculos section:nth-of-type(2n) {
		flex-direction:row;
	}
	.contenedorimagen, .contenedordescripcion { 
		width: 100%;
	}
	.contenedordescripcion td, #contenedorespectaculos section:nth-of-type(2n) td{
		text-align: center;
		padding-right: 0px;	
		padding-left: 0px;		
	}
	
}
/*navegador */
#navegador {
	margin-top: 2rem;
	text-align: right;
	line-height: 1rem;
}
#navegador img {
	height:.875rem;
	width: auto;
	vertical-align:middle;
	padding-bottom: 1px;
}
#navegador a {
	color: black;
	text-decoration: none;
	padding: .25rem;	
	margin-right: .15rem;
	font-weight: bold;
}

#navegador a:hover {
	background-color: rgba(236,176,176,1.00);
}
#navegador .activo {
	background-color: rgba(209,63,65,1.00);
	color: black;
}
@media (max-width: 700px) {
	#navegador img {
		height: .75rem;
	}
	#navegador a {
		margin-right: .15rem;
		margin-left: .15rem;
	}
}