/**********************************************************************************************************************/
/** ESTILOS www.masqmoda.com - 26.11.2013					 							  			  				  */
/**********************************************************************************************************************/

/** Importación de Google Fonts ***************************************************************************************/

@import url(https://a197ce.claudeassets.com/20191012042751cs_/https://fonts.googleapis.com/css?family=Artifika);
@import url(https://360ab3.claudeassets.com/20191012042751cs_/https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,400italic);
@import url('https://c003a2.claudeassets.com/20191012042751cs_/https://fonts.googleapis.com/css?family=Sue+Ellen+Francisco&display=swap');

/** ELEMENTOS GENERALES ***********************************************************************************************/

html {
}


body {
    margin: 0px;
    padding: 0px;
	background-color: #ebebeb;
}

body.scrollOff {
	overflow: hidden;
}

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

p {
    color: #333333;
    font-family: 'Artifika', serif;
    font-size: .8em;
    text-align: justify;
}

li {
    color: #333333;
    font-family: 'Artifika', serif;
    font-size: .8em;
	text-align: justify;
}

a {
    outline: none;
    color: #da0000;
    font-weight: inherit;
    text-decoration: none;
}
a:hover {
    color: #da0000;
    text-decoration: underline;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
    display: block; 
}

.clearfloat {
    clear: both;
    float: none;
}

h1 {
    color: #333333;
    font-family: 'Artifika', serif;
    text-align: justify;
    font-weight: bold;
}

h2 {
    color: #333333;
    font-family: 'Artifika', serif;
    text-align: justify;
    font-weight: bold;
    font-size: 0.9em;
}

h3 {
    color: #333333;
    font-family: 'Artifika', serif;
    text-align: justify;
    font-weight: bold;
    font-size: 0.8em;
}

iframe {
	display: block; 
}

iframe.oculto {
    margin:0px;
    padding:0px;
    overflow: hidden;
    visibility: hidden;
    display: none;
}

input {
	height: 20px;
    margin: 0px;
    padding: 0px;
    padding-left: 2px;
    padding-right: 2px;
    color: #333333;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;    
    background-color: #f1f1f1;
}

select {
	height: 20px;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;    
    background-color: #f1f1f1;
}

textarea {
    resize: none;
}

fieldset {
    margin:0px;
    margin-top: 10px;
    padding: 10px;
}

legend {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: bold;
}

td {
	color: #333333;
    font-family: 'Artifika', serif;
    font-size: .8em;
    line-height: normal;
}

*:focus {
	outline: none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #f1f1f1 inset;
}


/**********************************************************************************************************************/
/** ELEMENTOS COMUNES *************************************************************************************************/
/**********************************************************************************************************************/

.contenedor {
	z-index: 1;
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 20px;
	padding-top: 12em;
	/*
	box-shadow: 0px 0px 3px 2px #666666;
	-moz-box-shadow: 0px 0px 3px 2px #666666;
	-webkit-box-shadow: 0px 0px 3px 2px #666666;
	*/
	background-color: #ffffff;
}

.barraRS {
	z-index: 5;
	position: relative;
	height: 40px;
	text-align: right;
}

.barraRS img.iconoRS {
	display: inline;
	width: 32px;
	margin-top: 6px;
	margin-left: 4px;
}

.barraRS img.iconoRS:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%); 	
}

.logoCabecera {
	top: 25px;
	z-index: 2;
	position: absolute;
	width: 100%;
}
.logoCabecera img {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.logoCabecera p {
	margin: 0;
    margin-left: 11em;
	color: #286111;
	font-family: 'Sue Ellen Francisco', Arial, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
	line-height: 0em;
}

.hoy {
	margin-top: 103px;
}

.hoy p {
	margin-right: 95px;
	font-size: 0.7em;
	text-align: right;
	text-transform: uppercase;
	color: #999999;
}

.separadorCabecera {
	margin-top: 10px;	
}

.contenido {
	margin-top: 40px;
	background: url(https://83d0b1.claudeassets.com/20191012042751im_/https://www.masqmoda.com/imagenes/fondo960.png) repeat-y;
	min-height: 600px;
}

.cuerpo {
	position: relative;
	min-height: 600px;
}

.derecha {

}

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

.pie {
	margin-bottom: 10px;
}

.pie p {
	margin: 0px;
	padding: 5px;
	text-align: right;
	font-size: .7em;
	color: #333333;
}

.pie p a {
	color: #333333;
	text-decoration: none;
}

.pie p a:hover {
	text-decoration: underline;
}

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

.menu {
	width: 100%;
	height: auto;
	position: relative;
}

.menu ul {
	margin: 0px;
	padding: .5em;
	padding-bottom: 0;
	list-style: none;
    /*background-color: #ebebeb;*/
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.menu li {
	margin: 0px;
	font-size: 0.9em;
	line-height: normal;
	color: #333333;
	cursor: pointer;
	border-bottom: 4px solid #ffffff;
}

.menu li:hover {
	color: #333333;
	border-bottom: 4px solid #000000;
}

.menu li.On {
	color: #333333;
	border-bottom: 4px solid #000000;
}

.submenuServicios {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	background-color: #cfcfcf;
	width: 100%;
}

.submenuServicios ul {
	margin: 0px;
	padding: 5px;
	background-color: #cfcfcf;
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.submenuServicios li.submenu {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 0.8em;
	border-bottom: 0;
}

.submenuServicios li.submenu:hover {
	color: #ffffff;
	border-bottom: 0px;
}

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

.menuMovil {
	z-index: 10;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 50px;
	background-color: #eeeeee;
}

.menuMovil img.logoMovil {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	height: 20px;
}

#botonMenuMovil {
	cursor: pointer;
	float: left;
	margin: 7px;
}

#botonMenuMovil .bar1, #botonMenuMovil .bar2, #botonMenuMovil .bar3 {
	margin: 5px;
	width: 25px;
	height: 5px;
	display: block;
	background-color: #000000;
	border-radius: 1px;
}

#botonMenuMovil .bar:last-child {
	margin-bottom: 0;
}

#menuLateralMovil {
	position: fixed;
	z-index: 9;
	top: 0px;
	left: -240px;
	width: 240px;
	height: 100%;
	padding-top: 50px;
	overflow-y: auto;
	background-color: #000000;
	background-color: rgba(0,0,0,0.9);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: left 0.5s ease-in-out;
	-moz-transition: left 0.5s ease-in-out;
	-ms-transition: left 0.5s ease-in-out;
	-o-transition: left 0.5s ease-in-out;
	transition: left 0.5s ease-in-out;
}

