/*

<!-- 20180220	PJHO	Comentado para respaldar diseño -->

#art_top_art {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#d_lista {
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

#d_img_art {
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 15px;
    box-shadow: 5px 10px 15px;
    background: white;
}

#d_img_art > div {
	width: 700px;
	position: relative;
}

#d_img_art > div > div {
	position: absolute;
	height: 100%;
	width: 700px;
	background: rgba(25, 0, 0, 0.1);
	z-index: 100;
	top: 0px;
	box-shadow: inset 5px 5px 15px black;
}

#d_img_art > div img {
	width: 100%;
}

.c_div_art {
    background-color: white;
    width: 700px;
    margin: 20px;
    padding: 15px;
    font-size: 1.5rem;
    display: inline-block;
    box-shadow: 5px 10px 15px;
}

.c_div_art > div {
	box-shadow: inset 0px 0px 50px white;
    background: white url("../img/backgrounds/bg_monitor_top_art_02.jpg") no-repeat;
}

.c_div_art > div > div {
	background: rgba(0, 0, 0, 0.5);
	padding: 40px 30px;
}

.c_div_art span {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
    color: white;
	text-shadow: 3px 3px 3px black!important;
}

.c_div_art label {
    display: inline-block;
    font-family: 'OpenSansLight';
    margin-right: 10px;
    color: #F1F1F1;
}

.c_div_art p label:nth-child(3) {
    margin-left: 70px;
}

#d_logo_art {
    width: 400px;
    position: absolute;
    bottom: 30px;
    left: 50px;
}

#d_logo_art img {
    width: 100%;
}*/

div.ui-panel-wrapper {
    background: white!important;
}

#art_top_art {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#d_lista {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

#d_img_art {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}


#d_img_art > div {
    width: 700px;
    position: relative;
}


#d_img_art > div img {
    width: 100%;
}


.c_div_art {
    background-color: white;
    width: 700px;
    margin: 20px;
    padding: 15px;
    font-size: 1.5rem;
    display: inline-block;
    color: #FF4F29!important;
    
}

.c_div_art > div{
    border-color: #FF4F29;
    border-top-style: solid;   
    border-bottom-style: solid;
}

.c_div_art  table{
    width: 100%;
}


.c_div_art  p{
    text-align: center;  
}

.c_div_art > div > div > table > tbody > tr > td > {
   padding: 15px; 
}  

.c_div_art > div > div > table > tbody > tr > td > p > label{
    text-align: left;  
}  

.c_div_art  label{
    font-weight: bold;
}

.c_div_art > div > div > table > tbody > tr > td > p > label span{
    font-weight: lighter;  
  }

#d_logo_art {
    width: 400px;
    position: absolute;
    bottom: 30px;
    left: 50px;
}

#d_logo_art img {
    width: 100%;
}*/