body {
	margin: 0px;
	font-family: 'Asap', sans-serif;
}
p {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

#tabla_gral {
	height: 100%;
	width: 100%;
	background-color: #FFF;
}

.caja1100 {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}
@media only screen and (max-width:600px) { 
.caja1100 {
	width:95%;
}
}
#cabecera {
	background-color: #16234F;
	background-image: url(../img_/fondo_cabecera.jpg);
	background-repeat: repeat-x;
}
#cabecera_responsive {
	display: none;
}
@media only screen and (max-width:600px) { 
#cabecera{
	display: none;
}
#cabecera_responsive {
	display: block;
}
#cabecera_responsive img{
	width:100%
}
}
#botonera_idiomas {
	padding-top: 15px;
	color: #6C87AA;
	font-size: 13px;
	position: absolute;
	z-index: 5;
	text-align: right;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
}
#botonera_idiomas_responsive {
	font-size: 13px;
	text-align: right;
	display: none;
	background-color: #FFF;
	font-style: normal;
	padding-top: 5px;
}
@media only screen and (max-width:600px) { 
#botonera_idiomas {
	display: none;
}
#botonera_idiomas_responsive {
	display: block;
}
}
#botonera_idiomas a{
	color: #FFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: 700;
}
#botonera_idiomas a:hover{
	color: #95a8c1;
}
#botonera_idiomas .activo{
	color: #95a8c1;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: 700;
}
#botonera_idiomas_responsive a{
	color: #666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#botonera_idiomas_responsive a:hover{
	color: #95a8c1;
}
#botonera_idiomas_responsive .activo{
	color: #95a8c1;
	padding-right: 5px;
	padding-left: 5px;
}
.frase  {
	font-size: 13px;
	font-style: italic;
	color: #FFCA00;
	line-height: 20px;
	background-color: #0e2346;
}
@media only screen and (max-width:600px) { 
.frase{
	font-size: 12px;
}
}
#contenido {
	font-size: 15px;
	line-height: 22px;
	color: #666;
	padding-top: 40px;
	padding-bottom: 40px;
}
#contenido a{
	color: #0072BB;
}

#pie {
	height: 80px;
	font-size: 14px;
	color: #8BBEF0;
	background-color: #0072BB;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

#pie .botonera_pie {
	line-height: 30px;
}
#pie .botonera_pie ul{
	display: inline;
	padding: 0px;
	margin: 0px;
}
#pie .botonera_pie .copy{
	padding-bottom: 20px;
	padding-top:20px
}
@media only screen and (max-width:600px) { 
#pie {
	height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#pie .botonera_pie ul{
	display: none;
}
#pie .botonera_pie .copy{
	padding-top:0px
}
}

#pie .botonera_pie li{
	display: inline;
	list-style-type: none;
}
@media only screen and (max-width:600px) { 
#pie .botonera_pie {
	float: none;
	padding:0px;
}
}
#pie a {
	color: #FFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#pie a:hover {
	color: #8BBEF0;
}
.redes  {
	text-align: center;
	padding-top: 20px;
}
@media only screen and (max-width:600px) { 
.redes{
	float: none;
	margin:0px;
	padding-top:5px;
}
.redes img{
	height: auto;
}
}



#botonera {
	margin: 0px;
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 50px;
	background-color: #00598e;
	text-align: center;
}
@media only screen and (max-width:600px) { 
#botonera {
	display: none;
}
}

#botonera ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}





#botonera li {
	margin: 0px;
	display: inline;
	color: #8BBEF0;
	line-height: 50px;
	font-size: 16px;
	padding: 0px;
	position: relative;
	z-index: 100;
	float:left
}
#botonera li a{
	color:#FFF;
	text-decoration:none;
}
#botonera li a:hover{
	color:#8BBEF0;
}
#botonera ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#botonera li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 70px;
	left: 0px;
	width:250px;
	background-color:#0e2346
}
#botonera li ul li { /* second-level lists */
padding-left:10px;
padding-right: 10px;
border-top: 1px solid #FFF;
width:100%;
text-align:left;
line-height: 40px;

}
#botonera li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#botonera li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}






#botonera .separador{
	padding-right: 8px;
	padding-left: 8px;
}