#menuLateralMovil.open-sidebar {
	left: 0;
}

#menuLateralMovil img.iconoVolver {
	cursor: pointer;
	float: right;
	width: 24px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#menuLateralMovil ul {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	list-style: none;
}

#menuLateralMovil ul li {
	cursor: pointer;
	margin: 0;
	padding: 1em;
	font-size: 0.9em;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

#menuLateralMovil ul li:last-child {
	border-bottom: 0px;
}

#menuLateralMovil ul li.submenuM {
	margin-left: 20px;
	margin-right: 20px;
	padding: 1em;
	font-size: 0.7em;
}

#menuLateralMovil ul li a {
	color: #ffffff;
	text-decoration: none;
}

#menuLateralMovil div.rs {
	float: none !important;
	display: table !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 50px;
}

#menuLateralMovil div.rs img {
	cursor: pointer;
	display: inline;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	margin-right: 10px;
	filter: gray; /* IE6-9 */
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

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

.moduloLogin {
    margin-top: 1em;
}

.moduloLogin img.foto {
	width: 100%;
}

.moduloLogin img.icono {
	float: left;
	margin-top: 2px;
	margin-right: 2px;
}

.moduloLogin img.iconoOff {
	cursor: pointer;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
}

.moduloLogin p.nombre {
	margin: 0px;
	padding-top: 5px;
	text-align: left;
	font-size: .8em;
	font-weight: bold;
	color: #333333;
}

.moduloLogin p.email {
	margin: 0px;
	text-align: left;
	font-size: .7em;
	font-weight: normal;
	color: #999999;
}

.moduloLogin p.logout {
	margin: 0px;
	text-align: left;
	font-size: .7em;
	font-weight: normal;
	color: #999999;
}

.moduloLogin p a {
	color: #999999;
	text-decoration: none;
}

.moduloLogin p a:hover {
	color: #da0000;
	text-decoration: none;
}

.fAcceso {
	display: none;
}

.cajaLogin {
	width: 30%;
	float: left;
	margin: 0px;
	margin-right: 10px;
}

.cajaLogin p {
    margin: 0px;
    margin-top: 7px;
    margin-bottom: 3px;
    font-size: .7em;
    color: #333333;
}

.cajaLogin input {
    width: 100%;
    font-size: .7em;    
}  
    
.mensajesLogin {
	height: 25px;
}

.mensajesLogin p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #ff0000;
	text-transform: uppercase;
}

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

h1.tituloModulo {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 1em;
	font-weight: normal;
	line-height: 15px;
	border-bottom: 2px solid #999999;
}

h1.tituloModuloSM {
	box-sizing: border-box;
	margin: 0px;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 1em;
	font-weight: normal;
	background: #f1f1f1;
}

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

.moduloBuscador {
	margin-top: 40px;
}

.moduloBuscador img {
	float: left;
	cursor: pointer;
	margin-left: 5px;
}

.cajaBuscador {
	width: 70%;
	float: left;
	margin: 0px;
	margin-right: 5px;
}

.cajaBuscador input {
    width: 98%;
    font-size: .7em;
	margin: 0px;
	padding: 1%;
    color: #333333;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;    
    background-color: #F1F1F1;    
}

.mensajesBuscador {
	margin: 0px;
	padding: 0px;
	height: 25px;
}

