@charset "UTF-8";
/* CSS Document */


/* Filters2
====================================*/
#filters2 {
	position: absolute;
	text-align: right;
	left: 0;
	display: block;
	margin-top: 4px;
	margin-right: 2px;
	margin-left: 0;
}

#filters2 ul li {
	display: inline;
}

#filters2 a {
	padding: 7px 12px;
	border: 1px solid #ddd;
	display: inline-block;
	color: #888;
	background-color: #fff;
	margin: 0 5px 10px 0;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#filters2 a:hover,
.selected {
	background-color: #FEA620 !important;
	border: 1px solid #fea620 !important;
	color: #fff !important;
}


li a {
	color: #1059FF;
}





.redncf2 {
	background-color: #FFFFFF !important;
    width: auto !important;
    height: auto !important;
}


.espana {
	background-image: url(../images/flags/espana.png);
	background-size: 42px 42px;
	background-repeat: no-repeat;
}
.argentina {
	background-image: url("../images/flags/argentina.png");
	background-size: 42px 42px;
	background-repeat: no-repeat;
}
.mexico {
	background-image: url("../images/flags/mexico.png");
	background-size: 42px 42px;
	background-repeat: no-repeat;
}

.latam {
	background-image: url("../images/flags/latam.png");
	background-size: 42px 42px;
	background-repeat: no-repeat;
}

.mkunz {
	background-image: url("../images/flags/mkunz.png");
	background-size: 42px 42px;
	background-repeat: no-repeat;
}

.chile {
	background-image: url("../images/flags/chile.png");
	background-size: 42px 42px;
	background-repeat: no-repeat;
}
.brasil {
	background-image: url(../images/flags/brasil.png);
	background-size: 42px 42px;
	background-repeat: no-repeat;
}
.francia {
	background-image: url(../images/flags/francia.png);
	background-size: 42px 42px;
	background-repeat: no-repeat;
}
.uk {
	background-image: url(../images/flags/uk.png);
	background-size: 42px 42px;
	background-repeat: no-repeat;
}
.blanco {
	background-image: url(../images/flags/blanco.png);
	background-size: 42px 42px;
	background-repeat: no-repeat;
}
ul li i {
}
.acc-container .content .links-list-alt {
	list-style-type: square;
	margin-left: 16px;
	padding-left: 0px;
	list-style-position: outside;
	width: 100% !important;
}

.granate {
	color: #921300;
}

.colorazul {
    color: #004c7b;
}



.acc-trigger { width: 100% !important; }



.twelve.columns .padding-left .acc-container {
	width: 100% !important;
}
#corto {
	width: 8px !important;
	
}
.subtitulo {
	margin-top: 0px;
	padding-bottom: 32px;
	font-style: italic;
	font-weight: bold;
}

.content p strong {
	color: #555454;
	font-weight: bold;
}
.flotando_dcha {
	float: right;
}
.padding-left .contenido ol {
	padding-bottom: 14px;
}
.tipo1 {
	font-size: 14px;
	padding-top: 0px;
	font-style: italic;
	color: #404040;
}
.negro {
    color: #3B3B3B;
    line-height: 1.4em;
    font-weight: bold;
}
.altofijo {
    margin-bottom: 17px;
}
.standard-table tr td {

	line-height: 20px;
}
h3 a {
	font-size: 12px;
	color: #921300;
	padding-bottom: 20px;
	padding-top: 13px;
	line-height: 19px;
}
h4 em {
	color: #676464;
	font-weight: normal;
}
.ano {
	font-size: 14px;
	padding-top: 22px;
	color: #921300;
	font-weight: bold;
	letter-spacing: 2px;
}
.mes {
	font-size: 13px;
	color: #585858;
	font-weight: bold;
	padding-bottom: 12px;
	padding-top: 14px;
}

.curso {
	color: #921300;
	font-weight: bold;
}
.descripcion {
	padding-left: 29px;
	font-style: italic;
	font-weight: bold;
}
.box {
	border: 1px solid #D9D9D9;
	border-radius: 12px;
	background-color: #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(255,248,238,1.00) 0%,rgba(242,248,254,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,248,238,1.00) 0%,rgba(242,248,254,1.00) 100%);
	-webkit-box-shadow: 4px 4px 16px 0px #DADADA;
	box-shadow: 4px 4px 16px 0px #DADADA;
	margin-bottom: 42px;
	padding-top: 21px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 13px;
	color: #262626;
}

