﻿html.wait, html.wait * { 
    cursor: wait !important; 
}

body {
    background-color:white;
}

.panel-body{
    padding:15px;
}

.image-style-side{
    float:right;
    max-width:50%;
    margin-left:var(--ck-image-style-spacing);
}

.container{
    padding:0px;
}

.panel-body{
    padding:0px, 1px, 0px, 1px;
}


/*Cabecera formulario*/
#welcome-container{
	/*background-image: url("../files/Cabecera_2_FondoBlancoInf.png");*/
	background-color:transparent;
    width: 400px;
	height: 126px;
	text-align:left;
	margin: 0px;
    padding: 0px;
    background-size: contain;
  	background-position: top center !important;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 1 !important;
	top: 0px; /*Sube la cabecera a la parte superior*/

}

figure #image{
    margin-left:-15px;
    margin-right:-15px;

}
