@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.tinymce{
    min-height: 400px;
}
#ponentesForm .tinymce {
	min-height: 200px;
}
.mce-content-body ul,
.mce-content-body ol,
.mce-content-body p {
	margin: 0;
	font-family: "Open Sans" !important;
	font-size: 1.3em !important;
	font-weight: 300;
 	line-height: 1.5em;
 	color: #777;
}

.mce-content-body p a,
.mce-content-body ul li span a, 
.mce-content-body ul li a {
	font-size:small;
	line-height: inherit;
	font-weight: 600;
	text-decoration: underline;
	color: #7baa15 !important;
}

.mce-content-body ul li,
.mce-content-body ul li p,
.mce-content-body ul li span {
	font-family: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
	font-size: 1em !important;
	line-height: inherit !important;
}
.mce-content-body ul li {
	padding-bottom: 10px;
}

.mce-content-body p img {
	max-width: 100%;
	height: auto;
}

.mce-content-body hr {
  border: none;
  border-top: solid 1px #ccc;
}

.mce-content-body p strong,
.mce-content-body p strong a,
.mce-content-body ul li strong,
.mce-content-body ul li span strong  {
	font-weight: bold !important;
	text-shadow: 0 0 .001px #000;
	color:#000 !important;
}

.mce-content-body table {
	border-collapse: collapse;
}

.mce-content-body table td {
	border: solid 1px #ccc;
	padding: 5px 10px;
}

.mce-content-body ul {
    list-style: disc;
}

.mce-content-body ol {
    list-style: decimal;
}

/* ESTILOS ESPECÍFICOS PARA REGISTRO DESARROLLADO*/

article .mce-content-body ul,
article .mce-content-body ol {
    margin-left: 50px;
}

article .mce-content-body ul,
article .mce-content-body ol,
article .mce-content-body p {
    font-size: 1.1em !important;
    font-weight: 400;
    line-height: 1.3em;
}

article .mce-content-body em{
    font-style: italic;
}



@media (max-width: 480px) {
    article .mce-content-body table,
    article .mce-content-body img{
        width: 100%;
    }
}

del {
	text-decoration: line-through;
	font-weight: 400;
}