/* CSS Document */


#busqueda {
    height: 50px;
    width: calc(100% - 146px);
    font-size: 20px;
    line-height: 50px;
    vertical-align: top;
    padding-left: 10px;
}

.bbusqueda {
    position: relative;
    vertical-align: top;
    width: 140px;
    height: 50px;
    font-size: 13px;
    color: #ffffff;
    background-color: #494949;
    padding: 0px 0px;
    transition: all 300ms ease-in-out;
    border: solid 2px #494949;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
}

.sinmargentop {
    margin-top: 0px !important;
}

#minibanner {
    padding-top: 33px;
}


h1{ display: inline-block; text-transform: none; color: #232323 !important; font-weight: bold; font-size: 23px !important; vertical-align: top; }
#corazon{ display: inline-block; margin: 0 5px 0 0; vertical-align:middle; }
#corazon img { width: 22px; }


.box_openmenu{ margin-bottom: 35px; }
.box_openmenu a{ color: #232323 !important; font-size: 20px !important; text-decoration: none; vertical-align: top;  }

.raya_puntos{ width: 100%; height: 3px; border-top: 3px silver dotted; }
.raya_puntos_vertical{ width: 3px; height: 100%; border-left: 3px silver dotted; }

.box_cursos{ position: relative; width: 100%; padding: 30px 0; }
.box_cursos a{ text-decoration: none; }

.tit_curso{ color: #8a1a30; font-size: 20px; font-weight: bold; text-align: left; text-transform: uppercase; }
.cod_curso{ color: #232323; font-size: 13px; }

.box_cursosin{ position: relative; overflow: hidden; width: 100%; padding-top: 20px; }
.info_curso{ display: inline-block; vertical-align: middle; width: calc(100% - 400px); box-sizing: border-box; padding-right: 15px; font-size: 20px; color: #232323; }
.info_curso a{ color: #232323; } 

.box_botones_curso{ display: inline-block; width: 396px; box-sizing: border-box; padding-left: 20px; vertical-align: middle; } 

.infoiconos{ width: 255px; display: inline-block; vertical-align: middle; padding-left: 20px; border-left: 3px silver dotted; }
.botones_curso{ width: calc(100% - 259px); display: inline-block; vertical-align: top; }

.fila_iconos{ margin-bottom: 8px; }
#tex_iconos{ color: #232323; font-size: 14px; font-weight: bold; display: inline-block; vertical-align: middle; }


.balto { display:block; width:100%; font-size:15px; font-weight: 400; color:#ffffff; background-color: #494949; padding: 15px 10px; transition: all 300ms ease-in-out; border: solid 2px #494949; border-radius: 3px; text-align: center; text-decoration: none; }
.balto:hover {
    background-color: transparent;
    text-decoration: none;
    color: #494949;
   /* border: solid 2px #ffffff !important;*/
}

.balto2 { display:block; width:100%; font-size:15px; font-weight: 600; color:#000000; background-color: #ebebeb; padding: 15px 10px; border: solid 2px #ebebeb; border-radius: 3px; text-align: center; text-decoration: none; }

.sep_botones{ width: 100%; height: 12px; }


@media screen and (max-width:1023px) {  
	
	h1{ width: calc(100% - 32px); font-size: 20px !important; line-height: 20px !important; }
	.box_openmenu a{ font-size: 18px !important; line-height: 18px !important; }

	.tit_curso{ font-size: 18px; line-height: 20px; }	
	
}

@media screen and (max-width:900px) {  
	
	.info_curso{ display: block; width: 100%; margin-bottom: 25px; font-size: 18px; }
	.box_botones_curso{ display: block; width: 396px; padding-left: 0px; }
	.infoiconos{ /*width: 175px;*/ display: inline-block; vertical-align: middle; padding-left: 0px; border-left: 0px silver dotted; } 
	#tex_iconos{ color: #232323; font-size: 12px; font-weight: bold; display: inline-block; vertical-align: middle; }
}

@media screen and (max-width:600px) {  
	
	h1{ width: calc(100% - 32px); font-size: 18px !important; line-height: 20px !important; }
	.box_openmenu a{ font-size: 16px !important; line-height: 16px !important; }

	.tit_curso{ font-size: 16px; line-height: 18px; }

	.info_curso{ display: block; width: 100%; margin-bottom: 25px; font-size: 16px;  }

}

@media screen and (max-width:500px) {

	.box_botones_curso{ width: 100%; }
	.infoiconos{ width: 100%; display: block; padding-bottom: 20px; } 
	.botones_curso{ width: 100%; }
	.sep_botones{ display: none; }
	.balto2{ display: inline-block; margin-bottom: 20px; }
	.balto{ display: inline-block; }

}