/* stylesheet for the styles of the main section texts and other elements*/

.bold {
    font-weight: bold;
}

.green {
    color: #336600;
}

.italic {
    font-style: italic;
}

.greenunderline {
	color: #336600;
	text-decoration: underline;
}
.firstLevelHeader {
    font-weight: bold;
    font-size: 16px;
}

.clickable {
    color: blue;
    text-decoration: underline;
}

.clickable:hover {
    cursor: pointer;
}

.textSquare {
    border: 1px solid black;
    width: 100%;
    padding: 0 10px;
    font-size: 11px;
}

.bottomImage {
    width: 100%;
    text-align: center;
    margin-left: -10px;
}

#imgInicio {
    margin-top: 135px;
}

#newsNavigator {
    height: 40px;
}

.newsButton  {
    float: left;
    background: #BDE458;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    padding: 1px 0;
    width: 100px;
    height: 18px;
    margin: 5px;
    cursor: pointer;
}

.newsButton:hover {
    font-weight: bold;
}

#newsLocator {
    float: left;
    width: 198px;
    height: 20px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
    margin-top: 8px;
}

.dateTitle {
    font-size: 12px;
    color: #336600;
}

.newsContentShown {
    margin: 8px;
}

.newsReadButton {
    margin: 2px 0 10px 10px;
    text-decoration: underline;
    color: #336600;
    font-size: 12px;
    cursor: pointer;
}

.newsReadButton:hover {
    margin: 1px 0 10px 10px;
    font-weight: bold;
}

.new {
    display:none;
}

#loginTable {
    width: 275px;
    padding: 10px;
    border: #336600 solid 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#loginButton {
    margin: 10px 10px 0 10px;
    background: #BDE458;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    padding: 3px 0;
    cursor: pointer;
}

#loginButton:hover {
    font-weight: bold;
    text-decoration: underline;
}

#errorLogin {
    width: 300px;
    text-align: center;
    margin-top: 10px;
    padding: 3px 0;
    background-color: #FFEEAA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #FF6600;
    border:1px solid #FF6600;
    font-weight: bold;
    display: none;
}