#botonera_responsive {
	display:none;
	margin-top:-25px
}
@media only screen and (max-width:600px) { 
#botonera_responsive {
	display:block;
}
}
#botonera_responsive .ico {
	cursor:pointer
}
#botonera_responsive .fijo {
	position: fixed;
}
.bt_micuenta  {
	font-size: 15px;
	background-color: #FFFFFF;
	font-family: 'Asap', sans-serif;
	color: #0072BB;
	padding-right: 40px;
	padding-left: 40px;
	border: 1px solid #0072BB;
	cursor: pointer;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bt_enviar  {
	font-size: 15px;
	background-color: #0072BB;
	font-family: 'Asap', sans-serif;
	color: #FFF;
	padding-right: 40px;
	padding-left: 40px;
	border: 1px solid #0072BB;
	cursor: pointer;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#suscripcion2 .caja {
	background-color: #E5E5E5;
	padding: 15px;
	border-radius: 10px;
}
#suscripcion2 .titulo {
	font-size: 20px;
	color: #0072BB
}
#suscripcion2 input,#suscripcion2 select{
	width: 100%;
	border-radius: 5px;
	font-size: 15px;
	color: #666;
	border: 1px solid #999;
	padding:5px;
	margin-bottom:5px
}
#suscripcion2 .bt_enviar {
	width: 100%;
	border-radius: 5px;
	font-size: 15px;
	color: #FFF;
	border: none;
	background-color: #00598E;
	margin-top:10px
}
@media only screen and (max-width:600px) { 
#suscripcion2 .bt_enviar {
	margin-bottom: 5px;
	float: none;
	margin-right: 0px;
	margin-left: 0px;
}
}
.peque  {
	font-size: 12px;
	clear: both;
	line-height: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.peque a  {
	color: #666;
	text-decoration: none;
}
.peque a:hover {
	text-decoration: underline;
}
@media only screen and (max-width:990px) { 
}

#col_izq {
	float: left;
	width: 270px;
	padding-bottom: 20px;
}
#col_izq .bloque_banner {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2cde2;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#col_izq .bloque_banner a{
	color: #3976B2;
}
#col_izq .bloque_banner img{
	max-width:200px
}
@media only screen and (max-width:600px) { 
#col_izq {
	display: none;
}
}
#paypal {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1CDE4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B1CDE4;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#paypal form {
	margin: 0px;
	padding: 0px;
}

#col_der, #col_der_privado {
	float: right;
	width: 750px;
}
#col_der a, #col_der_privado a{
	color: #00598E;
}

@media only screen and (max-width:600px) { 
#col_der, #col_der_privado {
	float: none;
	width: 94%;
	margin-right:3%;
	margin-left:3%;
	margin-top:10px;
	padding-left:0px
}
}