.mensajesBuscador p.OK {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #4c61ff;
	text-transform: uppercase;
}

.mensajesBuscador p.KO {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #ff0000;
	text-transform: uppercase;
}


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

.moduloUltimosPost {
	margin-top: 40px;
}

.moduloUltimosPost ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
    list-style-image: url(https://34a1cb.claudeassets.com/20191012042751im_/https://www.masqmoda.com/imagenes/iconoIndicador.png);
    list-style-position: inside;
}

.moduloUltimosPost ul li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 0.9em;
}

.moduloUltimosPost ul li:last-child {
	margin-bottom: 0px;
}

.moduloUltimosPost ul li a {
	color: #333333;
	text-decoration: none;
}

.moduloUltimosPost ul li a:hover {
	color: #333333;
	text-decoration: underline;
}

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

.moduloInstagram {
	margin-top: 40px;
	/*margin-bottom: 30px;*/
}

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

.moduloEntradasRecomendadas {
	margin-top: 40px;
}

.moduloEntradasRecomendadas ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
    list-style-image: url(https://34a1cb.claudeassets.com/20191012042751im_/https://www.masqmoda.com/imagenes/iconoIndicador.png);
    list-style-position: inside;
}

.moduloEntradasRecomendadas ul li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 0.9em;
	text-align: left;
}

.moduloEntradasRecomendadas ul li:last-child {
	margin-bottom: 0px;
}

.moduloEntradasRecomendadas ul li a {
	color: #333333;
	text-decoration: none;
}

.moduloEntradasRecomendadas ul li a:hover {
	color: #333333;
	text-decoration: underline;
}

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

.moduloArchivo {
	margin-top: 40px;
}

.moduloArchivo ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
    list-style-image: url(https://34a1cb.claudeassets.com/20191012042751im_/https://www.masqmoda.com/imagenes/iconoIndicador.png);
    list-style-position: inside;
}

.moduloArchivo ul li {
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 0.9em;
}

.moduloArchivo ul li:last-child {
	margin-bottom: 0px;
}

.moduloArchivo ul li ul {
	display: none;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

.moduloArchivo ul li ul li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 1em;
}

.moduloArchivo ul li ul li:last-child {
	margin-bottom: 0px;
}

.moduloArchivo ul li a {
	color: #333333;
	text-decoration: none;
}

.moduloArchivo ul li a:hover {
	color: #333333;
	text-decoration: underline;
}

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

.moduloTwitter {
	margin-top: 20px;
}

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

.moduloSobreMi {
	margin-top: 16px;
}

.moduloSobreMi img {
	width: 100%;
}

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

.moduloMailing {
	margin-top: 20px;
}

