﻿/*body 
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}*/



.boton {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-size: 12px;
    font-family: Verdana,Helvetica;
    font-weight: bold;
    color: white;
    background: #7BD6DC;/*#f874c4;*/ /*#638cb5;*/
    height:25px;
    width: 170px;
    box-shadow: 4px 4px 5px #999999;
    -moz-box-shadow: 4px 4px 5px #999999;
    -webkit-box-shadow: 4px 4px 5px #999999;
    border-radius: 7px;
    -moz-border-radius: 7px;
    text-align: left;
}

.botonBasico {
    border-color: inherit;
    border-width: 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 12px;
    font-family: Verdana,Helvetica;
    font-weight: bold;
    color: #00524F;
    background: #7BD6DC; /*#638cb5;*/
    margin: 0;
    padding: 0;
    border-style: none;
    box-shadow: 4px 4px 5px #999999;
    -moz-box-shadow: 4px 4px 5px #999999;
    -webkit-box-shadow: 4px 4px 5px #999999;
}

.botonBasico2 {
    font-size: 12px;
    font-family: Verdana,Helvetica;
    font-weight: bold;
    color: white;
    background: #7BD6DC; /*#638cb5;*/
    border: 0px;
    height: 25px;
    width: 170px;
    margin: 0;
    padding: 0;
    border: 0px;
    border-style: none;
}   
       
 .botonRegreso{
        font-size:13px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color: #006699;
        background-color: transparent;
        border:0px;
        height:28px;
        width: 150px;
        margin: 0;
        padding: 0;
        border: 0px;
        border-style: none;
        border-top-left-radius: 15px;
        -moz-border-radius-topleft: 15px;
        border-collapse: collapse;
       } 
       
  .botonAccion{
        font-size:13px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color: #006699;
        background-color: transparent;
        border:0px;
        height: 28px;
        width: 200px;
        margin: 0;
        padding: 0;
        border: 0px;
        border-style: none;
        border-top-right-radius: 15px;
        -moz-border-radius-topleft: 15px;
        border-collapse: collapse;
       }   
       
   .botonIntermedio{
        font-size:13px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color: #006699;
        background-color: transparent;
        border:0px;
        height: 28px;
        width: 150px;
        margin: 0;
        padding: 0;
        border: 0px;
        border-style: none;
        border-collapse: collapse;
       }
       
   .botonMenu{
        font-size:13px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color: white;
        background-color: transparent;
        border:0px;
        height: 28px;
        width: 200px;
        margin: 0;
        padding: 0;
        border: 0px;
        border-style: none;
        border-top-right-radius: 15px;
        -moz-border-radius-topleft: 15px;
        border-collapse: collapse;
       }   
.modalBackground
{
	
	filter:alpha(opacity=70);
    opacity:0.7;
}

.modalBackgroundMensajes
{
	background-color: Gray;
	filter:alpha(opacity=70);
    opacity:0.7;
    z-index: 5000;
}

.modalBackgroundConfirmacion
{
	background-color: Gray;
	filter:alpha(opacity=70);
    opacity:0.7;
    z-index: 4000;
}

.modalPopup
{
    border: 0px solid #414363;
    background:url('../confirmacion/brackgroud.png') repeat-x left bottom;
    background-color: White;
    padding: 0px;
    width: 470px;
    margin: 0px 0px 0px 0px;
    
}

.modalPopupSmall
{
    border: 0px solid #414363;
    background:url('../confirmacion/brackgroudsmall.png') repeat-x left bottom;
    background-color: White;
    padding: 0px;
    width: 470px;
    margin: 0px 0px 0px 0px;
    
}

.panelTitulo
{
    border: 0px solid #414363;
    background:url('../confirmacion/brackgroudsmall.png') repeat-x left bottom;
    background-color: White;
    padding: 5px 0px 5px 0px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    box-shadow: 0px 4px 4px #999999;
    -moz-box-shadow: 0px 4px 5px #999999;
    -webkit-box-shadow: 0px 4px 5px #999999;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.panelAccion
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 0px solid #414363;
    background: url('../confirmacion/brackgroudsmall2.png') repeat-x left top;
    background-color: White;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-collapse: collapse;
}

.panelTituloConfirmacion
{
    border: 0px solid #414363;
    background:url('../confirmacion/titulo.png') repeat-x left bottom;
    background-color: White;
    padding: 5px 0px 5px 0px;
    width: 80%;
    text-align: center;
    margin: 0px 0px 0px 0px;
    box-shadow: 0px 4px 5px #999999;
    -moz-box-shadow: 0px 4px 5px #999999;
    -webkit-box-shadow: 0px 4px 5px #999999;
    -moz-border-radius-bottomright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
}