/* Table2
====================================*/

.standard-table2 tr td {

	line-height: 20px;
}
table.standard-table2 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

table.standard-table2 th {
	border: 1px solid #dddddd;
	border-right: none;
	background-color: #fafafa;
	text-align: left;
	padding: 10px 15px;
	color: #404040;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
}

table.standard-table2 td:last-child {
	border-right: 1px solid #ddd;
}

table.standard-table2 th:last-child {
	border-right: 1px solid #ddd;
}

table.standard-table2 td {
	padding-top: 4px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 4px;
	border: #e0e0e0 1px solid;
	border-top: none;
	border-right: none;
	font-size: 12px;
}
	
table.standard-table2 tr:hover td {background-color: #fafafa;}

	.image-left-round {
		float: left;
		margin: 0 15px 8px 0;
	}
	
	.image-right-round {
		float:right;
		margin: 0 0 8px 15px;
	}
	
	.image-right-round,
	.image-left-round {
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	/*border: 1px solid #FD9A27;*/
	max-width: 100%;
	border-radius: 6px;
	border: 1px solid #FF9B00;
	margin-right: 6px;
	}
.piedefoto {
	padding-top: 9px;
	padding-bottom: 6px;
	text-align: center;
	color: #921300;
}
.shadowbox3 {
	margin-top: 0px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #B1B1B1;
	padding-left: 20px;
	padding-right: 12px;
	background-color: #E5E5E5;
	-webkit-box-shadow: 4px 4px 10px 0px #AAAAAA;
	box-shadow: 4px 4px 10px 0px #AAAAAA;
	border-radius: 12px;
}

.shadowbox4 {
	margin-top: 22px;
	margin-bottom: 27px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #B1B1B1;
	padding-left: 20px;
	padding-right: 12px;
	background-color: #E5E5E5;
	-webkit-box-shadow: 4px 4px 10px 0px #AAAAAA;
	box-shadow: 4px 4px 10px 0px #AAAAAA;
	border-radius: 12px;
}
.registro {
	color: #525252;
	line-height: 22px;
	vertical-align: 0px;
}
.registro tr td {
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
}
#audios .acc-trigger {
	height: 24px;
}
#audios .acc-trigger a {
    margin-top: -9px;
    font-size: 12px;
    color: #001D49;
    font-weight: normal;
}
#audios .links-list-alt li a {
	font-size: 11px;
	width: 900px;

}
#audios .acc-container .contenido .links-list-alt {
	padding-top: 15px;
	list-style-type: square;
}

#audios-br .acc-trigger {
	height: 24px;
}
#audios-br .acc-trigger a {
    margin-top: -3px;
    font-size: 12px;
    color: #001D49;
    font-weight: normal;
}
#audios-br .links-list-alt li a {
	font-size: 11px;
	width: 900px;

}
#audios-br .acc-container .contenido .links-list-alt {
	padding-top: 15px;
	list-style-type: square;
}

.pad-top40 {
	padding-top: 5px;
}#wrapper {
	min-height: 745px;
}
.sinbarra {
	border-width: 0px;
	padding-left: 10px;
}
.container  {
	background-color: #FFFFFF;
}
.webbrasileira {
    color: #7C00A8;
    font-weight: bold;
    font-size: 14px;
    
    
}
.bottonmargin24 {
	margin-bottom: 24px;
}



.paravideo {
	width: 280px;
	float: right;
	padding-left: 15px;
	padding-bottom: 8px;
}






#appdb {
	padding-left: 0px;
}

#appdb .searchForm {
	padding: 20px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-width: 4px;
	border-color: #fd9a27;
	border-radius: 0px;
}

#appdb .search_field {
	
	margin-top: 20px;
	padding-right: 20px;

}

#appdb .search_field label {
	
	padding-bottom: 12px;
	font-size: 12px;
	color: #921300;

}


#appdb img {
	padding-bottom: 12px;
}


#appdb h1 {	
    color: #921300;
	padding-top: 50px;
	padding-left: 20px;
	padding-bottom: 0px;
}

#appdb h2 {	
    color: #921300;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
}

#appdb #span-home {
	font-size: 13px;
	color: #303030;
	padding-top: 26px;
	padding-left: 20px;
	padding-right: 20px;
}

