﻿/*body {
    text-align: center;
}*/

.text3d {
    font-family: Verdana, sans-serif;
    line-height: 1em;
    color: #d14545;
    font-weight: bold;
    font-size: 60px;
    -ms-text-shadow: 1px 1px 3px #616161;
    text-shadow: 1px 1px 3px #616161;
}
.FormTitle {
    font-size: 16px;
    font-weight: bold;
}
#divTitulo {
    padding-top: 40px
   
}

/*#divContenedor {
    width: 98%; 
    height: 100%; 
    text-align: center;
    padding-top: 2%;
    padding-bottom: 5%; 
}*/

#divCentral {
    width: 400px;
    margin-left:auto;
    margin-right:auto;
    padding: 20px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: white;
    font-family:Calibri;
    background-color: #444444;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#585858)); /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #999999, #585858); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -moz-linear-gradient(top, #999999, #585858); /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, #999999, #585858); /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #999999, #585858); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    -webkit-box-shadow: 1px 1px 3px #616161;
    -ms-box-shadow: 1px 1px 3px #616161;
    box-shadow: 1px 1px 3px #616161;
}

/*.Panel {
    width: 400px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #1d1d1d;
    font-family: Calibri;
}

.Panel2 {
    width: 400px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}

.table {
    width: 90%; 
    height: 90%;
    margin-left:20px;
}
.table2 {
    width: 80%; 
    height: 90%;
    margin-left:45px;
}
#Image2 {
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}*/
