﻿body
{
	text-align: center;
}

#main, #header
{
    width: 740px;
}

#main_login
{
    background-image: url(../images/background_bar.png);
    font-family:Arial;
    font-size:11px;
    color:#FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

#main_footer
{
    background-image: url(../images/background_bar.png);
    font-family:Arial;
    font-size:12px;
    color:#FFFFFF;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    vertical-align: middle;
}

.aunderline:hover
{
    text-decoration: underline;
}

#learnMore 
{
    font-family:Arial; 
    font-weight:bold; 
    font-size:16px; 
    color:#666666;
}

a.learnMore
{
    color:#76a5d3;
}

a.learnMore:hover 
{
    text-decoration:underline;
}

#buscador
{
    border: 1px dotted;
    font-family:Arial;
    font-size:12px;
    color: #666666;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #ffffff;
    width: 50%;   
}

.goButton 
{
    height: 26px;
    font-family: Arial;
    font-weight: bold;
    color: #666666;
    font-size: 14px;
    border:1px solid;
    border-color:#ffaa31;
}

.goButton:hover
{
    height: 26px;
    font-family: Arial;
    font-weight: bold;
    color: #ffaa31;
    font-size: 14px;
    border:1px solid;
    border-color:#666666;
}

.searchBox 
{
    font-family: Arial;
    font-weight: bold;
    height: 22px;
    color: #ffaa31;
    font-size: 20px;
}

#top
{
    border: 1px dotted;
    font-family: Arial;
    font-size: 12px;
    background: #EEEEEE;
    height: 200px;
}

a
{
    text-decoration: none;
}

img 
{
    border: 0px;
}

#legal
{
    text-align: center;
    font-family: Arial;
    font-size: 10px;
    color: #666666
}

.login_button
{
    font-family: Arial;
    border:1px solid;
    border-color:#ffaa31;
    color: #666666;
    height:23px;
    font-size: 14px;
    font-weight: bold;
}

.login_button:hover
{
    color: #ffaa31;
    border-color: #444444;
}

.sign_up
{
    color: #FFFFFF;
    font-size: 14px;
    font-weight:bold;
}

.sign_up:hover
{
    text-decoration: underline;
}

.forgotPassword 
{
    font-family: Arial;
    font-size: 10px;
    margin-left: 4px;
    color: #FFFFFF;
}

.forgotPassword:hover
{
    text-decoration: underline;
}

.textBoxBiggerText
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #444444;
}

.errorText
{
    font-family:Arial;
    font-size: 12px;
    font-weight: bold;
    color:Red;
    padding: 1px 1px 1px 1px;
}

.bigTextDarkGray
{
    font-family:Arial Black; 
    font-size:26px; 
    color:#5b5b5b;
}

.bigTextLightGray
{
    font-family:Arial Black; 
    font-size:26px; 
    color:#d4d4d4;
}

.bigTextOrange
{
    font-family:Arial Black; 
    font-size:21px; 
    color:#ffaa31;
}

.mainMiniBox
{
    font-family:Arial; 
    font-size:14px; 
    font-weight: bold; 
    color:#888888; 
    text-align:left; 
    margin: 0px 0px 0px 0px; 
    border: 1px dotted; 
    width: 100%;
}
