﻿body {
    background-color: #CCCCCC;
    margin: 0;
    font-family: Calibri;
}
#Pagina {
    width: 1100px;
    margin: 0 auto;
    background-color: #ffffff;
}
#Contenido {
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top-color: #8d0606;
    border-top-style: solid;
    border-bottom-style: solid;
    border-bottom-color: #8d0606;
    
}
#Encabezado {
    text-align: center;
    font-size: 20px;
}
#Footer {
    min-height: 30px;
}
.header {
    text-align: center;
    width: 100%;
    background-color: #808080;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.frame-izquierda {
    float: left;
    width: 68%;
    height: 18%;
    background-color: #ffd800;
    word-break: break-all;
    word-wrap: break-word;
    overflow: auto;

}
.frame-derecha {
    float: right;
    width: 32%;
    height: 100%;
    background-color: #ffffff;
    word-break: break-all;
    word-wrap: break-word;
    overflow: auto;

}
Input {
    
}

.botonguinda {
    background-color: #6C1D45;
    color: white;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    height: 35px;
    width: 250px;
    text-transform: uppercase;
}

.tablaguinda table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    border-collapse: collapse;
    text-align: center;
}

.tablaguinda th {
    font-size: 14px;
    font-weight: normal;
    padding: 4px;
    background: #6C1D45;
    text-transform: uppercase;
    color: white;
    font: bolder;
    height: 30px;
    vertical-align: middle;
}

.tablaguinda td {
    padding: 4px;
    background: #e8e4e4;
    color: black;
    border-top: 1px solid transparent;
    text-align: center;
    height: 30px;
    vertical-align: middle;
}

.tablaguinda tr:hover td {
    background: #dadada;
    color: black;
    height: 30px;
    vertical-align: middle;
}