.col_izq_home {
	float: left;
	width: 475px;
	word-wrap:break-word;
}
@media only screen and (max-width:600px) { 
.col_izq_home {
	float: none;
	width: 100%;
}
}
.col_izq_home .bloque_video {
	padding-bottom: 30px;
	padding-right: 20px;
}
@media only screen and (max-width:600px) { 
.col_izq_home .bloque_video {
	padding-right: 0px;
}
}
.col_izq_home .bloque_video .video {
	background-image: url(../img_/cabecera_video.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	background-color: #000;
}


.col_izq_home .bloque_video .titulo {
	font-size: 20px;
	color: #3976B2;
	padding-top: 15px;
	padding-bottom: 10px;
}
.col_izq_home .bloque_video .texto a{
	font-weight: bold;
	color: #3976B3;
	text-decoration:underline
}
.col_izq_home .bloque_video .texto a:hover {
	text-decoration:none
}
.col_izq_home .bloque_noticia {
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
@media only screen and (max-width:600px) { 
.col_izq_home .bloque_noticia {
	padding-right: 0px;
}
}
.col_izq_home .bloque_noticia .foto {
	float: left;
	margin-right: 10px;
}
.col_izq_home .bloque_noticia .titulo {
	color: #3976B2;
	font-size: 18px;
	padding-bottom: 10px;
}
.col_izq_home .bloque_noticia .texto a{
	font-weight: bold;
	color: #3976B3;
	text-decoration:underline
}
.col_izq_home .bloque_noticia .texto a:hover {
	text-decoration:none
}
.col_izq_home .adorno {
	margin-top: 0px;
	margin-bottom: 30px;
	text-align:center
}
.col_izq_home .adorno img {
	width: 200px;
	height:auto;
	margin-right: 5px;
	margin-left:5px;
}
@media only screen and (max-width:450px) { 
.col_izq_home .adorno img {
	width: 40%;
}
}
.col_der_home {
	float: right;
	width: 270px;
}
@media only screen and (max-width:600px) { 
.col_der_home {
	float: none;
	width: 100%;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2cde2;
}
}
.col_der_home .bloque_banner {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2cde2;
	margin-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
@media only screen and (max-width:600px) { 
.col_der_home .bloque_banner {
	margin-right: 0px;
}
}
.col_der_home .bloque_banner a{
	color: #3976B2;
}
.col_der_home .bloque_banner img{
	max-width: 225px;
}
.col_der_home .bloque_banner .caja_img{
	text-align:center
}

.col_der_home .bloque_libros{
	margin-right: 20px;
}
@media only screen and (max-width:600px) { 
.col_der_home .bloque_libros {
	margin-right:0px;
}
}
.col_der_home .bloque_libros .foto {
	text-align:center

}
.col_der_home .bloque_libros .foto img {
	height: auto;
	width: 225px;
}
@media only screen and (max-width:600px) { 
.col_der_home .bloque_libros .foto img{
	width:100%;
	max-width:245px
}
}

.col_der_home .bloque_libros .caja {
	padding-bottom:30px;
}
.col_der_home .bloque_libros .caja a {
	color:#3976B2;
}
@media only screen and (max-width:600px) { 
.col_der_home .bloque_libros .caja {
	float:none;
	width:100%;
}
}
.col_der_home .bloque_libros .titulo {
	color: #3976B2;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.col_der_home .bloque_libros a {
	color: #3976B2;
}
.col_der_home .bloque_libros .texto a{
	font-weight: bold;
	color: #3976B3;
	text-decoration:underline
}
.col_der_home .bloque_libros .texto a:hover {
	text-decoration:none
}
.bt_mas {
	background-image: url(../img_/fondo_bt.jpg);
	background-repeat: repeat-x;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	color: #8BBEF0;
	margin-top: 10px;
	font-size: 10px;
}

@media only screen and (max-width:600px) { 
.col_der_home .bloque_libros .caja .bt_mas{
	float:left;
}
}
.bt_mas a {
	color: #FFF;
	line-height: 22px;
	font-size: 12px;
}
.bt_mas a:hover {
	color: #8BBEF0;
}
.col_der_home .caja_banner_rav {
	margin-right: 20px;
}
@media only screen and (max-width:600px) { 
.col_der_home .caja_banner_rav {
	margin-right: 0px;
}
}
.col_der_home .banner_rav {
	background-image: url(../img_/fondo_pie.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #0177B7;
	color: #FFF;
	margin-bottom:30px;
	width: 225px;
	margin-left:auto;
	margin-right: auto;
	clear: both;
}


.col_der_home .banner_rav a {
	color: #FFF;
	text-decoration:none
}
.col_der_home .banner_rav img {
	float: left;
	margin-right: 7px;
}

.bt_mas a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}



#seccion {
	font-size: 25px;
	color: #3976B3;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1CDE4;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
@media only screen and (max-width:600px) { 
#seccion {
	margin-right:0px;
}
}
.seccion_subtitulo {
		font-size: 20px;
	color: #3976B3;
	padding-bottom:30px
}
.subtitulo {
	color: #999;
	font-size: 18px;
}

.formas_pago {
	margin-left:80px;
	margin-right:80px
}
@media only screen and (max-width:600px) { 
.formas_pago {
	margin-left:0px;
	margin-right:0px
}
}
.caja_contacto.importe {
	float: left;
	margin-right:40px;

}
.caja_contacto.importe .caja {
	width:90%

}
@media only screen and (max-width:600px) { 
.caja_contacto.importe {
	float: none;
}
}
.caja_contacto.objetivos {
	float: right;
	width: 340px;
	line-height:25px
}
@media only screen and (max-width:600px) { 
.caja_contacto.objetivos {
	float: none;
	width: 100%;
}
}
.legales_popup {
	text-align:center;
	font-size:14px;
	clear:both;
	width:590px;
	padding-top:10px;
}
.bloque_contenido {
	margin-bottom: 40px;
}
@media only screen and (max-width:600px) { 
.bloque_contenido {
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
}
.logo_privado {
	float: right;
	width: 150px;
}
@media only screen and (max-width:600px) { 
.logo_privado {
	float: none;
	display:block;
	margin-right:auto;
	margin-left:auto
}
}

.bloque_contenido .titulo {
	color: #3976B3;
	font-size: 22px;
}
@media only screen and (max-width:600px) { 
.bloque_contenido .titulo {
	padding-top: 10px;
}
}
.bloque_contenido .subtitulo {
	font-size: 16px;
	color: #3976B3;
}
.bloque_contenido .autor {
	font-size: 16px;
	color: #999999;
	padding-top: 5px;
}
.bloque_contenido a  {
	color: #3976B3;
	text-decoration: underline
}
.bloque_contenido a:hover {
	text-decoration:none
}
.video_foto {
	padding-bottom: 20px;
	text-align: center;
	padding-top: 20px;
	clear: both;
}
.video_foto iframe {
	width:100%;
	height:400px
}
.video_foto img {
	max-width:100%;
	width:auto;
	height:auto;
	max-height:400px
}
@media only screen and (max-width:600px) { 
.video_foto iframe {
	width: 100%;
	height: 200px
}
.video_foto img {
	width:100%;
}
}
.video_privado {
	padding-bottom: 20px;
	text-align: center;
	padding-top: 20px;
	clear: both;
}
.video_privado iframe {
	width: 100%;
	height: 530px;
}
@media only screen and (max-width:600px) { 
.video_privado iframe {
	height: 200px;
}
}

.bloque_contenido .titulo_video {
	font-size: 22px;
	color: #3976B3;
	padding-top: 40px;
}
.bloque_contenido .foto_libro {
	float:right;
	margin-left:20px;
	width:300px;
	height:auto
}
@media only screen and (max-width:600px) { 
.bloque_contenido .foto_libro {
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:300px;
	margin-bottom:30px;
	display:block
}
}
.link_chat {
	font-size: 20px;
	text-align: center;
	padding: 15px;
	border: 1px solid #0177B7;
	margin-top: 20px;
	margin-right:250px;
	margin-left:250px
}
@media only screen and (max-width:600px) { 
.link_chat {
	margin-right:0px;
	margin-left:0px
}

}




.destacado {
	color: #3976B3;
	font-size: 18px;
}
.caja_contacto {
	padding-bottom: 15px;
	padding-right: 50px;
	padding-left: 50px;
}
.caja_contacto .caja {
	font-family: 'Asap', sans-serif;
	font-size: 15px;
	color: #666;
	width: 100%;
	border: 1px solid #B1CDE4;
	padding: 5px;
	border-radius:5px
}
#ok {
	text-align: center;
	padding: 15px;
	margin-top: 30px;
	border: 1px solid #B1CDE4;
	clear: both;
	margin-bottom: 10px;
	border-radius: 10px
}
@media only screen and (max-width:600px) { 
#ok {
	margin-top: 10px;
	margin-bottom: 20px;
}
}


.volver {
	text-align: right;
	margin-bottom: 10px;
}
.volver a {
	color: #3976B3;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#pie2 {
	display:none;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	border-top: 1px solid #CCC;
	padding-top:30px
}
#pie2 .grupo1 {
	width:49%;
	float:left;
	margin-right:1%
}
#pie2 .grupo2 {
	width:49%;
	float:right;
	margin-left:1%
}
#pie2 .bloque_banner{
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2cde2;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#pie2 .bloque_banner a{
	color: #3976B2;
}
#pie2 .bloque_banner .banner{
	width:100%
}