.moduloMailing .email {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
	
.moduloMailing .email input {
	box-sizing: border-box;
	width: calc(100% - 35px);
	height: 25px;
	margin: 0px;
	padding: 0px 30px 0px 10px;
    color: #333333;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;    
    background-color: #F1F1F1; 	
}

.moduloMailing .email img {
	cursor: pointer;
	height: 25px;
}

.contMensajes {
	margin: 3px 0px 3px 0px;
	position: relative;
	height: 15px;
}

.contMensajes .mensajeMailing {
	display: none;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	margin: 0px;
	line-height: 15px;
    color: #ffffff;
	background-color: #da0000;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;
    text-align: center;    
}

.chkRGPD {
	margin-top: 5px;
}

.chkRGPD input {
	width: 22px !important;
	height: 22px !important;
	float: left !important;
	margin-right: 5px !important;
}

.chkRGPD p {
	margin: 0px;
	font-size: 0.6em !important;
	text-align: left !important;
}

.chkRGPD p a {
	color: #000000;
    text-decoration: underline;
}

.chkRGPD p.info {
	margin: 0px;
	font-size: 0.6em !important;
	text-align: justify !important;
}

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

.banner1 {
	margin-top: 0px;
}

.banner1 img {
	width: 100%;
}

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

.controlesPaginacion {
	margin-top: 20px;
	margin-bottom: 20px;
}

.controlesPaginacion div {
	cursor: pointer;
}

.controlesPaginacion img {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	margin-left: 1px;
	margin-right: 1px;
}

.controlesPaginacion p {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    color: #333333;
    font-family: Arial;
    font-size: 0.7em;
}

.controlesPaginacion a p {
	color: #333333;
	text-decoration: none;
}

.controlesPaginacion a:hover p {
	color: #000000;
	text-decoration: underline;
}

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

.videoResponsive {
       position: relative;
       padding-bottom: 56.25%; /* 16:9 */
       height: 0;
}

.videoResponsive iframe {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       z-index: 1;
}


/**********************************************************************************************************************/
/** BOTONES ***********************************************************************************************************/
/**********************************************************************************************************************/
	
.boton {
	cursor: pointer;
	display: table;
    height: 24px;
    margin: 0px;
	padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
	background-color: #ef1920;
}

.boton:hover {
	background-color: #000000;
}

.boton p {
	margin: 0px;
	padding: 0px;
	margin-top: 11px;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size: .7em;
	line-height: 0px;
	text-transform: uppercase;
	color: #ffffff;
	
}

.boton p a {
	color: #ffffff;
	text-decoration: none;
}

.botonOff {
cursor: pointer;
	display: none;
    height: 24px;
    margin: 0px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;	
	background-color: #f7cccc;
}

.botonOff p {
	margin: 0px;
	padding: 0px;
	margin-top: 11px;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size: .7em;
	line-height: 0px;
	text-transform: uppercase;
	color: #ffffff;
}

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

.bEntrar {
	float: left;
	margin-top: 25px;
}

.bBuscar {
	float: left;
	margin-top: 0px;
}

.bND {
	float: right;
	padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
	background-color: #359fdb;
}

.bNC {
	float: right;
	padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.bEnviar {
	width: 150px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}

.bComentar {
	width: 150px;
	float: right;
	margin-left: 10px;
}

.bResponder {
	float: right;
	margin: 0px;
	margin-left: 10px;
	padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}
	
.bSubirD {
	margin-top: 5px; 
	float: right;
}

.bEnviarConsulta {
	float: none;
	width: 150px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}


.bVolver {
	background-color: #666666;
}

.bRecortar {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.bNuevoPost {
	width: 100%;
	margin: 0px;
	margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.bAreaPrivada {
	float: right;
	margin-top: 10px;
}

.bEnviarConsulta {
	float: none;
	width: 150px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}





/**********************************************************************************************************************/
/** POSTS *************************************************************************************************************/
/**********************************************************************************************************************/

.cabeceraPost {
	padding-left: 10px;
	background: #f1f1f1;
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 30px;
	margin-bottom: 10px;
}

.cabeceraPost h1 {
    margin: 0px;
    padding: 3px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 100px;
    color: #da0000;
    text-align: justify;
    font-size: 1.3em;
    font-weight: normal;
}

.cabeceraPost h1 a {
    color: #da0000;
    text-decoration: none;
}

.cabeceraPost h1 a:hover {
    color: #333333;
}

.cabeceraPost img {
	margin: 3px;
	float: right;
	
}

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

.selectorCategorias {
	float: left;
    margin: 0px;
    padding: 0px;
    margin-top: -2px;
    margin-right: 3px;
    border: 0px;
    font-family: 'Artifika', serif;
    font-size: 1em;
    font-weight: normal;
    background-color: #ffffff;
    color: #666666;
    text-transform: uppercase;
}

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

.fechaPost {
	height: 18px;
	float: left;
	margin-top: 7px;
	margin-right: 30px;
	padding-left: 20px;
	background-image: url("https://051a68.claudeassets.com/20191012042751im_/https://www.masqmoda.com/imagenes/iconoCalendario.png");
	background-repeat: no-repeat;
	background-position: top left;
}

.fechaPost p {
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	font-size: 0.8em;
	
}

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

.comentariosPost {
	height: 18px;
	float: left;
	margin-top: 7px;
	margin-right: 30px;
	padding-left: 20px;
	background-image: url("https://daaba4.claudeassets.com/20191012042751im_/https://www.masqmoda.com/imagenes/iconoComentarios.png");
	background-repeat: no-repeat;
	background-position: top left;
}

.comentariosPost p {
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	font-size: 0.8em;
	line-height: 20px;	
}

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

.postPrincipal {
}

.postPrincipal div.foto {
	position: relative;
}

.postPrincipal div.foto img {
	width: calc(80% - 5em);
	margin: 10px auto;
}

.postPrincipal div.foto h1 {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    margin: 0px;
    padding: 5px 20px;
    color: #FFFFFF;
    /*background-color: rgba(255,255,255,0.8);*/
    text-align: center;
    font-size: 1.9em;
    font-weight: normal;
    text-shadow: 2px 2px #000000;
}

.postPrincipal h1 a {
    color: #FFFFFF;
    text-decoration: none;
}

.postPrincipal h1 a:hover {
    color: #666666;
}

.postPrincipal > p {
    font-size: .8em;
}

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

.postPrincipalDesactivado {
	
}

.postPrincipalDesactivado div.foto {
	position: relative;
}

.postPrincipalDesactivado div.foto img {
	width: calc(100% - 5em);
	margin: 10px auto;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	opacity: .25;
   -moz-opacity: .25;
   filter:alpha(opacity=25);	
}

.postPrincipalDesactivado div.foto h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    margin: 0px;
    padding: 5px 20px;
	color: #cccccc;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    font-size: 2em;
    font-weight: normal;
}

.postPrincipalDesactivado h1 a {
    color: #000000;
    text-decoration: none;
}

.postPrincipalDesactivado h1 a:hover {
    color: #666666;
}

.postPrincipalDesactivado > p {
    font-size: .8em;
    color: #cccccc;
}

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

.postListado {
}

.postListado h1 {
    margin: 0px;
    padding: 3px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 100px;
    color: #000000;
    text-align: left;
    font-size: 1.4em;
    font-weight: normal;
}

.postListado h1 a {
    color: #000000;
    text-decoration: none;
}

.postListado h1 a:hover {
    color: #666666;
}

.postListado img.fotoListado {
	float: left;
	margin-right: 20px;
}

.postListado > p {
    font-size: .8em;
}

.postListadoDesactivado {
	height: 300px;
}

.postListadoDesactivado img.fotoListado {
	float: left;
	margin-right: 20px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	opacity: .25;
   -moz-opacity: .25;
   filter:alpha(opacity=25);	
}

.postListadoDesactivado h1 {
	color: #cccccc;
	font-size: 1.4em;
	font-weight: normal;
}

.postListadoDesactivado p {
	color: #cccccc;
}

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

h2.categoria {
	float: left;
	margin: 0px;
	padding-left: 8px;
	background-image: url("https://34a1cb.claudeassets.com/20191012042751im_/https://www.masqmoda.com/imagenes/iconoIndicador.png");
	background-repeat: no-repeat;
	background-position: left;
	color: #666666;
	font-size: 0.8em;
	font-weight: normal;
}

h2.categoria a {
	color:#666666;
	text-decoration: none;
}

h2.categoria a:hover {
	color:#666666;
	text-decoration: underline;
}

.iconoUsuarioOnline {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	margin-left: 4px;
}

p.mas {
	float:right;
	margin: 0px;
	margin-top: 5px;
}

p.mas a {
	color: #da0000;
	text-decoration: none;
}

p.mas a:hover {
	color: #da0000;
	text-decoration: underline;
}

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

.post {
	margin-bottom: 40px;
}

.post p {
	font-size: 1em;
}

.post img.fotoPost {
	width: 60%;
	margin: 20px 20% 20px 20%;
}

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

.fechaPost2 {
	height: 20px;
	float: left;
	margin-right: 20px;
	padding-left: 20px;
	background-image: url("https://051a68.claudeassets.com/20191012042751im_/https://www.masqmoda.com/imagenes/iconoCalendario.png");
	background-repeat: no-repeat;
	background-position: center left;
}

.fechaPost2 p {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	line-height: 20px;
}

.comentariosPost2 {
	height: 20px;
	float: left;
	margin-right: 20px;
	padding-left: 20px;
	background-image: url("https://daaba4.claudeassets.com/20191012042751im_/https://www.masqmoda.com/imagenes/iconoComentarios.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.comentariosPost2 p {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	line-height: 20px;
}

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

.enlaceRS {
	float: left;
	margin-right: 20px;
}

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

.postDesactivado {
	margin-bottom: 40px;
}

.postDesactivado img.fotoH {
	float: left;
	width: 50%;
	margin-right: 20px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	opacity: .25;
   -moz-opacity: .25;
   filter:alpha(opacity=25);	
}

.postDesactivado img.fotoV {
	float: left;
	width: 50%;
	margin-right: 20px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);	
	opacity: .25;
   -moz-opacity: .25;
   filter:alpha(opacity=25);
}

.postDesactivado h1 {
	color: #cccccc;
}

.postDesactivado p {
	color: #cccccc;
}

h1.desactivado {
	color: #cccccc;
}

h1.desactivado a {
	color: #cccccc;
}

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

.barra {
	width: 100%;
	display: table;
    margin-bottom: 10px;
	background-color: #bfdce6;	
}

.tituloBarra {
	float: left;
    margin: 0px;
    margin-left: 5px;
    padding: 3px;
    font-size: 1em;
}

#bloqueND {
	display: none;
	margin: 0px;
	padding-bottom: 10px;
}

.documentoPost {
	float: left;
	width: 31%;
	margin: 1%;
}

.documentoPost img.a {
	float: left;
	width: 60px;
	margin-right: 10px;
}

.documentoPost p {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.documentoPost p a {
	color:#666666;
	text-decoration: none;
}

.documentoPost p a:hover {
	color:#666666;
	text-decoration: underline;
}

.documentoPost img.b {
	cursor: pointer;
	float: left;
	margin-right: 2px;
}

.documentoPost img.b:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
 	filter: alpha(opacity=50);
}

.documentoPost p.tam {
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size: 0.7em;
	text-align: left;
}

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

#bloqueNC {
	display: none;
	margin: 0px;
	padding-bottom: 10px;
}

.tituloComentarios {
	float: left;
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
    font-size: 1.1em;
}


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

.cajaComentario {
	display: table;
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #ef1920;   
}

.cajaComentario:last-child {
    border-bottom: 0px;
}

.cajaComentario div.cizq {
	float: left;
	width: 10%;
	margin-right: 2%;

}

.cajaComentario div.cder {
	float: left;
	width: 88%;
}

.cajaComentario img.foto {
	width: 100%;
}

.cajaComentario p.nombre {
    float: left;
    margin: 0px;
    padding: 0px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
}

.cajaComentario p.nombre img {
	cursor: pointer;
	float: left;
	margin-right: 3px;
}

.cajaComentario p.nombre img:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
 	filter: alpha(opacity=50);
}