.panelTituloBusqueda
{
    border: 0px solid #414363;
    background:url('../confirmacion/header2.png') repeat-x left bottom;
    background-color: White;
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    font-size: 16px;
    width: 80%;
    margin: 0px 0px 0px 0px;
    box-shadow: 0px 4px 5px #999999;
    -moz-box-shadow: 0px 4px 5px #999999;
    -webkit-box-shadow: 0px 4px 5px #999999;
    -moz-border-radius-bottomright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
}

.panelCaptura
{
    border: 0px solid #414363;
    background:url('../Tooltip/backgroundCaptura.png') repeat-x left bottom;
    padding: 0px;
    width: 350px;
    height: 210px;
}

.panelConfirmacion
{
    border: 0px solid #414363;
    background: url('../confirmacion/backgroundConfirmacion.png') repeat-x left bottom;
    background-color: #FFFFFF;
    padding: 0px;
    min-height: 200px;
    width: 450px;
    z-index: 4000;
    border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0px 4px 5px #333333;
    -moz-box-shadow: 0px 4px 5px #333333;
    -webkit-box-shadow: 0px 4px 5px #333333;
}
    
 .panelMensajes
{
    border: 0px solid #414363;
    background:url('../Tooltip/backgroundMensajes.png') repeat-x left bottom;
    padding: 0px;
    color: White;
    max-height: 300px;
    min-width: 400px;
    z-index: 5000;
    border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0px 4px 5px #333333;
    -moz-box-shadow: 0px 4px 5px #333333;
    -webkit-box-shadow: 0px 4px 5px #333333;
    }

.modalPopupBig {
    border: 0px solid #414363;
    background: url('/Resources/img/brackgroudmbig.gif') repeat-x left bottom;
    background-color: White;
    padding: 0px;
    width: 470px;
    margin: 0px 0px 0px 0px;
}

.modalPopupBusqueda
{
    border: 0px solid #414363;
    background:url('/Resources/img/brackgroudmbig.gif') repeat-x left bottom;
    background-color: white;
    padding: 0px;
    width: 470px;
    min-height: 495px;
    margin: 0px 0px 0px 0px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0px 4px 5px #333333;
    -moz-box-shadow: 0px 4px 5px #333333;
    -webkit-box-shadow: 0px 4px 5px #333333;
}

.modalPopupMensajeError {
    border: 0px solid #414363;
    background: url('/Resources/img/brackgroudmbig.gif') repeat-x left bottom;
    background-color: white;
    padding: 0px;
    width: 200px;
    height: 100px;
    margin: 0px 0px 0px 0px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0px 4px 5px #333333;
    -moz-box-shadow: 0px 4px 5px #333333;
    -webkit-box-shadow: 0px 4px 5px #333333;
}
.tituloModal
{
	background:url('../confirmacion/header2.png') repeat-x left bottom;
	margin: 0px 0px 0px 0px;
    }
    
.panelGeneral
{
    border: 0px solid #414363;
    background:url('../confirmacion/brackgroud.png') repeat-x left bottom;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    box-shadow: 4px 4px 5px #C0C0C0;
    -moz-box-shadow: 4px 4px 5px #C0C0C0;
    -webkit-box-shadow: 4px 4px 5px #C0C0C0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    }

.panelGrande
{
    border: 0px solid #414363;
    background:url('../confirmacion/brackgroudmbig.gif') repeat-x left top;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    box-shadow: 4px 4px 5px #C0C0C0;
    -moz-box-shadow: 4px 4px 5px #C0C0C0;
    -webkit-box-shadow: 4px 4px 5px #C0C0C0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    }
    
.textboxLinea
{
    border-left-color:transparent;
    border-right-color:transparent;
    border-top-color:transparent;
    margin: 0px;
    padding: 0px;
    color: #696969;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    }
    
.headerGrid
{
    background-image: url(../Resources/Img/YahooSprite.gif);
    background-position:top;
    background-repeat:repeat-x;
    background-color:#d1dbe0;
    margin: 0px;
    padding: 0px;
    border-style: solid;
    border-width: 1px;
    }
    
.LabelConfirmacion
{
    font-weight: bold;
    font-size: medium;
    }
  
.labeltituloPage
{
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-weight: bold;
    color: #006699;
    font-size: 14px;
    padding: 0px;
    text-transform: capitalize;
    margin: 0px;
    letter-spacing: 3px;
    vertical-align: middle;
}

.labelError
{
    color:red;
}
 