/**CSS de ajuste del tema*/

.wpthemeInner, .wpthemeSecondaryNav {
    margin: 0 auto !important;
    width: 100% !important;
}
.wptheme1Col .wpthemeCol {
    width: 100% !important;
}
.wpthemeCol {
    margin-left: 0px !important;
    min-height: 0px !important;
}
.edit-mode .wpthemeCol {
    border: 3px dotted #222 !important;
  	padding: 10px !important;
  	min-height: 20px !important;
}
.wpthemeLayoutContainers {
  	padding: 0px 0 !important;
}
.santander-icon {
 	padding: 4px;
    min-width: 40px;
    text-align: center;
    min-height: 40px;
    border: 1px solid #363636;
  	border-radius: 50%;
  	background-color: #c6c6d0;
}
.santander-icon-small {
 	padding: 4px;
    min-width: 20px;
    text-align: center;
    min-height: 20px;
    border: 1px solid #363636;
  	border-radius: 50%;
  	background-color: #c6c6d0;
  	font-size: 0.7em !important;
    line-height: 0.50em !important;
	width: 20px;
}
.santander-label-edicion {
	font-family:SantanderHeadline-Bold;
  	font-size:14px;
  	line-height:25px;
  	font-weight:bold;
}
footer .footer-company .container .row .footer_text {
    color: white;
}
.dialogmodal .dmDialogBorder{
  	z-index: 1001 !important;
}
.modoEdicion{
 	margin: 1px 0px 0px 0px;
  	z-index: 200; 
  	left:0px;  
  	background-color: #dfdede; 
  	flex-wrap: nowrap; 
  	width: 100%; 
  	padding: 24px; 
  	color: #000000;
  	text-align: left;
}
.modoEdicionEstrecho{
 	margin: 1px 0px 0px 0px; 
  	z-index: 200; 
  	left:0px;  
  	background-color: #dfdede; 
  	flex-wrap: nowrap; 
  	width: 201px; 
  	padding: 24px; 
  	color: #000000;
  	text-align: left;
}