body{
    width: 80%;
    margin:auto;
    font: 15px Arial, Helvetica, sans-serif;
    background-color: #f4f4f4,
}

#imprimir{
    color:#000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

/*Estilos globales*/
.contenedor{
    float:left;
    overflow: hidden;
    padding-left: 2px;
}

body>ul{
    margin: 0;
    padding: 0;
}

.boton1{
    height: 34px;
    background-color: #9e7c0cb6;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    color:#fff;
    font-size: 16px;    
}
.boton2{
    height: 52px;
    background-color: #2b2d30;
    border: 0;
    margin-top:5px;
    padding-left: 20px;
    padding-right: 20px;
    color:#fff;
    font-size: 24px;
    font-weight: bold;
}
.boton3{
    align-items:center;
    height: 36px;
    
    background-color: #000000;
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
    color:#fff;
    font-size: 24px;    
}
.boton3:hover{
    background-color: #77b0d6d2;
}
.boton2:hover{
    background-color: #690851;
}
.boton1:hover{
    background-color: #f1bd0f70;
}



/*Encabezado*/
body>header{
    background-color: #fafafa10;
    background-image: url(../images/header.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    color: #000;
    padding-top: 6%;
    min-height: 70px;
    border-bottom: 5px solid #bfcdcf;
}

body>header a{
    color:#fff;
    text-decoration: none; /*Quitar subrayado de los links*/
    text-transform: uppercase; /*Links en mayúsculas*/
    font-size: 16px;
}

body>header li{
    display: inline;
    padding: 0 20px 0 20px;
}

body>header #marca{
    float: right;
}

body>header #marca h2{
    float: left;
}

body>header #marca h3{
    display: inline;
    margin: 0;
    color:#e0e0e0;
}

#marcaFicha{
    background-color: #fff;
    color: #000;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: 5px solid #bfcdcf;
    text-align: right;
}

#tituloFicha{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#detalleFicha{
    background-color: #fff;
    color: #000;
    padding-top: 30px;
    padding-left:30px;
    min-height: 70px;
    border-bottom: 5px solid #bfcdcf;
}
/*Imagen para foto en ficha:*/
.imgFicha{ 
    float: right;  
    padding: 5px;
    width:45px;
    margin-top:5%;
 }

 body>header nav{
    float: right;
    margin-top: 10px;
}

body>header .resaltado, header .mnuActivo a{
    color: #ffffff;
    font-weight: bold;
}

body>header a:hover{
    color:#f4d271;
    font-weight: bold;
}
#cabeceraInsc{
    min-height: 300px;
    background-image:url('../images/imgEntrada.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:100% ;
    text-align: center;
    color:#fff;
}
/*Cabecera con imagen*/
#cabecera{
    min-height: 300px;
    background-image:url('../images/imgEntrada.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:100% ;
    width:100%;
    text-align: center;
    color:#fff;
}

#cabecera h1{
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 10px;
}

#cabecera a{
    color:#000;
}

#usuario{
    min-height: 38px;
    padding-top: 0px;
    height: 42px;
    width: 100%;
    position:relative;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size-adjust: inherit;
}

/*FORMATO: CONTENIDO PAG NUMCONTROL*/
#numcontrol{
    position: relative;
    float:left;
    background-color:#13322b ;
    color:#fff;
    padding-left: 16px;
    padding-right: 16px;
    top: 1px;
}
#numcontrol td, th{
    border:1px solid #b38e5d;
}
#numcontrol p{
    font-size: 16px;
    color:#fff;
}

/*Formulario de registro de usuario*/
#registroUsuario{
    min-height: 64px;
    float:none;
    color:#fff;
    background: #621132;
    padding-left: 0px;
    padding-right: 0px;
}


#registroUsuario h3{
    float: none;
}

#registroUsuario form{
    float:left;
    margin-top: 15px;
}

#registroUsuario input[type="email"]{
    padding: 4px;
    height: 34px;
    width: 260px;
    text-align: left;
    font-size: 18px;
    text-orientation: unset;
}

