HTML {
    font-family:sans-serif;
    font-size:13px;
    }

.a {
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:32px;
    background-color:#2D2D2D;
    }
    
.b {
    position:absolute;
    top:32px;
    left:0;
    right:0;
    bottom:0;
    overflow-y:auto;
    }
    
.c {
    position:absolute;
    background-color:#F9F9F9;
    left:0;
    top:0;
    bottom:0;
    width:80%;
    z-index:-10;
    }


.d {
    position:absolute;
    background-color:#F0F0F0;
    right:0;
    top:0;
    bottom:0;
    width:20%;
    z-index:-10;
    }
    
.e {
    width:1000px;
    margin:0 auto 0 auto;
    height:100%;
    }
    
.f {
    width:360px;
    float:right;
    height:100%;
    background-color:#F0F0F0;
    border-left:solid silver 1px;
    }
    
.f TABLE {
    width:100%;
    }
    
.f TABLE INPUT {
    margin:0;
    padding:0;
    border:solid silver 1px;
    width:100%;
    }

.g {
    margin-right:400px;
    }

.m {
    padding:16px;
    }

.titulo-subtitulo {
    padding-left:73px;
    min-height:65px;
    background:url('/Imagenes/logo2.png') no-repeat left top;
    }

.titulo {
    font-size:36px;
    }
    
.subtitulo {
    color:gray;
    font-style:italic;
    font-size:12px;
    }

.texto {
    padding-top:32px;
    }


.shadow-button {
    color:white;
	padding:7px;
	margin:0px;
	border-radius:3px;
	background-color: silver;
	border:0px;
	cursor:pointer;
	border:solid silver 1px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}

.shadow-button:hover {
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	border-color:gray;
}
