.fb-comments{
	margin: 0 0 20px;
}

.detalArea p.linkTextBox{
	font-size: 12px;
	font-weight: bold;;
	padding: 10px;
	background-color: #edf6ff;
}
.detalArea p em{font-style: italic;}
.detalArea p strong{font-weight: bold;}
.detalArea p strong em,.detalArea p em strong {font-style: italic;font-weight: bold;}

/*20151026*/
.figureArea figure {
    background: #eaeaea;
    line-height: 100%;
    margin-bottom: 20px;
}

.figureArea figcaption {

    color: #444;
    display: block;
    font-size: 12px;
    line-height: 160%;
    padding: 15px 17px;
	
}

.figureArea img{
	height: auto;
    vertical-align: bottom;
    width: 100%;
}

/*20151118*/

.pageArea .container .detalArea iframe{
    width: 100%;
    max-width: 500px;
    height: auto;
}

/*20151119*/

.pageArea article.detalArea table tbody tr td {
    border: 1px solid #ccc;
    padding: 5px;
    word-break: break-all;
}
.pageArea article.detalArea table{
    width: 100%;
}

/*20160411*/
.formArea ul .select {
    margin-bottom: 5px;
}


.formArea ul li {
    display: inline-block;
}

.formArea ul li input{
    padding: 8px 10px;
    vertical-align: middle;
}

/*20170510*/
.pageArea article.detalArea table.black_color thead th {
    background: #4f4f4f;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

/*.detalArea .videoOneBox{
    margin: 10px;
}*/
.detalArea .videoOneArea{
    background: #000;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0;
}
.detalArea .videoOneArea iframe{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.detalArea .videoOneBox .videoCaption {
    margin: 0 !important;
    padding: 10px 5px;
    background: #f3f3f3;
}


iframe.instagram-media{
    height: 500px !important
}




