.margin-centered{
    width:100%;
    max-width:1500px;
    margin:auto;
}
.margin-centered>div{
    margin:auto;
}
.sxl-size-small .panel-container,.sxl-size-extrasmall .panel-container,
.sxl-size-small .panel-container>div,.sxl-size-extrasmall .panel-container>div{
    height:auto;
}
/* Simular el border-radius que tenía la imagen .. */
.panel-container>.panel,.panel-container>.img,.panel-container>.img>img{
    -o-border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
.panel-container>.img>img,.panel-container>.img{
    -o-border-top-right-radius:0;
    -o-border-bottom-right-radius:0;
    -moz-border-top-right-radius:0;
    -moz-border-bottom-right-radius:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}
.panel-container>.panel{
    -o-border-top-left-radius:0;
    -o-border-bottom-left-radius:0;
    -moz-border-top-left-radius:0;
    -moz-border-bottom-left-radius:0;
    -webkit-border-top-left-radius:0;
    -webkit-border-bottom-left-radius:0;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
.sxl-size-small .panel-container>.img>img, .sxl-size-small .panel-container>.img,
.sxl-size-extrasmall .panel-container>.img>img, .sxl-size-extrasmall .panel-container>.img{
    -o-border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    -o-border-bottom-left-radius:0;
    -o-border-bottom-right-radius:0;
    -moz-border-bottom-left-radius:0;
    -moz-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}
.sxl-size-small .panel-container>.panel,
.sxl-size-extrasmall .panel-container>.panel{
    -o-border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    -o-border-top-left-radius:0;
    -o-border-top-right-radius:0;
    -moz-border-top-left-radius:0;
    -moz-border-top-right-radius:0;
    -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0;
    border-top-left-radius:0;
    border-top-right-radius:0;
}
.panel-container{
    padding:0;
    height:350px;
}
.panel-container>div{
    height:100%;
}
.panel-container>.img{
    padding:0;
}
.panel-container>.img>img{
    float:left;
}
.panel{
    background:#669EAA;
    height:100%;
    color:white;
    padding:10px;
    xfont-size:15px;
}
.panel-container img{
    height:100%;
    width:100%;
    min-height:350px;
}
.panel-container .img,.panel-container .panel{
    -o-box-shadow: 0 0 19px 0 rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 19px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 19px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 19px 0 rgba(0,0,0,0.4);
}
.info{
    color:rgb(85,85,85);
    background:rgb(212, 227, 235);
    -o-border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
}
.info p{
    xfont-weight:bold;
}
.info .sxl-input-addon{
    font-size:12px;
    width:70px;
}
#datospaciente{
    color:rgb(128,128,128);
}
#datospaciente h3,#datospaciente h4{
    margin-top:0;
    margin-bottom:0;
}
a.sxl-button{
    color:rgb(45,45,45);
}