.message {
	margin-top: 50px !important;
}


#botones {
	
	
}

#appdb select {
	font-size: 12px;
	color: #921300;
	margin-top: 12px;
	margin-bottom: 30px;

}

#appdb select {
	padding: 12px;

}

#appdb p.error {
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
	
	
}

#appdb table.standard-table tr td {
	
	padding-top: 14px;
	padding-bottom: 0px;
	
	
}

#appdb h3 {
	
	padding-right: 30px;
	
}

/*#appdb h3 a {
	
	color: #004C7B;
	
}*/

#appdb #cloginSubmitBtn {
	
	margin-top: 40px;
	
}

#appdb flashMessage {
	padding-top: 40px;
	margin-left: 40px;
}

#appdb td {
	height: 34px;
	
}

#appdb th {
	height: 26px;
	
}

#appdb dl {
	padding-bottom: 20px;
	
}


#appdb dl dd {
	background: #FFFFFF;
	
}

#appdb dl dt {
	background: #FFFFFF;
	padding-left: 12px;
	
}

#appdb label {
	padding-bottom: 10px;
	padding-left: 4px;
	
}
#appdb input {
	margin-bottom: 26px;
	
}

.alumno-user-data {
	margin-bottom: 26px;
	
}




#revistaindice .titular {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #707070;
    margin-bottom: 19px;
    margin-top: 12px;
}
#revistaindice h3 {
    font-family: "Georgia", "Times New Roman", Serif;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #921300;
    margin-top: 21px;
    margin-bottom: 7px;
}
#revistaindice h3 a {
    font-family: "Georgia", "Times New Roman", Serif;
}
#revistaindice ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

#revistaindice p {
	margin-top: 0px;
	margin-bottom: 0px;
}








.top40 {
	padding-top: 40px;
}
.centrado {
	text-align: center !important;
}
#consteladores .tabs-nav li a {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.avisolegal {
	/*paddding-top: 233px;*/
	bottom: 0px;
	font-size: 11px;
	margin-bottom: -19px;
    margin-top: 80px;
}

.avisolegal2 {
    /*paddding-top: 233px;*/
    bottom: 0px;
    font-size: 11px;
    margin-top: 0px;
}

.width22 {
	width: 22%;
}





.registro2 {
	color: #000000;
	line-height: 22px;
	vertical-align: 0px;
	width: 100%;
}
.registro2 tr td {
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
}
.registro2 tr .regfoto {
	width: 1%;
}
.registro2 tr .tdtitulo {
	width: 15%;
}
.registro2 tr .tdtexto {
	width: 63%;
}
.registro2 tr .tdfoto {
	width: 19%;
}
.top171 {
    padding-top: 15px;
}
.acc-container {
	width: 100%;
}
.eight.columns .padding-left .acc-container {
	max-width: 560px;
}
.aladerecha {
	float: right;
	margin-bottom: 11px;
}
#fondo1 {
	background-image: url(../images2/uvas.jpg);
	background-position: 0% 19px;
	height: 252px;
}

.retrato {
	padding-bottom: 36px;
	padding-top: 19px;
	border-radius: 4px;
	border-style: solid;
	border-color: #B2B2B2;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
.retrato img {
	-webkit-box-shadow: 3px 3px 33px -6px #5A5959;
	box-shadow: 3px 3px 33px -6px #5A5959;
	border-radius: 10px;
	border-color: #9B9B9B;
	margin: auto;
	border-style: solid;
}



#divinvisible {
	display: none;
}
#h4invisible {
	display: none;
}
.alto1 {
    padding-bottom: 21px;
}

.alto2 {
    padding-bottom: 2px;
}

.h2up {
	margin-top: 45px;
	margin-bottom: 10px;
}
.h2down {
	margin-bottom: 25px;
}
.padding-left .contenido h2 {
	margin-bottom: 25px;
}
/*.movido {
	width: 500px !important;
	margin-left: -160px !important;
}*/
.thumb_hidden {
	border: 1px solid #727272;
	border-radius: 8px;
}
.margentop {
    margin-top: 26px !important;
    margin-bottom: 0px !important;
}
.atencion {
    color: #D90003;
    font-size: 1.2em;
}