@media only screen and (max-width:600px) { 
#pie2  {
	display:block;
}
}


.gracias {
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	line-height: 22px;
}


.bloque_conferencia {
	margin-bottom: 30px;
}
.bloque_conferencia.previo {
	margin-bottom: 40px;
	padding-bottom: 20px;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 10px;
}
.bloque_conferencia .tipo {
	font-size: 16px;
}
.bloque_conferencia .titulo {
	font-size: 25px;
	color: #3976B3;
	line-height: 30px;
}
.bloque_conferencia .subtitulo {
	font-size: 22px;
	color: #999;
	line-height: 25px;
}
.bloque_conferencia .video_imagen {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}
@media only screen and (max-width:600px) { 
.bloque_conferencia .video_imagen {
	padding-right: 0px;
	padding-left: 0px;
}
}
.bloque_conferencia iframe {
	width: 100%;
	height: 400px;
}
.bloque_conferencia .imagen {
	height: auto;
	width: 100%;
}
@media only screen and (max-width:600px) { 
.bloque_conferencia .imagen {
	height: auto;
	width: 100%;
}
}
.bloque_conferencia .texto {
	padding-top: 30px;
	padding-bottom: 20px;
}
.bloque_conferencia .texto a{
	color: #3976B3;
	text-decoration: underline
}
.bloque_conferencia .texto a:hover{
	text-decoration:none
}
.bloque_conferencia .accordionButton {
	cursor: pointer;
}
.bloque_conferencia .titulo_pago {
	font-size: 18px;
	color: #FFF;
	background-color: #999999;
	padding: 10px;
	margin-top: 10px;
}
.bloque_conferencia .mas{
	float: right;
	font-size: 30px;
	color: #FFF;
}
.bloque_conferencia .texto_pago {
	padding: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 20px;
}
.bloque_conferencia .paypal {
	text-align: center;
	padding-top: 10px;
}
.bloque_conferencia .caja_contacto {
	margin-left:0px;
	margin-right:0px;
}
@media only screen and (max-width:600px) { 
.bloque_conferencia .caja_contacto {
	margin-left:0px;
	margin-right:0px;
}
}
.bloque_conferencia .bt_abierto {
	padding: 10px;
	color: #FFF;
	background-color: #3976B3;
	font-size: 16px;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 100px;
	margin-left: 100px;
	border-radius:10px
}
.bloque_conferencia div.bt_abierto:hover {
	background-color: #666666;
}
.bloque_conferencia .bt_cerrado {
	padding: 10px;
	color: #FFF;
	background-color: #999999;
	font-size: 16px;
	margin-top: 10px;
	margin-right: 100px;
	margin-left: 100px;
} 
.titulo_pago_donativo {
	clear: both;
	font-size: 20px;
	color: #3976B3;
	margin-bottom: 30px;
	background-color: #F2F2F2;
	padding: 20px;
	border-radius:10px
}
.titulo_pago_donativo .pinche{
	float: right;
}
.titulo_pago_donativo a.pinche:hover{
	color: #3976B3;
}	
.titulo_pago_donativo .aclaracion{
	font-size:15px;
	color:#666;
	padding-top:10px
}
.back {
	float: right;
}
.back a{
	font-size: 14px;
	color: #999;
	text-decoration: none;
}
.back a:hover{
	color: #3976B3;
}
.bloque_conferencia .participante {
	display: none;
}
.bloque_conferencia .participante .borde{
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
.bloque_conferencia .agregar {
	color: #FFF;
	background-color: #3976B3;
	padding: 10px;
	margin-right: 50px;
	margin-left: 50px;
	font-size: 16px;
	cursor: pointer;
	margin-top: 10px;
}
.bloque_conferencia .agregar.quitar {
	background-color: #999;
	margin-left: 350px;
	text-align: center;
}
.bloque_conferencia div.agregar:hover {
	background-color: #666;
}
.txt a {
	text-decoration: underline;
	color: #3976B3;
}
.txt a:hover {
	text-decoration: none;
	font-size: 12px;
}
.popup {
	font-size: 15px;
	color: #666;
}
.popup .titulo_popup{
	font-size: 20px;
	color: #3976B3;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.popup .caja_contacto {
	padding-left:0px;
	padding-right:0px
}
.titulo_pago_donativo .mensaje {
	text-align: center;
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #900;
	font-size: 16px;
	color: #900;
	border-radius:10px
}
@media only screen and (max-width:600px) { 
.popup.fancybox-content {
	padding:20px
}
}
#parashiot {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 80%;
	margin-top: 50px;
}
#parashiot select {
	font-family: 'Asap', sans-serif;
	color: #666;
	font-size: 15px;
	padding: 5px;
	line-height: 25px;
	width: 100%;
}
#parashiot .bt {
	font-size: 15px;
	background-color: #0072BB;
	font-family: 'Asap', sans-serif;
	color: #FFF;
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 20px;
	border: 1px solid #0072BB;
	cursor: pointer;
	border-radius: 10px;
}
.parasha_video {
	margin-top: 30px;
	margin-bottom: 30px;
}
.parasha_video iframe {
	height: 430px;
	width: 100%;
}
#parasha_compra {
	margin-top: 70px;
}
#parasha_compra h1{
	font-size:22px

}
#parasha_compra #smart-button-container{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.parasha_precio {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
.parasha_precio .importe{
	font-size: 22px;
	color: #0072BB;
}
.parasha_gracias {
	font-size: 22px;
	color: #0072BB;
	padding-bottom: 40px;
	line-height: 25px;
}
.accordionButton {
	cursor: pointer;
}
.titulo_pago {
	font-size: 16px;
	color: #FFF;
	background-color: #999999;
	padding: 10px;
	margin-top: 10px;
}
.mas{
	float: right;
	font-size: 30px;
	color: #FFF;
}
.parasha_texto_pago {
	padding: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 20px;
}
.parasha_bt {
	font-size: 15px;
	background-color: #0072BB;
	font-family: 'Asap', sans-serif;
	color: #FFF;
	padding-right: 40px;
	padding-left: 40px;
	border: 1px solid #0072BB;
	cursor: pointer;
	border-radius: 10px;
	min-width: 60%;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.parasha_descargas {
	text-align: center;
	line-height: 30px;
	margin-top: 40px;
}
.logo_parasha {
	float: right;
	width: 200px;
	margin-left:40px;
	margin-bottom:20px
}
@media only screen and (max-width:600px) { 
.logo_parasha {
	float: none;
	display:block;
	margin-right:auto;
	margin-left:auto
}
}

.bloque_libro {
	width: 230px;
	margin-right: 18px;
	float: left;
	text-align: center;
	height: 480px;
	border: 1px solid #3976B3;
	cursor: pointer;
	margin-bottom: 20px;
	border-radius: 10px;
	font-size: 14px;
	color: #666;
}
@media only screen and (max-width:600px) { 
.bloque_libro {
	margin-right: auto;
	float: none;
	margin-left:auto
}
}
div.bloque_libro:hover {
	background-color: #f2f2f2;
}
.bloque_libro .foto {
	height: auto;
	width: auto;
	width: 230px;
	height: 284px;
	margin-bottom: 15px;
	object-fit: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.bloque_libro .titulo {
	font-size: 18px;
	color: #3976B3;
	padding-right: 10px;
	padding-left: 10px;
}
.bloque_libro .subtitulo {
	font-size: 14px;
	color: #3976B3;
	padding-right: 10px;
	padding-left: 10px;
}
.bloque_libro .autor {
	font-size: 14px;
	color: #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.bloque_libro .ico {
	width: 90px;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
}
.bloque_libro .comprar {
	color: #FFF;
	font-size: 16px;
	background-color: #3976B3;
	line-height: 35px;
	height: 35px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.comprar_libro  {
	clear:both
}


.comprar_libro a{
	color: #3976B3;
	text-decoration: underline;
}
.comprar_libro a:hover{
	text-decoration: none;
}
.comprar_libro .comprar_papel {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 30px;
	float: left;
	width: 344px;
}
@media only screen and (max-width:600px) { 
.comprar_libro .comprar_papel {
	float: none;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 60px;
	border-bottom:1px solid #CCC
}
}
.comprar_libro .comprar_digital {
	border-left-width: 1px;
	border-left-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left-color: #CCC;
	padding-left: 30px;
	float: right;
	width: 344px;
}
@media only screen and (max-width:600px) { 
.comprar_libro .comprar_digital {
	float: none;
	width: 100%;
	padding-left: 0px;
	border-left: none;
}
}
.comprar_papel .compra_exterior {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
.comprar_papel .compra_exterior img {
	width: 250px;
}

.comprar_libro .tit_comprar {
	font-size: 30px;
	color: #999999;
	text-align: center;
	margin-top: 20px;
	line-height: 28px;
	margin-bottom: 20px;
}
.comprar_libro .tit_comprar .libro {
	font-size: 22px;
	color: #3976B3;
}

.comprar_libro #smart-button-container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#espere {
	display: none;
	background-color:#900;
	color:#FFF;
	font-size:20px;
	padding:10px;
	margin-bottom:40px;
	margin-top:40px;
	text-align:center;
	border-radius:10px
}
.accordion {
	background-color: #eee;
	cursor: pointer;
	width: 100%;
	border: none;
	outline: none;
	transition: 0.4s;
	border-radius: 10px;
	margin-top: 20px;
	text-align: center;
	line-height: 65px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
	padding: 20;
	display: none;
	background-color: white;
	overflow: hidden;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 20px;
}
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.bloque_alumnos {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bloque_alumnos .fecha {
	color: #999;
	float: right;
	font-size: 15px;
}
.bloque_alumnos .nombre {
	color: #3976B3;
	font-size: 18px;
	padding-bottom: 10px;
}
.tabla_cursos {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 30px;
	clear: both;
	padding-bottom: 30px;
}
@media only screen and (max-width:600px) { 
.tabla_cursos {

}
}
.tabla_cursos .col_izq {
	width: 280px;
	float: left
}
@media only screen and (max-width:600px) { 
.tabla_cursos .col_izq {
	float: none;
	width: 100%;
	text-align: center;
	background-color: #F2F2F2;
	margin-bottom: 15px;
	position: relative
}
}
.tabla_cursos .foto_curso {
	width: 260px;
}
@media only screen and (max-width:600px) { 
.tabla_cursos .foto_curso {
	width: 100%;
	
}
}
.tabla_cursos .duracion {
	position: absolute;
	z-index: 5;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	font-size: 13px;
	margin-top: 120px;
	float: right;
	padding-right: 3px;
	padding-left: 3px;
	margin-left: 7px;
}
@media only screen and (max-width:600px) { 
.tabla_cursos .duracion {
	bottom:0

}
}
.tabla_cursos .col_der {
	font-size: 15px;
	color: #666;
	line-height: 22px;
	float: right;
	width: 450px;
}
@media only screen and (max-width:600px) { 
.tabla_cursos .col_der {
	float: none;
	width:100%
}
}
.tabla_cursos .titulo_curso a {
	font-size: 18px;
	color: #3976B3;
	text-decoration: none;
}
.tabla_cursos .titulo_curso a:hover {
	text-decoration: underline;
}
.tabla_cursos .fecha {
	float: left;
	padding-right: 10px;
}
.tabla_cursos .ico {
	float: left;
	margin-right: 10px;

}
.tabla_cursos .idiomas {
	padding-top: 10px;
	clear: left;
}
.tabla_cursos .bt_descarga {
	color: #666;
	background-color: #D3E5F1;
	padding-right: 7px;
	padding-left: 7px;
	text-decoration: none;
	float: left;
}
.tabla_cursos a.bt_descarga:hover {
	color: #3976B3;
}
.paginacion {
	clear: both;
	text-align: center;
	font-size: 14px;
	color: #999;
}
.no_hay {
	padding: 10px;
	border: 1px solid #B1CDE4;
	text-align: center;
	margin-bottom: 20px;
}

.paginacion .numeros {
}
@media only screen and (max-width:600px) { 
.paginacion .numeros {
	float: none;
	width: 100%;
	margin-bottom:10px
}
}
.paginacion .numero {
	color: #999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

.paginacion a.numero:hover {
	color: #666;
}
.paginacion .numero_active {
	color: #FFF;
	text-decoration: none;
	background-color: #3976B3;
	padding-right: 5px;
	padding-left: 5px;
}
.paginacion form {
	padding: 0px;
	color: #999;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
@media only screen and (max-width:600px) { 
.paginacion form {
	float: none;

}
}
.paginacion form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: center;
	font-family: 'Asap', sans-serif;
	width: 70px;
	border: 1px solid #CCC;
	border-radius:5px;
	padding:5px
}
#buscador {
	margin-bottom: 30px;
	background-color: #F2F2F2;
	clear: both;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-radius: 10px;
}
#buscador .buscador_izq {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 650px;
}
@media only screen and (max-width:600px) { 
#buscador .buscador_izq {
	width: 100%;
	padding: 0px;
}
}

#buscador form {
	margin: 0px;
	padding: 0px;
}
#buscador #bt  {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
}
@media only screen and (max-width:600px) { 
#buscador #bt {
	width: 98%;
}
}
#buscador #bc {
	width: 240px;
}
@media only screen and (max-width:600px) { 
#buscador #bc {
	width: 98%;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
}
#buscador #bi, #buscador #bs {
	width: 90px;
	margin: 0px;
}
@media only screen and (max-width:600px) { 
#buscador #bi, #buscador #bs {
	width: 30%;
}
}
@media only screen and (max-width:400px) { 
#buscador #bi, #buscador #bs {
	width: 25%;
}
}
#buscador .izq1 {
	float: left;
}
@media only screen and (max-width:600px) { 
#buscador .izq1 {
	float: none;
}
}
#buscador .izq2 {
	float: right;
}
@media only screen and (max-width:600px) { 
#buscador .izq2 {
	float: none;
}
}