.cajaComentario p.fecha {
    float: right;
    margin: 0px;
    padding: 0px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
}

.cajaComentario p.textoComentario {
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    text-align: justify;
}

.cajaComentario h2 {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
	text-decoration:underline;
}

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

.cajaRespuesta {
	display: table;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #999999;    
}

.cajaRespuesta:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.cajaRespuesta div.cizq {
	float: left;
	width: 6%;
	margin-right: 2%;
}

.cajaRespuesta div.cder {
	float: left;
	width: 92%;
}

.cajaRespuesta img.foto {
	width: 100%;
}

.cajaRespuesta p.nombre {
    float: left;
    margin: 0px;
    padding: 0px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
}

.cajaRespuesta p.fecha {
    float: right;
    margin: 0px;
    padding: 0px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
}

.cajaRespuesta p.textoComentario {
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight: normal;
    text-align: justify;
}

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

.controlesPaginacionComentarios {
	margin-top: 0px;
	margin-bottom: 10px;
}

.controlesPaginacionComentarios div {
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
}

.controlesPaginacionComentarios img {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	margin-left: 1px;
	margin-right: 1px;
}

.controlesPaginacionComentarios p {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    color: #333333;
    font-family: Arial;
    font-size: 0.7em;
}

.controlesPaginacionComentarios a p {
	color: #333333;
	text-decoration: none;
}