.image-right-round {
	float: right;
	margin: 0 0 8px 15px;
	border-radius: 12px;
	}
	
.image-right-round {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    border: 0px solid #FD9A27;
    max-width: 100%;
    -webkit-box-shadow: 3px 3px 13px 0px #B3B3B3;
    box-shadow: 3px 3px 13px 0px #B3B3B3;
	}
	



.videobox {
    max-width: 250px !important;
    font-family: "Open Sans", sans-serif !important;
}

.videobox2 {
	font-family: "Open Sans", sans-serif !important;
}




.audio-right {
    float: right;
    width: 240px;
    margin-left: 34px;
    border-radius: 18px;
    border: 1px solid #FCA33A;
    margin-bottom: 7px;
    padding-left: 11px;
    padding-top: 11px;
    padding-right: 11px;
    padding-bottom: 11px;
}
.audio-right p {
    padding-top: 11px;
    font-style: italic;
    text-align: center;
    margin-bottom: 0px;
}
#especial1 ul {
    margin-top: -6px !important;
}
.logoncf {
    width: 30px !important;
    max-width: 30px !important;
    margin-top: -4px;
}
.redncf p a {
    line-height: 6px !important;
    font-size: 13px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
}
.redncf p {
    line-height: 15px;
}

.redncf {
    font-family: "Open Sans", sans-serif;
    padding-top: 26px;
    padding-bottom: 20px;
}
li .redncf2 a {
    width: 169px;
    background-color: #FFFFFF;
    margin-right: -22px;
    padding-left: 35px;
}
.q8 {
	padding-bottom: 17px;
}
.q9 {
	padding-top: 9px;
	padding-bottom: 9px;
	list-style-position: outside;
	list-style-type: disc;
}
.q10 {
}
.q9 ul .q9 {
	margin-left: 27px;
}
li .interior li {
	list-style-position: inside;
	list-style-type: circle;
}
#consteladores_registrados table tr td {
	color: #000000;
	line-height: 20px;
	vertical-align: top;
}

.titcentrado th {
	text-align: center !important;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
}
.titcentrado td {
	text-align: center !important;

}

.padtop1 {
	padding-top: 60px;
}
.quform-spacer .quform-input #name {
}
.pagocompletado input {
	width: 88%;
	margin-top: 11px;
	margin-bottom: 30px;
}

.radioboton {
	width: 30px !important;
	margin-top: 10px !important;
	margin-bottom: 4px !important;
}

.tipo_paypal td input {
	width: 250px;
	margin-top: 11px;
	margin-bottom: 30px;
}

.tipo_paypal2 select {
	margin-top: 11px;
	margin-bottom: 30px;
}

.rojoasterisco {
	font-size: 14 px;
	color: #FF0000;
}
.tipo_paypal2 {
	padding-bottom: 50px;
}
.especial1 {
	padding-left: 21px;
	width: 480px;
}

.rotulo1 {
	padding-bottom: 30px;
	font-size: 14px;
	color: #6A03C4;
}
.amedida {
	padding-top: 15px;
}
.amedida li {
	padding-bottom: 12px;
}
.contenido .sinbarra ul {
}
.amedida2 {
	padding-left: 13px;
}
.amedida2 li {
	padding-bottom: 5px;
	list-style-position: outside;
	list-style-type: disc;
}
.nuevo_libro {
	color: #880400;
}
.contenido ol li {
	padding-bottom: 10px;
}
.subrayado {
    text-decoration: underline;
}
.padding-left .contenido p {
}
.pagos {
    color: #921300;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding-bottom: 12px;
    font-size: 14px;
    padding-top: 8px;
}


.rgpddivh2 {
    padding-top: 30px !important;
}
    
.rgpddivh1 {
    margin-bottom: 0px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    margin-top: 30px !important;
}
    
.rgpddivavisoh1 {
    margin-top: -20px !important;
}
.azul {
	color: #750092;
	margin-bottom: 12px;
	padding-bottom: 10px;
}
.videos_en_directo h2 {
	color: #1E00FF;
}

.videos_en_directo p {
	color: #000000;
}


#contacto .quform-spacer .quform-input label {
    font-size: 12px;
}
.quform-element.quform-element-text .quform-spacer .quform-input {
    display: inline;
}

#contacto #contact-form {
    width: 84%;
}

