/*Estilos del diccionario total*/
#dicc_total {
	position: absolute;
	box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.8);
	background-color: #F5EFDC;
	top: 0px;
	left: 0px;
	-webkit-tap-highlight-color: transparent;
	display: none;
}

#dicc_total .cred_lector {
    cursor: pointer;
}

#dicc_total .cred_lector:hover {
    text-decoration: underline;
}

#dicc_total .verbigracia {
    color: #993300;
    font-variant: small-caps;
}

#dicc_total .dtcanvas {
	position: absolute;
	width: 96%;
	height: 96%;
	left: 2%;
	top: 2%;
}

#dicc_total .close {
	position: absolute;
	right: 8px;
	top: 12px;
    width: 24px;
    height: 24px;
	cursor: pointer;
	background-image: url(../imgSocial/close3.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#dicc_total .add_new_word {
	position: absolute;
    left: 30px;
    top: 12px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url(ltotal/imagenes/addNewWord.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#dicc_total .add_new_words_block {
	position: absolute;
    left: 60px;
    top: 12px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url(ltotal/imagenes/addNewWords.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#dicc_total .pass_table {
	width: 100%;
	text-align: center;
}

#dicc_total .next,
#dicc_total .back  {
	color: #B87F23;
	font-size: 16px;
	cursor: pointer;
	float: left;
	width: 50%;
}

#dicc_total .column.wdcol {
	float: left;
	margin-left: 5%;
	height: 100%;
}

#dicc_total .column.txtcol {
	float: left;
	margin-left: 5%;
	width: 42%;
	height: 100%;
}

#dicc_total .contentcanvas {
	width: 100%;
	height: 96%;
}

/* Estilos diccionario total columnas de palabras*/

#dicc_total .cont_words {
	position: absolute;
	display: block;
	width: 30%;
	height: 90%;
	left: 0;
	top: 50px;
	background-color: #DED9BC;
	padding: 1% 0;
	box-sizing:border-box;
}

#dicc_total .cont_words p.wd {
	color:#3F2A18;
	margin: 0 0 4px 0;
	cursor: pointer;
	font-size: 12pt;
	line-height: 20px;
	font-family:OpenSansW,Helvetica,Verdana,sans-serif;
	font-variant: small-caps;
}

#dicc_total .cont_words p.wd:hover {
	color:#993300;
}

#dicc_total .cont_words p.wd.selec {
	color:#993300;
	font-weight: bold;
}

/* Fin. Estilos diccionario total columnas de palabras*/


/* Estilos diccionario total columnas de texto*/
#dicc_total .cont_text {
	position: absolute;
	display: block;
	width: 70%;
	height: 90%;
	left: 30%;
	top: 50px;
	background-color: #F5EFDC;
	padding: 1% 0;
	box-sizing:border-box;
}

#dicc_total .cont_text h1 {
	margin: 30px 0 0 0;
	color:#993300;
	font-family:OpenSansW,Helvetica,Verdana,sans-serif;
    font-size: 14pt;
    font-variant: small-caps;
    font-weight: bold;
    text-align: center;
}

#dicc_total .cont_text h1:first-child {
	margin-top: 0px;
}

#dicc_total .cont_text h2 {
	font-size: 10pt;
	color: #993300;
    font-family: OpenSansW,Helvetica,Verdana,sans-serif;
    margin: 18px 0 0 0;
    font-weight: normal;
}

#dicc_total .cont_text h2:first-child {
	margin-top: 0px;
}


#dicc_total span.share_word {
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-image: url('../css/ltotal/imagenes/social/shareIcon.svg');
	background-size: 100% 100%;
}

#dicc_total span.edit_word {
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-image: url('../css/ltotal/imagenes/icons/edit.png');
	background-size: 100% 100%;
}

#dicc_total span.tag_favorite {
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-image: url('../img/star_2.svg');
	background-size: 100% 100%;
}

#dicc_total span.tag_favorite.favorite {
    background-image: url('../img/star.svg');
}

#dicc_total .cont_text p {
	color:#3F2A18;
	text-align: justify;
	margin: 3px 0 0 0;
	font-size: 13pt;
	font-family: Times New Roman,Times,serif;
	line-height: 21px;
}

#dicc_total .cont_text img.img_embed_palabras {
	display: block;
	margin: 0 auto;
}

#dicc_total .cont_text span.ref_pal {
	color: #387D3B;
	cursor: pointer;
	font-variant: small-caps;
}

#dicc_total .cont_text span.ref_pal:hover {
	color: #4BC550;
}

#dicc_total span.sub_entrada {
    color: #993300;
    font-variant: small-caps;
    cursor: pointer;
}

#dicc_total span.sub_entrada:hover {
    color: #401500;
}

#dicc_total span.lang {
    color: rgb(142, 80, 0);
}

#dicc_total span.lang.latin {
    font-style: italic;
}

#dicc_total span.ending, #dicc_total span.supplement {
    color: rgb(130, 150, 50);
}

#dicc_total span.autoridad_author {
    color: #993300;
    font-variant: small-caps;
}

#dicc_total span.autoridad_work {
    color: rgb(130, 150, 50);
    font-style: italic;
}

#dicc_total span.autoridad_cita {
    font-style: italic;
    color: #000000;
    cursor: pointer;
}

