/**********************************************************
***********************************************************
**********ESTILOS PARA EL DIPLOMADO EN TIC *********
***********************************************************/
/**clase para el contenedor de toda la eqtiqueta html*/
#main{
    
	
}
.container{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	

	
}
/**clase para el contenedor del men� principal del curso */
.main{
	width: 100%;
	margin: 0 auto;
	
	/*padding: 0 1.875em 3.125em 1.875em;*/
	

}

.tablaCont td{
    border:none;
}
.tablaCont ol li{
    all: initial;
}
/*Elementos del menu principal del curso, se utiliza un formato de lista*/
.rb-grid {
	list-style: none;
	text-align: left;
	margin: 45px auto;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}
/*Elemento b�sico del men� con anchura del 24%*/
.rb-grid li {
	width: 24%;
	height: 25em;
	margin: 0.5%;
	color:#FFF;
	display: block;
	float: left;
	padding: 1.5em;
	cursor: pointer;
	position: relative;
	line-height:3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*Elemento b�sico del men� con anchura del 24%*/
.rb-grid li.rb-span-1,
.rb-grid li.rb-span-2,
.rb-grid li.rb-span-3,
.rb-grid li.rb-span-4,
.rb-grid li.rb-span-5,
.rb-grid li.rb-span-6,
.rb-grid li.rb-span-7,
.rb-grid li.rb-span-8,
.rb-grid li.rb-span-9,
.rb-grid li.rb-span-10,
.rb-grid li.rb-span-11,
.rb-grid li.rb-span-12,
.rb-grid li.rb-span-13,
.rb-grid li.rb-span-14,
.rb-grid li.rb-span-15,
.rb-grid li.rb-span-16,
.rb-grid li.rb-span-19,
.rb-grid li.rb-span-20,
.rb-grid li.rb-span-21,
.rb-grid li.rb-span-22{
	width: 24%;
	margin-left: 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rb-grid li.rb-span-17,
.rb-grid li.rb-span-18{
	width: 49%;
	margin-left: 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.rb-grid li h3 {
	font-family:'Raleway';
	font-size: 1.5em;
	color:#fff;
	font-weight: 400;
	padding:0.5em;
	padding-top:50%;
	text-align:center;
	
}
.rb-grid li h1 {
	font-family:'Raleway';
	font-size: 1.2em;
	color:#fff;
	font-weight: 400;
	padding:0.5em;
	padding-top:82%;
	text-align:center;
	
}


.rb-grid li p {
	font-family: 'Raleway' !important;
	font-size: 1.1em;
	font-weight: 200;
	color:#000;
}
/*Estilos para definir marco de im�genes u otros elementos **/
.illustration {
  border: 4px solid white;
  background:#FFF;
}

/*Se definie el comportamiento de los �conos **/
.rb-grid li[class^="icon-"]:before,
.rb-grid li[class*=" icon-"]:before {
	font-size: 6em;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	line-height: 4;
	opacity: 0.5;
	text-align: right;
	pointer-events: none;
}
/*Estilos y fuentes para los subt�tulos de las secciones del men� principal del curso**/
.rb-temp {
	display: block;
	color:#FFF;
	font-family:'Raleway';
	line-height:normal !important;
	font-size: 1em;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	
}

.rb-grid li:hover .rb-temp {
	opacity: 1;
}

/* Menu *//* Colores */

.rb-grid li:nth-child(1) { background: #F05228;	}
.rb-grid li:nth-child(2) { background: #CA155F; }
.rb-grid li:nth-child(3) { background: #E91D76; }
.rb-grid li:nth-child(4) { background: #3FB4E5; }
.rb-grid li:nth-child(5) { background: #0071BC; }
.rb-grid li:nth-child(6) { background: #2e3192; }
.rb-grid li:nth-child(7) { background: #76429C; }
.rb-grid li:nth-child(8) { background: #37B154; }

.rb-grid li:nth-child(12) { background: #0071BC; }
.rb-grid li:nth-child(11) { background: #2e3192; }
.rb-grid li:nth-child(10) { background: #76429C; }
.rb-grid li:nth-child(9) { background: #37B154; }

.rb-grid li:nth-child(16) { background: #F05228;}
.rb-grid li:nth-child(15) { background: #CA155F; }
.rb-grid li:nth-child(14) { background: #E91D76; }
.rb-grid li:nth-child(13) { background: #3FB4E5; }

.rb-grid li:nth-child(17) { background: #0071BC; }
.rb-grid li:nth-child(18) { background: #37B154; }
.rb-grid li:nth-child(19) { background: #76429C; }


/*******/
.mainTema {
	width: 100%;
	max-width: 96em;
	margin: 0 auto;
	display:none;
	
}
.rb-gridInside {
	list-style: none;
	text-align: left;
	margin: 0 auto;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
	
}
/*Elemento b�sico del men� con anchura del 24%*/
.rb-gridInside li {
	width: 100%;
	margin: 0.5%;
	color:#666;
	background:#FFF !important;
	display: block;
	float: left;
	padding: 0em;
	cursor: pointer;
	position: relative;
	line-height: normal !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*Elemento b�sico del men� con anchura del 24%*/

.rb-gridInside li.rb-spanInside-1
{
	width: 35%;
	height: 500px;
	margin-left: 0%;
	padding:3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

.rb-gridInside li.rb-spanInside-2
{
	width: 63%;
	height: 500px;
	margin-left: 0%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:3%;
	overflow:auto;
}

.rb-gridInside li.rb-spanInsideLibros-1 {
	width: 32%;
	margin-left: 0%;
	min-height: 35em;
	padding:3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:auto;
}

.rb-gridInside li.rb-spanInsideBienvenida-1 {
	width: 95%;
	margin-left: 0%;
	min-height: 35em;
	padding:3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:auto;
}

.rb-gridInside li.rb-spanInsideClase-1
{
	width: 30%;
	min-height: 35em;
	margin-left: 0%;
	padding:3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

.rb-gridInside li.rb-spanInsideClase-2
{
	width: 68%;
	min-height: 35em;
	margin-left: 0%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:3%;
	overflow:auto;
}
.rb-gridInside li.rb-spanInsideClase-3
{
	width: 45%;
	min-height: 35em;
	margin-left: 0%;
	padding:3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.rb-gridInside li.rb-spanInsideBibliografia-1
{
	width: 99%;
	min-height: 35em;
	margin-left: 0%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:3%;
	overflow:auto;
}

.rb-gridInside li.rb-spanInsideEval-1
{
	width: 49%;
	min-height: 35em;
	margin-left: 0%;
	padding:3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tablaEval ul li, ol li{
	width:auto!important;
	height:auto !important;
	padding:0 !important;
	color:#333 !important;
	display:list-item !important;
	line-height:normal !important;
	background:transparent !important;
	font-family: 'Raleway';
	font-size: 1em;
	font-weight: 200;
	float:inherit;
}

/************************/

.rb-gridInside li.rb-spanInside-2 table td:hover img {-webkit-transform:scale(1.5);transform:scale(1.5);transition:all .5s ease-in-out;}

.rb-gridInside li.rb-spanInside-3
{
	width: 35%;
	height: 650px;
	margin-left: 0%;
	padding:3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

.rb-gridInside li.rb-spanInside-4
{
	width: 63%;
	height: 650px;
	margin-left: 0%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:3%;
	overflow:auto;
}

.rb-gridInside li.rb-spanInside-1 table td,
.rb-gridInside li.rb-spanInside-3 table td{
    border:none;
}

.rb-gridInside li.rb-spanInside-4 div{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:2%;
	padding:4%;
	overflow:auto;
}
.rb-gridInside li.rb-spanInside-4 div.listing-item{
    width:100%;
    float: right;
    padding:4%;
    box-shadow: 0px 2px 15px #888888;
}
.rb-gridInside li.rb-spanInside-4 div.listing-item a img{
    width:100%;
    margin-bottom:2%;
}
.rb-gridInside li.rb-spanInside-4 div.listing-item a.title{

	font-size:1.3em;
}


.rb-gridInside li.rb-spanInsideIniciando-1{
	width: 32%;
	height: 13.5em;
	margin-left: 0%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




.rb-gridInside li.rb-spanInsideBienvenida-2 {
	width: 60%;
	margin-left: 1%;
	min-height: 42em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rb-gridInside li.rb-spanInsideIntegradora-1{
	width: 47%;
	height: 24em;
	margin-left: 0%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rb-gridInside li.rb-spanInsideCerrando-1{
	width: 32.5%;
	height: 23em;
	margin-left: 0%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rb-gridInside li.rb-spanInsideCerrando-2{
	width: 98.5%;
	height: 22em;
	margin-left: 0%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rb-gridInside li h2 {
	font-family:'Raleway';
	font-size: 1.8em;
	font-weight: 200;
	line-height: normal;
	padding:0em;
	color:#333;
}

.list-groupCal {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-groupCal-item {
  position: relative;
  display: block;
  padding: 5px 5px;
  margin-bottom: -1px;
  color:#E91D76;
  background-color: #fff;
  border: 1px solid #E91D76;
}
.list-groupCal-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-groupCal-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-groupCal-item {
  color: #E91D76;
}

a.list-groupCal-item:hover,
a.list-groupCal-item:focus {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #E91D76;
  cursor:pointer;
}
/********menu navegaci�n home*****/

#seccion1,#seccion2,#seccion3,#seccion4,#seccion5,#seccion6,#seccion7,#seccion8,#seccion9,#seccion10,#seccion11,#seccion12,#seccion13,#seccion14,#seccion15,#seccion16,#seccion17,#seccion18,#seccion19 {display: none; position:absolute; float:right; top:20px; right:50px; cursor:pointer;}
#seccion1 a:hover,
#seccion2 a:hover,
#seccion3 a:hover,
#seccion4 a:hover,
#seccion5 a:hover,
#seccion6 a:hover,
#seccion7 a:hover,
#seccion8 a:hover,
#seccion9 a:hover,
#seccion10 a:hover,
#seccion11 a:hover,
#seccion12 a:hover,
#seccion13 a:hover,
#seccion14 a:hover,
#seccion15 a:hover,
#seccion16 a:hover,
#seccion17 a:hover,
#seccion18 a:hover{ text-decoration:none;}
#seccionBack4,#seccionBack5,#seccionBack6 { display:none;}

.iconosRS {position:absolute; float:right; top:20px; right:50px; cursor:pointer;width:100px; height:100px;}

/*****PARA LAS COMPETENCIAS*******/

.Competencias{
	display:block;
	padding-left:26.5%;
	padding-right:5%;
}
#comp1,#comp2,#comp3 {
	color: #FFFFFF;
  	font-family: 'Raleway';
  	text-align:center;
}

.list-groupComp1,
.list-groupComp2,
.list-groupComp3{
  margin-bottom: 10px;
}
.list-groupComp1-item,
.list-groupComp2-item,
.list-groupComp3-item {
  position: relative;
  display: block;
  padding: 2px 2px;
  margin-bottom: -1px;
  background-color: #335383;
  border: 1px solid #FFFFFF;
}
.list-groupComp1-item:first-child, 
.list-groupComp2-item:first-child, 
.list-groupComp3-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-groupComp1-item:last-child,
.list-groupComp2-item:last-child,
.list-groupComp3-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-groupComp1-item,
a.list-groupComp2-item,
a.list-groupComp3-item {
  color: #FFFFFF !important;
  font-family: 'Raleway';
  text-align:center;
}
a.list-groupComp1-item ol li,
a.list-groupComp2-item ol li,
a.list-groupComp3-item ol li{
	width:auto!important;
	height:auto !important;
	padding:0 !important;
	color:#FFF !important;
	display:list-item !important;
	line-height:normal !important;
	background:transparent !important;
	font-family: 'Raleway';
	font-size: 1em;
	font-weight: 200;
	float:inherit;
}

a.list-groupComp1-item:hover,
a.list-groupComp1-item:focus,
a.list-groupComp2-item:hover,
a.list-groupComp2-item:focus,
a.list-groupComp3-item:hover,
a.list-groupComp3-item:focus {
  text-decoration: none;
  color: #FFFFFF !important;
  background-color: #E91D76;
  cursor:pointer;
}
a.list-groupComp1-item.active,
a.list-groupComp2-item.active,
a.list-groupComp3-item.active{
  text-decoration: none;
  color: #335383 !important;
  background-color: #335383;
  cursor:pointer;
  text-align:left;
  padding-left:10%;
  padding-right:10%;
  overflow:visible;
  border:#E91D76 solid 1px;
}
a.list-groupComp1-item.active:hover,
a.list-groupComp1-item.active:focus,
a.list-groupComp2-item.active:hover,
a.list-groupComp2-item.active:focus,
a.list-groupComp3-item.active:hover,
a.list-groupComp3-item.active:focus {
  text-decoration: none;
  color: #335383 !important;
  background-color: #335383;
  cursor:pointer;
}




/*****PARA LAS INSTRUCCIONES*******/

#LCIniciando{
	display:block;
	float:right;
	padding-right:3%;
}

.list-groupInst {
  margin-bottom: 20px;
}
.list-groupInst-item {
  position: relative;
  display: block;
  padding: 5px 5px;
  margin-bottom: -1px;
  color:#E91D76;
  background-color: #fff;
  border: 1px solid #E91D76;
}
.list-groupInst-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-groupInst-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-groupInst-item {
  color: #E91D76 !important;
  line-height:normal;
}

a.list-groupInst-item ol li{
	width:auto!important;
	height:auto !important;
	padding:0 !important;
	color:#333 !important;
	display:list-item !important;
	line-height:normal !important;
	background:transparent !important;
	font-family: 'Raleway';
	font-size: 1em;
	font-weight: 200;
	float:inherit;
}

a.list-groupInst-item:hover,
a.list-groupInst-item:focus {
  text-decoration: none;
  color: #FFFFFF !important;
  background-color: #E91D76;
  cursor:pointer;
}

a.list-groupInst-item.active{
  text-decoration: none;
  color: #333 !important;
  background-color: #FFFFFF;
  cursor:pointer;
}

a.list-groupInst-item.active:hover,
a.list-groupInst-item.active:focus {
  text-decoration: none;
  color: #E91D76 !important;
  background-color: #FFFFFF;
  cursor:pointer;
}
/*************instrucciones diplomado TSAS********/

.list-groupTSAS {
  margin-bottom: 20px;
}
.list-groupTSAS-item {
  position: relative;
  display: block;
  padding: 5px 5px;
  margin-bottom: -1px;
  color:#774DB0;
  background-color: #fff;
  border: 1px solid #774DB0;
}
.list-groupTSAS-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-groupTSAS-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-groupTSAS-item {
  color: #774DB0 !important;
  line-height:normal;
}

a.list-groupTSAS-item ol li{
	width:auto!important;
	height:auto !important;
	padding:0 !important;
	color:#333 !important;
	display:list-item !important;
	line-height:normal !important;
	background:transparent !important;
	font-family: 'Raleway';
	font-size: 1em;
	font-weight: 200;
	float:inherit;
}

a.list-groupTSAS-item:hover,
a.list-groupTSAS-item:focus {
  text-decoration: none;
  color: #FFFFFF !important;
  background-color: #774DB0;
  cursor:pointer;
}

a.list-groupTSAS-item.active{
  text-decoration: none;
  color: #333 !important;
  background-color: #FFFFFF;
  cursor:pointer;
}

a.list-groupTSAS-item.active:hover,
a.list-groupTSAS-item.active:focus {
  text-decoration: none;
  color: #774DB0 !important;
  background-color: #FFFFFF;
  cursor:pointer;
}

/**Para ajustar el men� principal cuando el ancho de la pantalla sea menos a 63em*/
/*@media screen and (max-width: 63.125em) {
	
	.rb-grid li,
	.rb-grid li.rb-span-1,
	.rb-grid li.rb-span-2,
	.rb-grid li.rb-span-4 {
		width: 100%;
		height: 10em;
		text-align: left;
	}

	.rb-grid li[class^="icon-"]:before,
	.rb-grid li[class*=" icon-"]:before {
		font-size: 6em;
		left: auto;
		right: 0;
		line-height: 2.5;
	}

	.rb-grid li > div {
		text-align: center;
	}
}*/


/**Contenidos de la secci�n de informaci�n*/

#contenidosInfo1,
#contenidosInfo2,
#contenidosInfo3,
#contenidosInfo4,
#contenidosInfo5,
#contenidosInfo6{display:none;}

#contenidosInfo1 ul li,
#contenidosInfo3 ul li{
	width:auto!important;
	height:auto !important;
	padding:0 !important;
	color:#333 !important;
	display:list-item !important;
	line-height:inherit !important;
	font-family: 'Raleway';
	font-size: 1em;
	font-weight: 200;
	float:inherit;
}
.contenidosLista ul li,
#contenidosInfo1 ol li,
#contenidosInfo5 ol li{
	width:auto!important;
	height:auto !important;
	padding:0 !important;
	color:#333 !important;
	display:list-item !important;
	line-height:inherit !important;
	background:transparent !important;
	font-family: 'Raleway';
	font-size: 1em;
	font-weight: 200;
	float:inherit;
}

#cabeceraM {
  width: 100% !important;
  height: 70px;
  box-sizing: border-box;
  background-color: #373948;
  top: 0px;
  left: 0px;
  padding: 0px 0px 0px 30px;
  font-family: 'Raleway';
  
}

#cabeceraM h1 {
  float: left;
  margin: 5px 0px;
  color: #FFFFFF;
  font-family: 'Raleway';
}


#cabeceraM navi ul {
  height: 70px;
  width: 100% !important;
  float: right;
  z-index:200;
}

#cabeceraM navi ul li {
  height: 70px;
  width: 20% !important;
  padding:0 !important;
  margin: 0 0.5% auto !important;
  line-height:normal !important;
  background:transparent !important;
  display: inline-block;
}

#cabeceraM navi ul li:nth-child(1) { width: 35% !important;	}

#cabeceraM navi ul li a {
  height: 30px;
  display: block;
  padding: 17px 20px;
  color: #FFFFFF;
  font-size: 1.5em !important;
  font-family: 'Raleway';
  text-decoration: none;
  border-top: 3px solid #373948;
  border-bottom: 3px solid #373948;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}

#cabeceraM navi ul li p {
  height: 30px;
  display: block;
  padding: 10px 10px;
  color: #FFFFFF;
  font-size: 1.5em !important;
  font-family: 'Raleway';
  text-decoration: none;
}

#cabeceraM navi ul li a:hover{
  color: #373948;
  cursor:pointer;
}

#cabeceraM navi ul li a.active{
  height: 33px;
  border-bottom: none;
}
#cabeceraM navi ul li a.link-1 { background-color: transparent; }
#cabeceraM navi ul li a.link-2 { background-color: #0071BC; }
#cabeceraM navi ul li a.link-3 { background-color: #D4145A; }
#cabeceraM navi ul li a.link-4 { background-color: #8CC63F; }
#cabeceraM navi ul li a.link-5 { background-color: #2E3192; }
#cabeceraM navi ul li a.link-6 { background-color: #9E005D; }
#cabeceraM navi ul li a.link-7 { background-color: #39B54A; }
#cabeceraM navi ul li a.link-8 { background-color: #1B1464; }
#cabeceraM navi ul li a.link-9 { background-color: #93278F; }
#cabeceraM navi ul li a.link-10 { background-color: #009245; }



#ContentM1T1,
#ContentM1T2,
#ContentM1T3,
#ContentM2T1,
#ContentM2T2,
#ContentM2T3,
#ContentM3T1,
#ContentM3T2,
#ContentM3T3

{
	display:none;
	width:100%;
}

#temasM1T1,#temasM1T2,#temasM1T2,#temasM2T1,#temasM2T2,#temasM2T2,#temasM3T1,#temasM3T2,#temasM3T2{width:100%;}
#s11,#ss11,#sh11,#s12,#ss12,#sh12,#s13,#ss13,#sh13 { display:none;}
#s21,#ss21,#sh21,#s22,#ss22,#sh22,#s23,#ss23,#sh23 { display:none;}
#s31,#ss31,#sh31,#s32,#ss32,#sh32,#s33,#ss33,#sh33 { display:none;}
#s11 p, #ss11 p, #sh11 p, #s12 p, #ss12 p, #sh12 p, #s13 p, #ss13 p, #sh13 p{font-family:'Raleway'; color:#FFF; line-height:normal; font-size:1.2em;}
#s21 p, #ss21 p, #sh21 p, #s22 p, #ss22 p, #sh22 p, #s23 p, #ss23 p, #sh23 p{font-family:'Raleway'; color:#FFF; line-height:normal; font-size:1.2em;}
#s31 p, #ss31 p, #sh31 p, #s32 p, #ss32 p, #sh32 p, #s33 p, #ss33 p, #sh33 p{font-family:'Raleway'; color:#FFF; line-height:normal; font-size:1.2em;}


/************ESTILOS PARA LOS QR**********************/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group div{
  padding: 25px 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #333;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control{
  position: relative;
  z-index: 2;
  float: left;
  width: 90%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group .form-control{
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon{
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 10px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #333;
  text-align: center;
  background-color: #ed2893;
  border: 1px solid #ed2893;
  border-radius: 4px;
}

.input-group .form-control:first-child,
.input-group-addon:first-child{
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}

.margin-bottom-sm {
  margin-bottom: 15px !important;
}

/*******ESTILOS PARA LOS BOTONES DE LAS HISTORIETAS ******/

#iconoPrev {
	transform:rotate(180deg);
	
}
#btnPrevH1,#btnPrevH2,#btnPrevH3 {
	display:none;
	
}
#historieta12,#historieta13,#historieta14,#historieta15 {display:none;}
#historieta22,#historieta23,#historieta24,#historieta25 {display:none;}
#historieta32,#historieta33,#historieta34,#historieta35,#historieta36,#historieta37,#historieta38 {display:none;}

/***Clase para definir el formato de los temas al desplegarse**/
.rb-overlay {
	opacity: 1;
	top: 0;
	left: 0;
	width: 0%;
	height: 0%;
	-webkit-transition: width 2s, height 2s ;
	-moz-transition: width 2s, height 2s ;
	transition: width 2s, height 2s;
	z-index: 999;
	pointer-events: none;
	cursor: default;
	
}

.rb-overlay p,
.rb-overlay ul li,
.rb-overlay ol li
{
	font-family:'Avenir LT Std 45 Book';
	
}

/***Clase para definir el formato del bot�n home para regresar al men� principal del curso**/
.rb-close {
	position: absolute;
	top: 0.4em;
	right: 0.4em;
	width: 2em;
	height: 2em;
	text-indent: -9000px;
	cursor: pointer;
	z-index: 1000;
}

.rb-close::before {
	font-family: 'FontAwesome';
	content: '\f015';
	font-weight: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 2em;
	line-height: 0.6;
	text-align: center;
	text-indent: 0px;
}

/***Clase para definir el formato del contenido de cada tema**/

.rb-week {
	font-family:'Avenir LT Std 65 Medium';
	width: 100%;
	height: 100%;
}

.rb-week h3 {
	color:#ef2b2d;
	line-height:1.2;
}
/*Define proporci�n de la secci�n principal dentro del tema**/
.rb-week > div {
	width: 70%;
	float: left;
	position: relative;
	padding: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
/*Define proporci�n de la secci�n secundaria dentro del tema**/
.rb-week > div:first-child {
	width: 30%;
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rb-week [class^="icon-"]:before {
	font-size: 2.5em;
	font-weight: normal;
}

.rb-week > div:first-child [class^="icon-"] {
	opacity: 0.1;
}
/*********boxes de modulos**************/



/*****head modulos*******/
.block-menu1 li {
	display: inline-block;
	width:23% !important;
	height:6em !important;
	background:#FFFFFD !important;
	font-family: 'Raleway' !important;
	line-height:normal !important;
	margin:0.5% !important;
	text-align:center !important;
	box-shadow: 2px 2px 10px #000;
}

.block-menu1 li >span {

	font-family: 'Raleway' !important;
	line-height:normal !important;
}


.block-menu1 {
	display: block;
}

/* menus 3d */
.block-menu {
	display: block;
}

.block-menu li {
	display: inline-block;
	width:24% !important;
	background:transparent !important;
	border-top:#fff solid 1px;
	font-family: 'Raleway' !important;
	margin:0% !important;
}

.block-menu li a {
	color: #666;
	display: block;
	text-decoration: none;
	font-smoothing: antialiased;
	overflow: visible;
	line-height:normal;
	font-size: 14px;
	padding: 15px 10px;
	height:125px;
}






/* animation domination */
.three-d {
	perspective: 400px;
	transition: all .07s linear;
	position: relative;
	cursor: pointer;
	box-shadow: 10px 10px 20px #000;
}
	/* complete the animation! */
	.three-d:hover .three-d-box, 
	.three-d:focus .three-d-box {
		transform: translateZ(-25px) rotateX(90deg);
		-ms-transform: translateZ(-25px) rotateX(90deg);
	}

.three-d-box {
	transition: all .3s ease-out;
	transform: translatez(-25px);
	transform-style: preserve-3d;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0; 	
	display: block;
	width: 100%;
	height: 100%;
}

/* 
	put the "front" and "back" elements into place with CSS transforms, 
	specifically translation and translatez
*/
.front1, .front11,.front12,.front13, .front2, .front21, .front22,.front23, .front3, .front31,.front32,.front33 {
	transform: rotatex(0deg) translatez(75px);
}

.back1, .back11, .back12, .back13, .back2, .back21, .back22, .back23, .back3, .back31, .back32, .back33{
	transform: rotatex(-90deg) translatez(75px);
	color: #ffe7c4;
}

.front1, .back1 {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background:#FFFFFD;
	padding: 15px 10px;
	color:#333;
	font-family: 'Raleway' !important;
	pointer-events: none;
	box-sizing: border-box;
}

.front11, .back11 {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background:#0071BC;
	padding: 15px 10px;
	color:#FFF;
	font-family: 'Raleway' !important;
	pointer-events: none;
	box-sizing: border-box;
}

.front12, .back12 {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background:#D4145A;
	padding: 15px 10px;
	color:#FFF;
	font-family: 'Raleway' !important;
	pointer-events: none;
	box-sizing: border-box;
}
.front13, .back13 {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background:#8CC63F;
	padding: 15px 10px;
	color:#FFF;
	font-family: 'Raleway' !important;
	pointer-events: none;
	box-sizing: border-box;
}
/*******************/
.front2, .back2 {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background:#FFFFFD;
	padding: 15px 10px;
	color:#333;
	font-family: 'Raleway' !important;
	pointer-events: none;
	box-sizing: border-box;
}

.front21, .back21 {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background:#2E3192;
	padding: 15px 10px;
	color:#FFF;
	font-family: 'Raleway' !important;
	pointer-events: none;
	box-sizing: border-box;
}

.front22, .back22 {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background:#9E005D;
	padding: 15px 10px;
	color:#FFF;
	font-family: 'Raleway' !important;
	pointer-events: none;
	box-sizing: border-box;
}
.front23, .back23 {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background:#39B54A;
	padding: 15px 10px;
	color:#FFF;
	font-family: 'Raleway' !important;
	pointer-events: none;
	box-sizing: border-box;
}

/*******************/
.front3, .back3 {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background:#FFFFFD;
	padding: 15px 10px;
	color:#333;
	font-family: 'Raleway' !important;
	pointer-events: none;
	box-sizing: border-box;
}

.front31, .back31 {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background:#1B1464;
	padding: 15px 10px;
	color:#FFF;
	font-family: 'Raleway' !important;
	pointer-events: none;
	box-sizing: border-box;
}

.front32, .back32 {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background:#93278F;
	padding: 15px 10px;
	color:#FFF;
	font-family: 'Raleway' !important;
	pointer-events: none;
	box-sizing: border-box;
}
.front33, .back33 {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background:#009245;
	padding: 15px 10px;
	color:#FFF;
	font-family: 'Raleway' !important;
	pointer-events: none;
	box-sizing: border-box;
}



/********************BIBLIOTECA VIRTUAL ***************************/
.rb-gridBV {
	list-style: none;
	text-align: left;
	margin: 0 auto;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}
/*Elemento b�sico del men� con anchura del 24%*/
.rb-gridBV li {
	width: 32%;
	height: 15em;
	margin: 0.5%;
	color:#FFF;
	display: block;
	float: left;
	padding: 1.5em;
	cursor: pointer;
	position: relative;
	line-height:3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rb-spanBV {
	width: 98%;
	height:5em;
	padding:0.1em;
	color:#F05228;
	border-bottom:#F05228 solid 1px;
	border-top:#F05228 solid 1px;
	text-align:center;
	margin-left: 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rb-spanBV h3 {
	font-family:'Raleway';
	font-size: 2.6em;
	font-weight: 200;
}

.rb-gridBV li.rb-span-1 {
	width: 65%;
	margin-left: 0.5%;
	background: #3FB4E5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rb-gridBV li.rb-span-2 {
	width: 32%;
	margin-left: 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rb-gridBV li.rb-span-3 {
	width: 98%;
	margin-left: 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rb-gridBV li.rb-span-4 {
	width: 98%;
	margin-left: 0%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#rb-subt1,#rb-subt2,#rb-subt3,#rb-subt4 {
	color:#FFF;
	font-size:20px;
	font-family:'Raleway';
	line-height:normal !important;
	display:none;
	
}

.rb-gridBV li:nth-child(1) { background: #3FB4E5; }
.rb-gridBV li:nth-child(2) { background: #76429C; }
.rb-gridBV li:nth-child(3) { background: #2e3192; }
.rb-gridBV li:nth-child(4) { background: #76429C; }

.rb-gridBV li h3 {
	font-family:'Raleway';
	font-size: 2.6em;
	font-weight: 200;
	padding:0.5em;
}

.rb-gridBV li p {
	font-family: 'Raleway';
	font-size: 1em;
	font-weight: 200;
}

.rb-gridInsideBV {
	list-style: none;
	text-align: left;
	margin: 0 auto;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}
/*Elemento b�sico del men� con anchura del 24%*/
.rb-gridInsideBV li {
	width: 32%;
	height: 30em;
	margin: 0.5%;
	color:#666;
	background:#FFF !important;
	color:#FFF !important;
	display: block;
	float: left;
	padding: 1em;
	cursor: pointer;
	position: relative;
	line-height: normal !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rb-gridInsideBV li.rb-spanInsideBV-1{
	width: 48%;
	height: 33em;
	margin-left: 0%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rb-gridInsideBV li.rb-spanInsideBV-2{
	width: 48%;
	height: 20em;
	margin-left: 0%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rb-gridInsideBV li.rb-spanInsideBV-3{
	width: 48%;
	height: 15em;
	margin-left: 0%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rb-gridInsideBV li h2 {
	font-family:'Raleway';
	font-size: 1.3em;
	font-weight: 200;
	padding:0em;
	color:#333;
}


/************BIBLIOTECA ESTILOS PARA LOS  NOMBRES**********************/
.input-groupBV {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-groupBV div{
  padding: 5px 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #333;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.input-groupBV[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-groupBV .form-controlBV{
  position: relative;
  z-index: 2;
  float: left;
  width: 90%;
  margin-bottom: 0;
}

.input-groupBV-addon,
.input-groupBV .form-controlBV{
  display: table-cell;
}
.input-groupBV-addon:not(:first-child):not(:last-child),
.input-groupBV-btn:not(:first-child):not(:last-child),
.input-groupBV .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-groupBV-addon{
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-groupBV-addon {
  padding: 5px 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #333;
  text-align: center;
  background-color: #ed2893;
  border: 1px solid #ed2893;
  border-radius: 4px;
}

.input-groupBV .form-controlBV:first-child,
.input-groupBV-addon:first-child{
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-groupBV-addon:first-child {
  border-right: 0;
}
.margin-bottom-smBV {
  margin-bottom: 3px !important;
}

/************FONTS E �CONOS*******/

/***Instalaci�n de tipograf�as***/

@font-face {font-family: "Antipasto";
    src: url("/scripts/fonts/62e84f8271d32eb452129a0b7d59540d.eot");
    src: url("/scripts/fonts/62e84f8271d32eb452129a0b7d59540d.eot?#iefix") format("embedded-opentype"),
    url("/scripts/fonts/62e84f8271d32eb452129a0b7d59540d.woff2") format("woff2"),
    url("/scripts/fonts/62e84f8271d32eb452129a0b7d59540d.woff") format("woff"),
    url("/scripts/fonts/62e84f8271d32eb452129a0b7d59540d.ttf") format("truetype"),
    url("/scripts/fonts/62e84f8271d32eb452129a0b7d59540d.svg#Antipasto") format("svg");
}

/* Futura-Bold webfont (new-bulletproof) */ 
@font-face {
    font-family: 'Futura-Bold';
    src: url('/scripts/fonts/Futura-Bold.eot?#iefix') format('embedded-opentype'),
         url('/scripts/fonts/Futura-Bold.woff') format('woff'),
         url('/scripts/fonts/Futura-Bold.ttf')  format('truetype'),
         url('/scripts/fonts/Futura-Bold.svg#webfont') format('svg');
}

/* Raleway webfont (new-bulletproof) */ 
@font-face {
    font-family: 'Raleway';
    src: url('/scripts/fonts/Raleway.eot?#iefix') format('embedded-opentype'),
         url('/scripts/fonts/Raleway.woff') format('woff'),
         url('/scripts/fonts/Raleway.ttf')  format('truetype'),
         url('/scripts/fonts/Raleway.svg#webfont') format('svg');
}

/* Raleway-Italic webfont (new-bulletproof) */ 
@font-face {
    font-family: 'Raleway-Italic';
    src: url('/scripts/fonts/Raleway-Italic.eot?#iefix') format('embedded-opentype'),
         url('/scripts/fonts/Raleway-Italic.woff') format('woff'),
         url('/scripts/fonts/Raleway-Italic.ttf')  format('truetype'),
         url('/scripts/fonts/Raleway-Italic.svg#webfont') format('svg');
}

/* Raleway webfont (new-bulletproof) */ 
@font-face {
    font-family: 'Raleway';
    src: url('/scripts/fonts/Raleway.eot?#iefix') format('embedded-opentype'),
         url('/scripts/fonts/Raleway.woff') format('woff'),
         url('/scripts/fonts/Raleway.ttf')  format('truetype'),
         url('/scripts/fonts/Raleway.svg#webfont') format('svg');
}

/* Raleway webfont (new-bulletproof) */ 
@font-face {
    font-family: 'Raleway';
    src: url('/scripts/fonts/Raleway.eot?#iefix') format('embedded-opentype'),
         url('/scripts/fonts/Raleway.woff') format('woff'),
         url('/scripts/fonts/Raleway.ttf')  format('truetype'),
         url('/scripts/fonts/Raleway.svg#webfont') format('svg');
}



/*
  	Flaticon icon font: Flaticon
  	Creation date: 19/02/2016 14:53
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("/scripts/iconosWeb/Flaticon.eot");
  src: url("/scripts/iconosWeb/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("/scripts/iconosWeb/Flaticon.woff") format("woff"),
       url("/scripts/iconosWeb/Flaticon.ttf") format("truetype"),
       url("/scripts/iconosWeb/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 5px;
}

[class^="flaticon-open-book"]:before, [class*=" flaticon-open-book"]:before,
[class^="flaticon-open-book"]:after, [class*=" flaticon-open-book"]:after {   
  font-family: Flaticon;
        font-size: 100px;
font-style: normal;
margin-left: 20px;
}

[class^="flaticon-apps"]:before, [class*=" flaticon-apps"]:before,
[class^="flaticon-apps"]:after, [class*=" flaticon-apps"]:after,
[class^="flaticon-home"]:before, [class*=" flaticon-home"]:before,
[class^="flaticon-home"]:after, [class*=" flaticon-home"]:after  {   
  font-family: Flaticon;
        font-size: 30px;
font-style: normal;
margin-left: 20px;
}

[class^="flaticon-next-pageBig"]:before, [class*=" flaticon-next-pageBig"]:before,
[class^="flaticon-next-pageBig"]:after, [class*=" flaticon-next-pageBig"]:after,
[class^="flaticon-next-pageBigFliped"]:before, [class*=" flaticon-next-pageBigFliped"]:before,
[class^="flaticon-next-pageBigFliped"]:after, [class*=" flaticon-next-pageBigFliped"]:after  {   
  font-family: Flaticon;
        font-size: 50px;
font-style: normal;
color:#FFF;
margin-left: 0px;
}

.flaticon-add-button:before { content: "\f100"; }
.flaticon-apps:before { content: "\f101"; }
.flaticon-at:before { content: "\f102"; }
.flaticon-bookmark:before { content: "\f103"; }
.flaticon-browser:before { content: "\f104"; }
.flaticon-browser-visualization:before { content: "\f105"; }
.flaticon-check-square:before { content: "\f106"; }
.flaticon-chrome-logo:before { content: "\f107"; }
.flaticon-close:before { content: "\f108"; }
.flaticon-compass:before { content: "\f109"; }
.flaticon-compass-1:before { content: "\f10a"; }
.flaticon-compass-2:before { content: "\f10b"; }
.flaticon-compass-3:before { content: "\f10c"; }
.flaticon-connections:before { content: "\f10d"; }
.flaticon-diagonal-enlarge:before { content: "\f10e"; }
.flaticon-download:before { content: "\f10f"; }
.flaticon-downloading-from-smartphone:before { content: "\f110"; }
.flaticon-favorites-button:before { content: "\f111"; }
.flaticon-folders:before { content: "\f112"; }
.flaticon-glasses:before { content: "\f113"; }
.flaticon-high-volume:before { content: "\f114"; }
.flaticon-history-button:before { content: "\f115"; }
.flaticon-home:before { content: "\f116"; }
.flaticon-menu-button:before { content: "\f117"; }
.flaticon-microphone:before { content: "\f118"; }
.flaticon-mouse:before { content: "\f119"; }
.flaticon-multi-tab:before { content: "\f11a"; }
.flaticon-mute:before { content: "\f11b"; }
.flaticon-new-file:before { content: "\f11c"; }
.flaticon-next-page:before { content: "\f11d"; }
.flaticon-next-pageBig:before { content: "\f11d"; }
.flaticon-next-pageBigFliped:before { content: "\f11d"; }
.flaticon-note:before { content: "\f11e"; }
.flaticon-notification:before { content: "\f11f"; }
.flaticon-open-book:before { content: "\f120"; }
.flaticon-order:before { content: "\f121"; }
.flaticon-padlock:before { content: "\f122"; }
.flaticon-picture:before { content: "\f123"; }
.flaticon-pin:before { content: "\f124"; }
.flaticon-play-button:before { content: "\f125"; }
.flaticon-play-button-1:before { content: "\f126"; }
.flaticon-refresh-button:before { content: "\f127"; }
.flaticon-retweet:before { content: "\f128"; }
.flaticon-settings:before { content: "\f129"; }
.flaticon-shop:before { content: "\f12a"; }
.flaticon-side-menu:before { content: "\f12b"; }
.flaticon-spider-web:before { content: "\f12c"; }
.flaticon-tracker:before { content: "\f12d"; }
.flaticon-turn-right:before { content: "\f12e"; }
.flaticon-upload-arrow:before { content: "\f12f"; }
.flaticon-upload-to-cloud:before { content: "\f130"; }
.flaticon-user:before { content: "\f131"; }