#type_the_word {
    width: 60%;
	float: left;
}
li ul li {
}
li ul li {
}

#cssmenu ul li ul li ul li {
    margin-left: -10px;
}
.rojonegrita {
    color: #921300;
    font-weight: bold;
}



.pagar_curso {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    background: #fd9a27;
    font-size: 12px;
    padding-left: 14px;
    padding-right: 14px;
    font-weight: 600;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pagar_curso:hover {
	background: #921300;
	color: #fff;
}
.corto {
	margin-bottom: -12px;
}


.nav1 {
    float: left;
    width: 65%;
}
.nav2 {
    padding-bottom: 40px;
}
.bot {
}
.he_contactado {
	font-family: "Open Sans", sans-serif;
	color: #004893;
	font-size: 14px;
	font-weight: bold;
}
.checkboxbig {
	height: 25px;
	width: 25px;
}
.bajamos {
	float: left;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkboxbig {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkboxbig {
  background-color: #2196F3;
}
.recolocar {
}
.baja1 {
	padding-top: 0px;
	padding-left: 40px;
}
.espacioextra {
	padding-bottom: 20px;
}
.ajuste1 {
	padding-top: 47px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.registro2 tr td p {
}

.registros td {
  padding: 4px;
}
.estrecho {
    width: 320px;
}
.regconsteladores li {
    display: inline;
    padding-right: 12px;
}
.centrado p {
	line-height: 70%;
}
.queridobert {
    font-style: italic;
    font-weight: bold;
    color: #8B008A;
}
.videobox.image-right .centrado a {
	color: #0058FD;
}
.videobox.image-right .centrado a:hover {
	color: #D20003;
}
.notification.notice.closeable p a {
	color: #2E004C;
}

.notification.notice.closeable p a:hover {
	color: #FF1400;
}
.videos_en_directo ul li {
	padding-top: 6px;
}
.videos_en_directo ul li {
}
.videos_en_directo ul li a {
	color: #9D0002;
	font-weight: bold;
}
.videos_en_directo .headline.no-margin {
	text-align: center;
}
.eight.columns .videos_en_directo .headline.no-margin {
	border-radius: 25px;
	border: 3px solid #FFCE00;
	padding-top: 12px;
	width: auto;
	background-image: url(../images2/titulo_videos.jpg);
}
.videos_en_directo .headline.no-margin .azul {
	padding-bottom: 2px;
	color: #F9D600;
	font-weight: bold;
}
.videos_en_directo .ciclos p {
	color: #8C0002;
}
.ciclos {
	text-align: center;
}
.fila {
}





.cuadroespecial {
	border: 1px solid #BE00BA;
	border-radius: 10px;
	background-image: url(../images2/fondo5.jpg);
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-top: 20px;
	margin-top: -20px;
	margin-bottom: 14px;
}
.cuadroespecial p {
	color: #79009A;
}
.cuadroespecial .disc li {
	color: #79009A;
}
.cuadroespecial h4 {
	color: #FF0000;
	padding-bottom: 14px;
}
.cuadroespecial h2 {
	color: #BE00CD;
}




.cuadroespecial2 {
	border: 1px solid #BE00BA;
	border-radius: 10px;
	background-image: url(../images2/fondo9.jpg);
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.cuadroespecial2 p {
	color: #79009A;
}
.cuadroespecial2 ul li a {
	color: #003190;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}

.cuadroespecial2 ul li a:hover {
	color: #910002;
	font-family: "Open Sans", sans-serif;
}



.cuadroespecial2 h4 {
	color: #B80000;
	padding-bottom: 2px;
	padding-top: 26px;
	font-size: 13px;
}
.cuadroespecial2 h2 {
	color: #BE00CD;
}
.cuadroespecial2 ul li {
	color: #B300D2;
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
}


.cuadroespecial3 {
	border: 1px solid #001E9A;
	border-radius: 10px;
	background-image: url(../images2/fondo102.jpg);
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 270px;
}
.cuadroespecial3 p {
	color: #79009A;
}
.cuadroespecial3 ul li a {
	color: #003190;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}

.cuadroespecial3 ul li a:hover {
	color: #910002;
	font-family: "Open Sans", sans-serif;
}



.cuadroespecial3 h4 {
	color: #B80000;
	padding-bottom: 2px;
	padding-top: 26px;
	font-size: 13px;
}
.cuadroespecial3 h2 {
	color: #BE00CD;
}
.cuadroespecial3 ul li {
	color: #E60072;
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	font-size: 14px;
}
.holahola {
	width: 510px;
	max-width: 510px;
}
.formato_texto h4 {
	padding-bottom: 20px;
    color: #8B00A9
}

.formato_texto h2 {
	padding-top: 20px;
}
.formato_texto p strong {
	font-size: 12px;
}




.videoconferencia .standard-table2 tr td {
	background-color: #FCF1F1;
}

.videoconferencia .standard-table2 tr:hover td {
	background-color: #FCF1F1;
}

.videoconferencia .standard-table2 tr th {
	background-color: #8000AD;
}

.videoconferencia .standard-table2 tr td {
	color: #83006D;
    font-weight: 600;
}

.videoconferencia .standard-table2 tr th {
	color: #FFFFFF;
}




.presenciales .standard-table2 tr td {
	background-color: #F1F8FF;
}

.presenciales .standard-table2 tr:hover td {
	background-color: #F1F8FF;
}

.presenciales .standard-table2 tr th {
	background-color: #003CCC;
}

.presenciales .standard-table2 tr th {
	color: #FFFFFF;
}


.presenciales .standard-table2 tr td {
	color: #002CA6;
    font-weight: 600;
}



.completo .standard-table2 tr td {
	color: #383838;
    font-weight: 600;
}

.completo .standard-table2 tr td {
	background-color: #FBE8FF;
}

.completo .standard-table2 tr th {
	background-color: #FFA100;
}

.completo .standard-table2 tr:hover td {
	background-color: #FBE8FF;
}

.completo .standard-table2 tr th {
	color: #FFFFFF;
}





.capacitacion .standard-table2 tr td {
	background-color: #E6FFEB
}

.capacitacion .standard-table2 tr:hover td {
	background-color: #E6FFEB;
}
.destacado1 {
	font-family: "Open Sans", sans-serif;
	color: #0035E3;
	padding-bottom: 20px;
}
.por_derecha {
	float: right;
}
.por_izquierda {
	float: left;
	width: 64px;
}
.shadowbox5 {
	height: 84px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.texto_derecha {
	padding-left: 17px;
	margin-left: 68px;
}
.shadowbox5 .texto_derecha p {
	line-height: 16px;
	font-size: 11px;
}
.shadowbox5 .por_izquierda img {
	-webkit-box-shadow: 2px 2px 7px 2px #9A9A9A;
	box-shadow: 2px 2px 7px 2px #9A9A9A;
}
.padding-left .contenido h5 {
}
.redes_en_contacto li img {
	float: left;
	padding-right: 13px;
	width: 30px;
}
.redes_en_contacto li {
	padding-top: 0px;
	padding-bottom: 12px;
}
.redes_en_contacto li a {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #970000;
}
.redes_en_contacto li a:hover {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #0061D9;
}













@media only screen and (max-width: 1000px) {
  .contenido .disc {
    clear: both;
  }
a {
	color: #1059FF;
}

  .image-right-border {
	float: left;
	margin-right: 12px;
  }

  .videobox {
    float: left;
  }
    
    
  .videobox2 {
  }
    
    
  .clearfloatindex {
    float: left;
  }
  .clearfixmio {
    clear: both;
  }
}
    

    
#contacto .quform-input {

}


#entrevista {
    float: right;
}
    

    


input.btTxt {
	padding-right: 100px !important;
}


.testimonials {
    box-shadow: 0 6px 20px 0 #A2A4A2 !important;
}


@media only screen and (max-width: 1200px) {
    .testimonials {
        background-image: none;
    }
}

.cajareg {
    clear: both;
}



.videos_en_directo {
	max-width: 560px;
	padding-top: 12px;
	padding-bottom: 11px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 6px;
	border: 3px solid #B100B2;
	margin-bottom: 20px;
	background-image: url(../images2/girasoles4.jpg);
}

.margen_izquierdo {
	padding-left: 60px;
}

.tarjeta {
	border: 1px solid #01B000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 208px;
	border-radius: 8px;
}


.tarjeta0 {
	border: 0px solid #01B000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: auto;
	overflow: auto;
	border-radius: 8px;
	background-image: url(../images2/fondos/fondo_blanco.jpg);
	box-shadow: 0 6px 20px 0 #A2A4A2 !important;
	background-repeat: no-repeat;
}


.tarjeta0 ul li {
    font-family: "Open Sans", sans-serif;
    color: #420034;
}

.tarjeta0 ul li a {
	font-family: "Open Sans", sans-serif;
	color: #1059FF;
}
.tarjeta0 ul li a:hover {
    font-family: "Open Sans", sans-serif;
    color: #FF0000;
}

.tarjeta0 h2 {
    font-family: "Open Sans", sans-serif;
    color: #420034;
    padding-left: 20px;
}




.tarjeta1 {
	border: 0px solid #01B000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 212px;
    overflow: auto;
	border-radius: 8px;
	background-image: url("/images2/fondos/fondo1.jpg");
    box-shadow: 0 6px 20px 0 #A2A4A2 !important;
}

.tarjeta1 ul li {
    font-family: "Open Sans", sans-serif;
    color: #420034;
}

.tarjeta1 ul li a {
    font-family: "Open Sans", sans-serif;
    color: #1059FF;
}
.tarjeta1 ul li a:hover {
    font-family: "Open Sans", sans-serif;
    color: #FF0000;
}

.tarjeta1 h2 {
    font-family: "Open Sans", sans-serif;
    color: #420034;
    padding-left: 20px;
}





.tarjeta2 {
	border: 0px solid #01B000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 212px;
    overflow: auto;
	border-radius: 8px;
	background-image: url("/images2/fondos/fondo2.jpg");
    box-shadow: 0 6px 20px 0 #A2A4A2 !important;
}

.tarjeta2 ul li {
    font-family: "Open Sans", sans-serif;
    color: #420034;
}

.tarjeta2 ul li a {
    font-family: "Open Sans", sans-serif;
    color: #1059FF;
}

.tarjeta2 ul li a:hover {
    font-family: "Open Sans", sans-serif;
    color: #FF0000;
}

.tarjeta2 h2 {
    font-family: "Open Sans", sans-serif;
    color: #420034;
    padding-left: 20px;
}

.tarjeta3 {
	border: 0px solid #01B000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 212px;
    overflow: auto;
	border-radius: 8px;
	background-image: url("/images2/fondos/fondo3.jpg");
    box-shadow: 0 6px 20px 0 #A2A4A2 !important;
}

.tarjeta3 ul {
    margin-bottom: 0px;
}


.tarjeta3 ul li {
    font-family: "Open Sans", sans-serif;
    color: #420034;
}

.tarjeta3 ul li a {
    font-family: "Open Sans", sans-serif;
    color: #1059FF;
}

.tarjeta3 ul li a:hover {
    font-family: "Open Sans", sans-serif;
    color: #FF0000;
}

.tarjeta3 h2 {
    font-family: "Open Sans", sans-serif;
    color: #420034;
    padding-left: 20px;
}

.tarjeta4 {
	border: 0px solid #01B000;
	
	height: 232px;
    overflow: hidden;
	border-radius: 8px;
    background-image: url("../images2/videos/para-videos-en-tarjetas-v2.jpg");
    box-shadow: 0 6px 20px 0 #A2A4A2 !important;
}

.tarjeta4 h4 {
    font-family: "Open Sans", sans-serif;
    color: white;
    font-size: 13px;
    padding-left: 20px;
}

.tarjeta4 h4 a {
    font-family: "Open Sans", sans-serif;
    color: white;
    font-size: 13px;
}

.tarjeta4 h4 a:hover {
    font-family: "Open Sans", sans-serif;
    color: #FFD76A;
    font-size: 13px;
}

.tarjeta4 img {
    padding-left: 20px;
}



.tarjeta5 {
	border: 0px solid #01B000;
	
	height: 232px;
    overflow: hidden;
	border-radius: 8px;
    background-image: url("../images2/videos/para-videos-en-tarjetas-v3.jpg");
    box-shadow: 0 6px 20px 0 #A2A4A2 !important;
}

.tarjeta5 h4 {
    font-family: "Open Sans", sans-serif;
    color: white;
    font-size: 13px;
    padding-left: 20px;
}

.tarjeta5 h4 a {
    font-family: "Open Sans", sans-serif;
    color: white;
    font-size: 13px;
}

.tarjeta5 h4 a:hover {
    font-family: "Open Sans", sans-serif;
    color: #FFD76A;
    font-size: 13px;
}


.tarjeta5 h2 {
    font-family: "Open Sans", sans-serif;
    color: white;
    padding-left: 20px;
}

.tarjeta5 h2 a {
    font-family: "Open Sans", sans-serif;
    color: white;
    padding-left: 20px;
}

.tarjeta5 img {
    padding-left: 20px;
}


.tarjeta6 {
	border: 0px solid #01B000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	overflow: auto;
	border-radius: 8px;
	background-image: url(/images2/fondos/fondo0.jpg);
	box-shadow: 0 6px 20px 0 #A2A4A2 !important;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}


.tarjeta6 ul li {
    font-family: "Open Sans", sans-serif;
    color: #420034;
}

.tarjeta6 ul li a {
	font-family: "Open Sans", sans-serif;
	color: #1059FF;
}
.tarjeta6 ul li a:hover {
    font-family: "Open Sans", sans-serif;
    color: #FF0000;
}

.tarjeta6 h2 {
    font-family: "Open Sans", sans-serif;
    color: #420034;
    padding-left: 20px;
}


.tarjeta7 {
	border: 0px solid #01B000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 212px;
	overflow: auto;
	border-radius: 8px;
	/* background-image: url("/images2/fondos/fondo3_navidad.jpg"); */
	box-shadow: 0 6px 20px 0 #A2A4A2 !important;
	color: #420034;
}



.tarjeta7 ul {
    margin-bottom: 0px;
}


.tarjeta7 ul li {
    font-family: "Open Sans", sans-serif;
    color: #420034;
}

.tarjeta7 ul li a {
    font-family: "Open Sans", sans-serif;
    color: #1059FF;
}

.tarjeta7 ul li a:hover {
    font-family: "Open Sans", sans-serif;
    color: #FF0000;
}

.tarjeta7 h2 {
    font-family: "Open Sans", sans-serif;
    color: #420034;
    padding-left: 12px;
}









@media only screen and (min-width: 1390px) and (max-width: 5000px) {
    .espacio_vertical_index {
        height: 570px;
        /*background-color: chartreuse;*/
    }
    
        .espacio_vertical_index2 {
        height: 210px;
        /*background-color: chartreuse;*/
    }
}


@media only screen and (min-width: 960px) and (max-width: 1389px) {
    .espacio_vertical_index {
	height: 90px;        /*background-color: grey;*/
    }
        .espacio_vertical_index2 {
        height: 100px;
        /*background-color: chartreuse;*/
    }
}


/* #Tablet (Portrait)
================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .espacio_vertical_index {
        height: 0px;
        /*background-color: red;*/
    }
        .espacio_vertical_index2 {
        height: 570px;
        height: 0px;
        /*background-color: chartreuse;*/
    }
}



@media only screen and (min-width: 575px) and (max-width: 767px) {
    .espacio_vertical_index {
	height: 259px;        /*background-color: black;*/
    }
        .espacio_vertical_index2 {
	height: 20px;        /*background-color: chartreuse;*/
    }
    
            .tarjeta1 {
        margin-top: 30px;
    }
    
        .tarjeta2 {
        margin-top: 30px;
    }
    
        .tarjeta3 {
        margin-top: 30px;
    }
    
    .tarjeta4 {
        margin-top: 30px;
    }
}


/* #Mobile (Landscape)
================================================== */

@media only screen and (min-width: 480px) and (max-width: 574px) {
    .espacio_vertical_index {
        height: 0px;
        /*background-color: white;*/
    }
    
        .tarjeta1 {
        margin-top: 30px;
    }
    
        .tarjeta2 {
        margin-top: 30px;
    }
    
        .tarjeta3 {
        margin-top: 30px;
    }
    
    .tarjeta4 {
        margin-top: 30px;
    }
}

/* #Mobile (Landscape)
================================================== */

@media only screen and (max-width: 480px) {
    .espacio_vertical_index {
        height: 0px;
        /*background-color: white;*/
    }
    
        .tarjeta1 {
        margin-top: 30px;
    }
    
        .tarjeta2 {
        margin-top: 30px;
    }
    
        .tarjeta3 {
        margin-top: 30px;
    }
    
    .tarjeta4 {
        margin-top: 30px;
    }
}
