.cbp-mc-form {
	position: relative;
}

h1{
	font-size: 1em;
}

.baner
 {
  background-image: url("images/FondoBaner.png");
  background-repeat: repeat-x;
}

.spanFin
{
    font-family: Verdana;
    font-size: 19px;
    color: #006699;
    text-align: left;
    font-weight: 500;
}

.BarProgres
 {
  background-image: url("images/FdoBp.png");
  background-repeat: repeat-x;
}


.cbp-mc-form:before, 
.cbp-mc-form:after { 
	content: " "; display: table; 
}

.cbp-mc-form:after { 
	clear: both; 
}


.cbp-mc-column
{
    width:33%; 
    padding: 10px 30px;
    float: left;    
}

.cbp-mc-column50
{
    width:50%; 
    padding: 10px 30px;
    float: left;    
}

.cbp-mc-columnFin
{ 
    width: 100%;
    padding: 10px 30px;
    float: none; 
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    azimuth            
    }



.cbp-mc-columnDoc
{
    width:25%; 
    padding: 10px 30px;     
    float:left ;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); azimuth
}

.cbp-mc-columnError
{
    width:80%; 
    padding: 10px 30px;    
    margin-left:10% ;     
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
   
}

.cbp-mc-column90
{
    width:90%; 
    padding: 10px 30px;
    float: left;
}

.cbp-mc-form label
{
    display: block;
    padding: 10px 5px 5px 2px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}







.customCalloutStyle div, .customCalloutStyle td
{
    border: thin solid orange;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #0099CC;
    direction: ltr;
    text-align: right;
    z-index: 1000;
    position: relative;
}


/*
calll
*/
.ajax__validatorcallout div, .ajax__validatorcallout td {
    border: solid 1px Black;
    background-color: orange;
}

.ajax__validatorcallout_popup_table {
    border: none;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

.ajax__validatorcallout_popup_table_row {
    vertical-align: top;
    height: 100%;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

.ajax__validatorcallout_callout_cell {
    width: 20px;
    height: 100%;
    text-align: right;
    vertical-align: top;
    border: none !important;
    background-color: transparent !important;
    padding: 0px;
    margin: 0px;
}

.ajax__validatorcallout_callout_table {
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

.ajax__validatorcallout_callout_table_row {
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

.ajax__validatorcallout_callout_arrow_cell {
    padding: 8px 0px 0px 0px;
    margin: 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1px;
    border: none !important;
    background-color: transparent !important;
}

.ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv {
    font-size: 1px;
    position: relative;
    left: 1px;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
    width: 15px;
    background-color: transparent !important;
    padding: 0px;
    margin: 0px;
}

.ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div {
    height: 1px;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    padding: 0px;
    margin: 0px 0px 0px auto;
}

.ajax__validatorcallout_error_message_cell {
    font-family: Verdana;
    font-size: 10px;
    padding: 5px;
    border-right: none !important;
    border-left: none !important;
    width: 100%;
}

.ajax__validatorcallout_icon_cell {
    width: 20px;
    padding: 5px;
    margin: 0px;
    border-right: none !important;
}

.ajax__validatorcallout_close_button_cell {
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    text-align: right;
    border-left: none !important;
}

.ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv {
    border: none !important;
    text-align: center;
    width: 10px;
    padding: 2px;
    cursor: pointer;
}










.aspLabel
{
    display: block;
    padding: 10px 5px 5px 2px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.cbp-mc-form input, .cbp-mc-form textarea, .cbp-mc-form select
{
    font-family: 'Lato' , Calibri, Arial, sans-serif;
    line-height: 1.5;
    font-size: 13px;
    padding: 5px 10px;
    color: #10689a;
    display:inline-block ;
    width: 100%;
    background: transparent; 
    position:relative ; 
}

.cbp-mc-form input, .cbp-mc-form textarea
{
    border: 2px solid #DDAF71;
}

.cbp-mc-form textarea {
	min-height: 200px;
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 3px solid #10689a;
}

.cbp-mc-form select:focus {
	outline: none;
}
.radio{
	width: 50%;
	display:inline-flex!important;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #10689a;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #10689a;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #10689a;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #10689a;
    font-style: italic;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 40px;
	clear: both;
}

.cbp-mc-form input.cbp-mc-submit
{
    background: #000031;
    border: none;
    color: #DCA663;
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    font-size: 13px;
    border-radius: 2px;
    letter-spacing: 1px;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5); /* sombrita sutil */
}

.cbp-mc-form input.cbp-mc-submit:hover
{
    background: #000031;
    color: #FFFFCC;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.7); /* más marcada al hacer hover */
}
.cbp-mc-form input.cbp-mc-submit:active
{
    background: #0000DF;
    color: #FFFFCC;
}

.cbp-mc-form input.cbp-mc-submit:hover
{
    background: #000031;
    color: #FFFFCC;
}
.cbp-mc-form input.cbp-mc-submit:disabled
{
    background: #CCCCCC;
    color: #F0F0F0;
}


/*.updateProgress
{
    z-index: 10001;
    position:absolute ;
    top: 45%;
    left: 40%;
    width: 20%;
    min-height: 25px;
    background-color: #000033;
    padding: 10px;
    border: solid 1px #999999;
    filter: alpha(opacity=30);
    mozopacity: 0.7;
    opacity: 0.7;
    color: #F0F0F0;
    text-align: center;
}
*/

.updateProgress {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;        
    background-color: rgba(0, 0, 49, 0.85);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.updateProgress-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 49, 0.85); /* Oscurece el fondo */
    z-index: 2147483647;
}




.updateProgress p
{
    border: 1px solid #FFFFFF;
    padding: 3px;
    margin: 4px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    font-family: calibri;
}

.modalBackground
{   
    background-color: #DDDDDD;
    filter: alpha(opacity=70);
    opacity: 0.5;
    mozopacity: 0.70;
}

.modalPopup {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    
}

modalPopup.modalPopupDrag{
    height: 0;
    padding: 0 !important;
    border: none !important;
    width:100%; 
   
}

.modalPopup #Panel1{
    height: auto !important;
}

.modalPopup .modalPopupDrag
{
    display: block;
    cursor: move;
    background-image: url(Images/main-delimiter.png);
    background-position: left top;
    background-repeat: repeat-x;
    color: #00006D;
    font-weight: bold;
    text-align: left;
    padding: 4px 2px 4px 2px;
    border-bottom: solid 1px #888888;
    font-size: 14px;
    position: sticky;
    background-color: #FFFFFF;
    font-family: Verdana;
}

.modalPopup .modalPopupDrag input[type="image"]
{
    float: right;
    background-image: none;
    margin: 0px;
    padding: 0px;
    cursor: hand;
    background-color: #FFFFFF;
}

.modalPopup .modalPopupContent
{
    display: block;
    background-repeat: repeat-x;
    background-position: left top;
    padding: 8px;
    color: #0033CC;
    background-color: #FFFFFF;
}
.BarraGrisBorde
{
    background-image: url(Images/main-delimiter.png);
    border: 1px solid #666666;
    padding: 4px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    color: #F0F0F0;
    font-family: Calibri;
    background-color: #39568A;

    margin: 4px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    font-family: calibri;
}

@media screen and (max-width: 48px) {
	.cbp-mc-column {
		width: 100%;
		padding: 10px;
	}
}