.liga_menu{
	color:			white;
}
.descripcionCursoIzq{
	padding-left: 70px;
	padding-right: 70px;
	text-align:		justify;
}
.descripcionCursoDer{
	padding-left: 25px;
	padding-right: 25px;
	text-align:		justify;
}

.detalleRow{
	margin-top: 25px;
	color:		black;
}
.text_input{
	border:			solid 1px #A7A29F;
}
.text_input :hover{
	border:			solid 2px #ffb606;
}
.opcionesMultiples{
	text-align:			left;
}
.cntr_lista {
	text-align:			left;
	padding-left:		55px;
}
.seccion{
	position:			relative;
}

.logo img{
	/*display:			inline-block;*/
		width: 			100%;
}

.descripcion{
	padding-left: 60px;
	padding-right: 60px;
	text-align:		justify;
}


/*********************************************************/
/************* Arreglando parte quienes somos*************/
/*********************************************************/
.img-encabezado{
	width:		100%;
	margin-bottom:	10px;
}
.valores-desc{
	text-align:		justify;
	color:			black;
	max-width: 		100%;
	 line-height:	160%;
}
.dropdown-header{  
	background-color:     #ffb606;
}
.dropdown-header span{
	color:					white;
	font-weight:			bold;
}

.dropdown-toggle:hover{
	border:			solid 2px #ffb606;
}

.seccionExclusivos{
	padding-top:			50px;
}
.img-encabezado img{
	width:						100%;
}


/********************select multiple********************************************/

.seleccionCurso{
	border-top:				none;
	border-left:			none;
	border-right:			none;
	width:					90%;
}

.eliminaOpcionSeleccionada{
	height:					100%;
	/*font-size:			40px;*/
	font-weight:			500;
	background-color:		#ffb606;
	border-right:			none;
	border-bottom:			none;
	color:					white;
	width:					10%;
}


/**********************************************************************************/
/***************** Estilo tabla de calendario archivo calendario.php **************/
/**********************************************************************************/
.encabezadoCalendario{
	background-color: 			#ffb606;
}
.par{
	background-color: 			#FFF4D9;
}

.impar{
	background-color: 			#FFDD8C;
}

.renglonCalendario:hover{
	background-color: 			#FFC847;
}

.tituloPanel:hover{
	background-color: 			#ffb606;
	cursor: 					pointer;
}
.tituloPanel{
	width:						100%;
	padding:					15px;
	font-size:					25px;
	font-weight:				500;
	border:						3px solid #ffb606;
}
.tituloPanel img{
	position:					absolute;
	right:						40px;
	height:						15px;
	width:						20px;
}
.enlinea{
	display:					inline-block;
}
.panel{
	margin-bottom:				30px;
}

.calendarioPantallaChica{
	display: 					none;
}

.cursoCalendarioChico{
	margin-bottom:				20px;
	padding-left:				12px;
	padding-right:				12px;
	font-size:					16px;
}

.columnaMitad{
	width:						50%;
	display:					inline-block;
}

.parMargen{
	border-top: 				solid 2px #FFF4D9;
	border-bottom: 				solid 2px #FFF4D9;
}

.imparMargen{
	border-top: 				solid 2px #FFDD8C;
	border-bottom: 				solid 2px #FFDD8C;
	
}
.nombreCurso{
	font-weight:				500;
	text-align:					center;
}

.rowCurso{
	padding-left:				10px;
	padding-right:				10px;
}

/*******************************************************************/
/********************* Completando boletín *************************/
/*******************************************************************/
.boletinDatos1{
	margin-bottom:				20px;
}
.inputIzquierdaFormulario{
	border-right:				solid 2px #a5a5a5;
}

.selectNewsletter{
	color:						rgb(200, 204, 212);
}

/*******************************************************************/
/********************* Funcionalidad curso calendario particular *************************/
/*******************************************************************/
#fechaPropuesta{
	display: 					none;
}
.mostrar{
	display: 					block;
}

.pointer {
	cursor: pointer;
}