#registroUsuario input[type="password"]{
    padding: 4px;
    height: 34px;
    width: 200px;
    text-align: left;
    font-size: 18px;
    text-orientation: unset;
}

#registroUsuario a{
    color:#fff;
    background-color: #bfcdcf;
    text-decoration: none; /*Quitar subrayado de los links*/
    text-transform: lowercase; /*Links en mayúsculas*/
    font-size: 16px;
    text-orientation: sideways-right;
    text-align: left;
}

#registroUsuario p{
    font-size: 20px;
    color:#fff;
}

/*Zona de detalles*/
#zonaDetalles{
    min-height: 64px;
    float:none;
    color:#fff;
    background: #621132;
    padding-left: 0px;
    padding-right: 0px;
}

#zonaDetalles h3{
    float: left;
}

#zonaDetalles form{
    float:auto;
    margin-top: 15px;
}

#zonaDetalles input[type="email"]{
    padding: 4px;
    height: 34px;
    width: 260px;
    text-align: left;
    font-size: 18px;
    text-orientation: unset;
}

#zonaDetalles input[type="password"]{
    padding: 4px;
    height: 34px;
    width: 200px;
    text-align: left;
    font-size: 18px;
    text-orientation: unset;
}

#zonaDetalles a{
    color:#fff;
    background-color: #720505;
    text-decoration: none; /*Quitar subrayado de los links*/
    text-transform: uppercase; /*Links en mayúsculas*/
    font-size: 16px;
    text-orientation: sideways-right;
    text-align: left;
}
#zonaDetalles table{
    color:#fff;
    background-color: #720505;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
    border-bottom-style: solid;
    border-width: 1px;
    border-bottom-color: silver;
    width: 100%;
}
#zonaDetalles table td{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    border-bottom-style: 1px solid;
}
#zonaDetalles p{
    font-size: 20px;
    color:#fff;
}



/*Usuario ingresado*/
#usuarioIngresado{
    margin-top: -50px;
    margin-left:100px;
    text-align: left;
    float: right;
    padding-top: 10px;
    position: relative;
}

/*Cajas*/
#cajas{
    margin-top: 20px;
}

#cajas .caja{
    float:left;
    text-align: center;
    width: auto;
    padding: 10px;
}
#cajas .caja img{
    width: 200px;
}

#cajas .caja a{
    color:#000;
    text-decoration: none; /*Quitar subrayado de los links*/
    text-transform: uppercase; /*Links en mayúsculas*/
    font-size: 18px;
}
#cajas .caja a:hover{
    color: rgb(86, 159, 243);
    font-weight: bold;
}

/* Pié de página*/
body>footer{
    float:left;
    width: 100%;
    min-height: 32px;
    margin-top:1px;
    color:#D4C19C;
    background-color: #621132;
    text-align: center;
    padding: 0,0,0,0;
 }

 body>footer p{
    position: relative;
    
    padding-top: 0px;
    font-weight: normal;
    font-size: small;
}

#divTextBox{
 
    position: left ;
    margin-left: 5%;
    width:250px;
    height:64px;
}

#divTextArea{
 
    position: left ;
    margin-left: 5%;
    width:350px;
}

#divLblCombo{
    
    /*position: auto;*/
    margin-left:5%;
    width:250px; height:24px;
    background-color:#000000af;
}

#divCombo{
    
    /*position:lect ;*/
    margin-left: 5%;
    /*margin-top: 5%;*/
    width:200px;
    height:30px;
}


#divLabel{
    
    position: auto;
    margin-left:5%;
    width:250px;height:24px;
    background-color:#000000af;
}

#divLabelMsg{
    
    /*position: auto;*/
    margin-left:5%;
    width:250px;
    background-color:#11334996;
}

#spanLabel{
    color:#ffffff;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    text-align:left;
}

#inputDatos{
    width:250px;height:30px;
    font-family:Arial;
    font-size:24px;
    font-weight: bold;
}