#buscador .caja {
	background-color: #FFF;
	border: 1px solid #B1CDE4;
	font-family: 'Asap', sans-serif;
	font-size: 15px;
	color: #666;
	margin-bottom: 5px;
	margin-right: 5px;
	border-radius:5px;
	padding:5px
}

#buscador .bt {
	float: right;
	width: 50px;
	background-image: url(../img_/bt_buscador.png);
	height: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: center;
}
@media only screen and (max-width:600px) { 
#buscador .bt {
	float: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
}
#botonera_categorias {
	color: #3976B3;
	background-color: #F2F2F2;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-bottom: 20px;
}
#botonera_categorias .titulo {
	font-size: 20px;
	padding-bottom: 10px;
}
#botonera_categorias .bt {
	padding-bottom: 5px;
	text-indent: -10px;
}
#botonera_categorias .bt a {
	color: #999;
	text-decoration: none;
	font-size: 16px;
}
#botonera_categorias .bt a:hover {
	color: #3976B3;
}
.botonera_categorias2 {
	background-color: #3976B3;
	clear: both;
	margin-bottom: 20px;
	font-size: 14px;
	color: #FFF;
	width:100%;
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius:10px
}
@media only screen and (max-width:600px) { 
.botonera_categorias2 {
	display: block;
}
}
.botonera_categorias2 .caja {
	background-color: #FFF;
	border: 1px solid #B1CDE4;
	font-family: 'Asap', sans-serif;
	font-size: 14px;
	color: #666;
	width: 73%;
	padding: 5px;
	border-radius: 5px
}
.video_destacado {
	text-align: center;
	border: 1px solid #3976B3;
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
	border-radius: 10px;
	float:left;
	width: 502px
}
.video_destacado_texto2 {
	float:right;
	width:200px;
	margin-top: 30px;
}
.video_destacado .video_foto iframe {
	width:500px;
	height:300px
}
@media only screen and (max-width:600px) { 
.video_destacado {
	float:none
}
.video_destacado .video_foto iframe {
	width: 100%;
	height: 200px
}
.video_destacado_texto2 {
	float:none;
	width:100%;
	margin-top: 30px;
	margin-bottom:30px;
	text-align:center
}
}
.video_destacado .titulo {
	font-size:22px
}
#smart-button-container.centrado {
	padding-left:100px;
	padding-right:100px
}
.caja_LC {
	text-align: center;
	padding-bottom: 20px;
}
.caja_LC .volver {
	float: right;
	font-size: 14px;
}
.caja_privado {
	border: 1px solid #CCCCCC;
	font-family: 'Asap', sans-serif;
	font-size: 15px;
	color: #666;
	margin-bottom: 5px;
	margin-right: 5px;
	border-radius:5px;
	padding:5px
}
.azul {
	color: #0072BB;
}
.bloque_conf {
	width: 355px;
	margin-right: 18px;
	float: left;
	text-align: center;
	height: 300px;
	border: 1px solid #3976B3;
	cursor: pointer;
	margin-bottom: 20px;
	border-radius: 10px;
}
@media only screen and (max-width:600px) { 
.bloque_conf {
	margin-right: auto;
	float: none;
	margin-left:auto;
	max-width: 355px;
	width:100%;
	height: auto;
	padding-bottom:15px
}
}
.bloque_conf .foto {
	width: 100%;
	margin-bottom: 15px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	height:200px;
	object-fit:cover
}
.bloque_conf .titulo {
	font-size: 18px;
	color: #3976B3;
	padding-right: 10px;
	padding-left: 10px;
}
.bloque_conf .texto {
	padding-top: 5px;
}
#cantidad_letras {
	font-size: 15px;
	font-family: 'Asap', sans-serif;
	color: #666;
	width: 100px;
	line-height: 25px;
	padding-left: 10px;
	margin-right: 20px;
	border: 1px solid #CCC;
	border-radius: 5px;
}
.caja_nombres {
	font-size: 15px;
	color: #666;
	margin-bottom: 10px;
	width: 100%;
	line-height: 25px;
	border: 1px solid #CCC;
	border-radius: 5px;
}