.controlesPaginacionComentarios a:hover p {
	color: #000000;
	text-decoration: underline;
}

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

#formularioComentarios {
    margin-top: 0px;
    
}

.bloqueFormularioComentarios {
	margin: 0px;
	margin-bottom: 10px;
}

.bloqueFormularioComentarios p {
    margin: 0px;
    padding: 2px;
    padding-left: 5px;
    font-size: 0.8em;
    color: #ffffff;
    background-color: #333333;
}

.bloqueFormularioComentarios input {
	width: 98%;
	margin: 0px;
	padding: 1%;
    color: #333333;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;    
    background-color: #F1F1F1;
    text-transform: capitalize;
}      

.bloqueFormularioComentarios textarea {
	width: 98%;
	margin: 0px;
	margin-bottom: 0px;
	padding: 1%;
    color: #333333;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;    
    background-color: #F1F1F1;
} 

#bloqueEnvio {
	width: 50%;
	float: right;
}

#mensajesEC {
    margin: 0px;
    padding: 0px;
    margin-right: 5px;
}

#mensajesEC p {
	margin: 0px;
	margin-top: 1px;
    font-size: 0.8em;
    text-align: right; 
    color: #ff0000;
    line-height: 14px;
    text-transform: uppercase;
}

.mensajesER {
    margin: 0px;
    padding: 0px;
    margin-right: 5px;
}

.mensajesER p {
	margin: 0px;
	margin-top: 1px;
    font-size: 0.8em;
    text-align: right; 
    color: #ff0000;
    line-height: 14px;
    text-transform: uppercase;
}

.fotoNC {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

.fotoRC {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.bv {
	float: right;
	margin-left: 10px;
}

.cita {
	font-size: 0.7em;
}

.errorVM {
	font-size: 0.7em;
	color: #ff0000;
	text-align: center;
}

.iconoVM {
	margin-left: auto;
	margin-right: auto;
}

#mesajesMailing {
	width: 290px;
	height: 80px;
	overflow-y: auto;
	border: 1px;
}



.formRespuesta {
	display: none;
	margin-top: 10px;
}

.bloqueFormularioRespuesta {
	width: 50%;
	float: left;
}

.bloqueFormularioRespuesta p {
    margin: 0px;
    padding: 1px;
    padding-left: 3px;
    font-size: 0.7em;
    color: #ffffff;
    background-color: #333333;
}

.bloqueFormularioRespuesta input {
	width: 98%;
	margin: 0px;
	padding: 1%;
    color: #333333;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .75em;    
    background-color: #F1F1F1;
    text-transform: capitalize;
}

.bloqueFormularioRespuesta textarea {
	width: 98%;
	margin: 0px;
	margin-bottom: 0px;
	padding: 1%;
    color: #333333;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .75em;    
    background-color: #F1F1F1;
} 

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

.botonesPost {
	display: table;
	margin: 0px;
	padding: 0px;
    float: right;
}

.botonesPost img {
	cursor: pointer;
    display: table;
    float: left;
    margin-left: 5px;
}


/**********************************************************************************************************************/
/** NUEVO POST ********************************************************************************************************/
/**********************************************************************************************************************/

#textoAyudaSeccion {
	background: #f1f1f1;
    margin-bottom: 5px;
    padding:10px;
}

#textoAyudaSeccion img.iconoAyuda {
    border: 0px;
    float: left;
    margin-right: 15px;
}

#textoAyudaSeccion p {
    border: 0px;
    font-size: .8em;
    line-height: normal;
    margin:0px;
    margin-top: 5px;
    margin-bottom: 3px;
}

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

