
@font-face {
    font-family: Agrandir;
    src: url('css/Agrandir-Regular.otf');
}
@font-face {
    font-family: AgrandirBold;
    src: url('css/Agrandir-TextBold.otf');
}



body {
    font-family: Agrandir;
    /*#42413C;*/
	
    margin: 0;
    padding: 0;
    color: #000;
}

table
{
   font-family: Agrandir;
   color: #000; 
   font-size: 16px;
}

table td,th
{
   font-family: Agrandir;
   color: #000; 
   font-size: 16px;
}

h1, h2, h3, h4, h5, h6{
    text-align:center;
    font-family: AgrandirBold;
    margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    padding-right: 15px;
    padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

b{
    font-family: AgrandirBold;
}



/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -210px;
    margin-top: -150px;
    width: 400px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px !important;
}

.content input[type=text]{
    width: 200px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid whitesmoke;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}
.content input[type=password]{
    width: 200px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid whitesmoke;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}
.content input[type=submit]{
    width: 100px;
    height: 30px;
}



.textoError
{
    color:#F00 !important;
    text-align:center;
    font-size:20px;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.textoCentrado
{
    text-align:center;
}

.marco {
    height: 600px;
    width: 1024px;
    position:relative;
    top:20px;
    overflow: auto;
    background: #dcd9d4;/*#dcd8d4*/;
    margin-top:0px;
    border:0px solid black;
    box-shadow: 0px 0px 100px #000;
}