.bt_nombres {
	font-size: 15px;
	background-color: #0072BB;
	font-family: 'Asap', sans-serif;
	color: #FFF;
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 10px;
	border: 1px solid #0072BB;
	cursor: pointer;
	border-radius: 10px;
}
#progreso {
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px
}
@media only screen and (max-width:600px) { 
#progreso {
	padding-left:0px;
	padding-right:0px
}
}
.logo_evento {
	float: right;
	width: 150px;
	margin-bottom: 20px;
}
@media only screen and (max-width:600px) { 
.logo_evento {
	float: none;
	display:block;
	margin-right:auto;
	margin-left:auto
}
}
.popup {
	position: fixed;
	z-index: 999;
	left: 0px;
	bottom: 0px;
	text-align: right;

	padding-left: 10px;
}
.popup_banner {
	max-width:300px;
	max-height:300px;
		margin-bottom: 20px;
	  -webkit-filter: drop-shadow(5px 5px 5px #666);
  filter: drop-shadow(5px 5px 5px #666);
}
.volver_clase {
	float: right;
	color: #999;
	text-decoration: none;
	font-size: 14px

}
#comentarios_clase {
	padding-right: 150px;
	padding-left: 150px;
	margin-top: 50px
}
@media only screen and (max-width:600px) { 
#comentarios_clase {
	padding-right: 0px;
	padding-left: 0px;
}
}
#comentarios_clase .form{
	padding: 20px;
	background-color: #F2F2F2;
	margin-bottom: 30px

}
#comentarios_clase .tit {
	font-size: 25px;
	text-align: center;
	color: #3976B3;
	margin-bottom: 20px
}
#comentarios_clase .respuesta{
	padding: 20px;
	margin-left: 50px;
	border-left: 1px solid #CCC;
	margin-top: 10px;

}
#form_completo {
	padding-right: 150px;
	padding-left: 150px;
	margin-top: 50px
}
@media only screen and (max-width:600px) { 
#form_completo {
	padding-right: 0px;
	padding-left: 0px;
}
}
#form_completo .titulo{
	text-align: center;
	font-size: 25px;
	padding-bottom: 10px;
	color: #0072BB

}
#sig_clase {
	margin-top: 50px;
text-align: center;
}
#sig_clase .titulo{

	font-size: 25px;
	padding-bottom: 10px;
	color: #0072BB
}
#sig_clase input{
	background-color: brown;
	border-color:brown;
	cursor: default
}
#sig_clase a{
	color: #666;
	text-decoration: none
}
.bloque_clase {
	width: 342px;
	margin: 1px;
	border: 1px solid #CCCCCC;
	float: left;
	text-align: center;
	padding: 10px
}
@media only screen and (max-width:600px) { 
.bloque_clase {
	width: 100%;
	float: none;
	padding-left: 0px;
	padding-right: 0px
}
}
.bloque_clase .titulo{
	font-size: 18px
}
.bloque_clase.en_curso {
	background-color: #0072bb; 
	color:#FFF
}
.bloque_clase.completado {
	background-color: #CCC; 
}
.bloque_clase.proximamente {
	background-color: #d7e5ef; 
}
.bloque_clase.ver {
	background-color: #d7e5ef; 
	cursor: pointer
}
div.bloque_clase.ver:hover {
	background-color: #ed719e; 
	color:#FFF
}