﻿.initBackgroundLeft
{
	background:white url('../../images/init-left.jpg') no-repeat left bottom;
	width:200px;
	height:300px;
	padding:0px;
	margin:10px;
	border: 1px dashed gray;
	text-align:right;
}
#initBackgroundRight
{
	background:white url('../../images/init-right.jpg') no-repeat right bottom;
	width:200px;
	height:300px;
	padding:0px;
	margin:10px;
	border: 1px dashed gray;
	text-align:left;
}
#initBackgroundRight a {
	text-decoration: none;
	display: block;
	width: 6em;
	padding: 0 0.5em;
	font-weight: bold;
	border-bottom: 0.5em solid #6699ff;
	color: #6699ff;
}
	
#initBackgroundRight a:hover {
	color: #3399ff;
	border-color: #3399ff;
}
	
.fundoPrincipal
{
	background:white;
	width:900px;
}

.topMenu
{
	/*background:#003399 url('../../images/top-left.png') no-repeat left top;*/
	background:#003399;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #000066;
    background-color:#cccc99;
}
#leftmenu
{
    text-transform: capitalize;
    color: #000066;
    background:#99CCFF url('../../images/menu-left.png') repeat-y left top;
    background-color: #99CCFF;
    text-align: left;
    vertical-align: top;
    line-height: 20px;
    width: 200px;
}

#texto
{
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #000066;
    text-decoration: none;
    line-height: 5mm;
    text-align: justify;
}