#dicc_total span.lemma_uso {
    color: #993300;
    font-variant: small-caps;
}

#dicc_total span.nota_dicc {
    color: #8e5000;
    vertical-align: super;
    font-size: smaller;
}

#dicc_total span.expli_nota_dicc {
    color: #8e5000;
}

#dicc_total span.index_nota_dicc {
    vertical-align: super;
    font-size: smaller;
}

#dicc_total span.modelo_conj {
    color: rgb(130, 150, 50);
    font-style: italic;
}

#dicc_total .cont_text .column_separator {
	border-right: 1px solid #808080;
    float: left;
    width: 1px;
    height: 100%;
    margin-left: 5%;
}

#dicc_total .cont_text .colum_paginador {
	visibility: hidden;
	position: absolute;
	width: 42%;
}

/* Fin. Estilos diccionario total columnas de texto*/

#dicc_total .wrapImg {
    visibility: hidden;
}

/* Buscador */

#dicc_total .busca_cont {
	position: absolute;
	width: 80%;
	height: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

#dicc_total .busca_cont .busca_input {
	padding-left: 20px;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #808080;
    border-radius: 46px;
    position: absolute;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    left: 0px;
    right: 0px;
    margin: auto;
    outline: 0;
}

#dicc_total .busca_cont .search_msg {
	color: #993300;
    font-size: 8pt;
    font-style: italic;
    margin-top: 5px;
    text-align: right;
}

#dicc_total .prologo_cont {
	position: absolute;
	display: block;
	width: 70%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-family: Times New Roman,Times,serif;
	font-size: 20px;
	max-height: 250px;
	overflow: hidden;
}

#dicc_total .prologo_cont .pal_dic {
	text-align: left;
	cursor: pointer;
}

#dicc_total .prologo_cont .pal_dic:hover {
	color:#993300;
}

#dicc_total span.letraNombres {
	color: #0070ff;
	line-height: normal;
	text-decoration: underline;
}

/* Fin. Buscador */

/* conetenedor cargar palabras */
#dicc_total .loading_words {
    position: relative;
    display: block;
    width: 50%;
    height: 20px;
    left: 0%;
    top: 50%;
    color: #000000;
    line-height: 16px;
    text-align: center;
    box-sizing: border-box;
}
/* FIN conetenedor cargar palabras */

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait),
only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) {
	#dicc_total .cont_words {
		display: none;
		width: 100%;
		left: 0;
		-webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
	}

	#dicc_total .cont_text {
		width: 100%;
		left: 0;
		-webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
	}

	#dicc_total .column.txtcol {
		width: 90%;
	}

	#dicc_total .cont_text .colum_paginador {
		width: 90%;
	}

	#dicc_total .menu {
    	position: absolute;
	    left: 8px;
	    top: 12px;
	    width: 24px;
	    height: 24px;
	    cursor: pointer;
	    background-image: url('../img/list.svg');
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	}

	#dicc_total .next,
	#dicc_total .back {
		position: absolute;
		width: 24px;
		height: 24px;
		bottom: 0;
		background-repeat: no-repeat;
    	background-size: 100% 100%;
	}
	#dicc_total .next {
		right: 0;
		background-image: url(../imgSocial/arrowNext.svg);
	}
	#dicc_total .back  {
		left: 0;
		background-image: url(../imgSocial/arrowBack.svg);
	}
	#dicc_total .loading_words {
	    width: 100%;
	    left: 0%;
	}
}

/* 
IPADS          (portrait) and (landscape)
IPAD PRO SMALL (portrait) and (landscape)
IPAD PRO BIG   (portrait) and (landscape)
TABLET SAMSUNG GALAXY TAB A (portrait) and (landscape)
*/
@media only screen and (min-device-width : 765px) and (max-device-width : 780px) and (orientation : portrait),
only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape),
only screen and (min-device-width: 834px) and (max-device-width: 834px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-width: 1112px) and (max-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (min-width: 1366px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (min-device-width: 800px) and (max-device-width: 800px) and (orientation: portrait),
only screen and (min-device-width: 1280px) and (max-device-width: 1280px) and (orientation: landscape) {
	#dicc_total .cont_words,
	#dicc_total .cont_text {
		-webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;

	}
	#dicc_total .cont_text .colum_paginador {
		width: 90%;
	}
	#dicc_total .add_new_word {
		box-sizing: border-box;
	}
	#dicc_total .column.txtcol {
		-webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    	width: 90%;
    	height: 100%;
	}
	#dicc_total .cont_text h1 {
	    font-size: 17pt;
	}#dicc_total .cont_text h2 {
		font-size: 13pt;
		line-height: 23px;
	}#dicc_total .cont_text p {
		font-size: 16pt;
		line-height: 24px;
	}#dicc_total .cont_words p.wd {
		font-size: 15pt;
		line-height: 21px;
	}
}

/* IPHONE 6 (portrait) */
@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) {
	#dicc_total .cont_words,
	#dicc_total .cont_text {
		top: 40px;
		height: 94%;
	}
	#dicc_total .add_new_word {
		left: 40px;
	}
}

/* IPHONE 6 (landscape) */
@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) {
	#dicc_total .cont_words,
	#dicc_total .cont_text {
		top: 36px;
		height: 90%;
	}
	#dicc_total .add_new_word {
		left: 40px;
	}
}