.bloqueCampoFormulario {
    margin: 0px;
    margin-bottom: 10px;
}

.bloqueCampoFormulario p {
    margin: 0px;
    margin-top: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .75em;
    color: #333333;
}

.bloqueCampoFormulario input {
	margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
}

.bloqueCampoFormulario img {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.bloqueCampoFormulario div.selectorFoto {
	margin-top: 2px;
	float: left;
}

.bloqueCampoFormulario img.eliminarFoto {
 	float: left;
 	margin-left: 5px;
 	margin-right: 5px;
}

.bloqueCampoFormulario p.avisoFoto {
	display: none;
	margin: 0px;
	font-weight: bold;
	font-size: 0.7em;
}

#indicadorFoto {
	float: left;
	width: 32px;
	height: 32px;
	margin-top: -3px;
	margin-right: 10px;
    background-repeat: no-repeat;
}

.SinFoto {
	background-image: url("https://69b834.claudeassets.com/20191012042751im_/https://www.masqmoda.com/imagenes/iconoImgAviso.png");
}

.Subiendo {
	background-image: url("https://1532eb.claudeassets.com/20191012042751im_/https://www.masqmoda.com/imagenes/iconoImgCargando.gif");
}

.Exito {
	background-image: url("https://04f7c6.claudeassets.com/20191012042751im_/https://www.masqmoda.com/imagenes/iconoImgOk.png");
}

.Fallo {
	background-image: url("https://69b834.claudeassets.com/20191012042751im_/https://www.masqmoda.com/imagenes/iconoImgAviso.png");
}

#previoImagenContenedor {
	display: table;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.bloqueCampoEditor {
    margin: 0px;
    margin-bottom: 15px;
}

.bloqueCampoEditor textarea {
    width: 98%;
}

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

.contenidoSeccion {
	margin-left: 5%;
	margin-right: 5%;
}

.contenidoSeccion p {
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 1.1em;
}

.contenidoSeccion li {
	font-size: 1.1em;
	margin-bottom: 10px;
}

.contenidoSeccion img {
	width: 100%;
	margin: 30px auto 0px auto;
}

.ventanaMailing {
	margin-top: 40px;
	background-color: #DBECF3;
	padding: 10px;
	box-sizing: border-box;
	height: 300px;
	overflow-y: auto;
}

.ventanaMailing p {
	font-family: Courier;
	font-size: 0.9em;
}

/**********************************************************************************************************************/
/** DOCUMENTOS POST ***************************************************************************************************/
/**********************************************************************************************************************/

.bloqueCampoFormularioND {
    margin: 0px;
    margin-bottom: 5px;
}

.bloqueCampoFormularioND p {
    margin: 0px;
    padding: 2px;
    padding-left: 5px;
    font-size: 0.8em;
    color: #ffffff;
    background-color: #333333;
}

.bloqueCampoFormularioND input {
	width: 98%;
	margin: 0px;
	padding: 1%;
    color: #333333;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;    
    background-color: #F1F1F1;
    text-transform: capitalize;
}

#documentosPost {
	margin-bottom: 30px;
}

#comentariosPost {
	margin-top: 10px;
	margin-bottom: 30px;
}

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

.fotoGaleriaPost {
	float: left;
	width: 18%;
	margin: 1%;
}

.fotoGaleriaPost img.b {
	cursor: pointer;
	margin: 5px;
	position: absolute;
	z-index: 2;
}

.fotoGaleriaPost img.b:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
 	filter: alpha(opacity=50);
}

.fotoGaleriaPost img.foto {
	width: 100%;
}


/**********************************************************************************************************************/
/** CONSULTORIO *******************************************************************************************************/
/**********************************************************************************************************************/

img.fotoConsultorio {
	width: 40%;
	float: left;
}

.formularioConsultas {
	width: 58%;
	float: right;
}

#mensajesEnvioConsulta {
	display: none;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border: 2px solid #666666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #cccccc;
}

#mensajesEnvioConsulta img {
	padding-top: 3px;
    margin-right: 10px;
    float: left;
}

#mensajesEnvioConsulta p {
    text-align: left;
    font-weight: bold;
    font-size: 0.8em;
}


.cabeceraConsultas {
	background: #da0000 url("https://a901bd.claudeassets.com/20191012042751im_/https://www.masqmoda.com/imagenes/indicadorTitular.png");
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 18px;
	margin-top: 30px;
	margin-bottom: 15px;
}

.cabeceraConsultas h2 {
    margin: 0px;
    padding: 3px;
    padding-left: 20px;
    color: #ffffff;
    text-align: justify;
    font-size: 1em;
    font-weight: normal;
}

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

.cajaConsulta {
	display: table;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dotted #da0000;    
}

.cajaConsulta:last-child {
    border-bottom: 0px;
}

.cajaConsulta div.cizq {
	float: left;
	width: 10%;
	margin-right: 2%;
}

.cajaConsulta div.cizq img.foto {
	width: 100%;
}

.cajaConsulta div.cder {
	float: left;
	width: 88%;
}

.cajaConsulta div.cder img.fotoConsulta {
	float: right;
	width: 120px;
	margin-top: 5px;
	margin-left: 10px;
}

.cajaConsulta p.nombre {
    float: left;
    margin: 0px;
    padding: 0px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
}

.cajaConsulta p.nombre img {
	cursor: pointer;
	float: left;
	margin-right: 3px;
}

.cajaConsulta p.nombre img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%); 	
}

.cajaConsulta p.fecha {
    float: right;
    margin: 0px;
    padding: 0px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
}

.cajaConsulta p.textoConsulta {
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    text-align: justify;
}

.cajaConsulta h2 {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
}

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

.cajaRespuestaConsulta {
	display: table;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #999999;    
}

.cajaRespuestaConsulta:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.cajaRespuestaConsulta div.cizq {
	float: left;
	width: 6%;
	margin-right: 2%;
}

.cajaRespuestaConsulta div.cizq img.foto {
	width: 100%;
}

.cajaRespuestaConsulta div.cder {
	float: left;
	width: 92%;
}

.cajaRespuestaConsulta div.cder img.fotoRespuesta {
	float: right;
	height: 80px;
	margin-top: 5px;
	margin-left: 10px;
}

.cajaRespuestaConsulta p.nombre {
    float: left;
    margin: 0px;
    padding: 0px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
}

.cajaRespuestaConsulta p.fecha {
    float: right;
    margin: 0px;
    padding: 0px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
}

.cajaRespuestaConsulta p.textoRespuestaConsulta {
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight: normal;
    text-align: justify;
}


/** SELECCIÓN / SUBIDA DE FOTOS ***************************************************************************************/

p.textoSelectorFotos {
	margin: 10px;
	padding: 5px;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
}

.fotoSeleccion {
	width: 18%;
	margin: 1%;
	float: left;
	overflow: hidden;
}

.fotoSeleccion img {
	display: block;
	margin: 0px;
	width: 100%;
	cursor: pointer;
}

.fotoSeleccion p {
	margin: 0px;
	padding: 5px;
	font-size: 0.7em;
	background-color: #cccccc;
}


/** PROGRAMAS TV *****************************************************************************************************/

.tituloBloqueProgramasTV {
    margin-top: 2em;
    margin-bottom: 1em;
}

.tituloBloqueProgramasTV h1 {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    padding-bottom: .3em;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    line-height: 1.2em;
    border-bottom: 2px solid #c0c0c0;
}
.tituloBloqueProgramasTV h1::before {
    content: "> ";
    color: #999999;
}

.postVideoTV {
    margin-bottom: 1.5em !important;
}

.bloqueVideo {
    margin-right: 1em; 
    float: left; 
    width: 60%;
}

.postVideoTV h1 {
    padding-right: 0;
    color: #000000;
    font-weight: normal;
    font-size: 1.4em;
}


/**********************************************************************************************************************/
/** SOBRE MI **********************************************************************************************************/
/**********************************************************************************************************************/

img.imgSobreMi {
    margin-top: 0;
    margin-left: 2em;
    width: 100%;
    max-width: 300px;
    float: right;
}


/**********************************************************************************************************************/
/** AVISO LEGAL *******************************************************************************************************/
/**********************************************************************************************************************/

.avisoLegal {
	margin-bottom: 50px;
}

.avisoLegal h2 {
	font-size: 1.5em;
	margin-top: 50px;
	border-bottom: 1px solid #ffffff;
}

.avisoLegal h3 {
	margin-top: 30px;
	font-size: 1.2em;
	font-weight: 500;
}

.avisoLegal p {
	font-size: 0.8em;
	color: #000000;
}

.avisoLegal li {
	font-size: 0.8em;
}

.avisoLegal table {
	border: 1px solid #000000;
	margin-top: 30px;
	margin-bottom: 40px;
}

.avisoLegal th {
	font-size: 0.8em;
	background-color: #999999;
	color: #000000;
}

.avisoLegal td {
	font-size: 0.8em;
	border: 1px solid #000000;
}

.avisoLegal img {
	margin-left: auto;
	margin-right: auto;
}

.avisoLegal blockquote {
    margin-left: 50px;
    padding-left: 20px !important;
    border-left: 3px solid #cccccc;
}

.avisoLegal blockquote p {
    font-style: italic;
    font-size: 0.8em;
    line-height: 1.5;
}

/*
     FILE ARCHIVED ON 04:29:36 Oct 12, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:38:28 Jul 21, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.37
  exclusion.robots: 0.038
  exclusion.robots.policy: 0.03
  esindex: 0.005
  cdx.remote: 7.879
  LoadShardBlock: 67.708 (3)
  PetaboxLoader3.datanode: 37.623 (4)
  PetaboxLoader3.resolve: 44.229 (2)
  load_resource: 27.749
*/