@media all{MSIE\:CLIENTCAPS {behavior:url(#default#clientcaps)}}

body, td
{
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    color: #444444;
    scrollbar-face-color: #E7E7E7;
	scrollbar-shadow-color: #ababab;
	scrollbar-base-color : #E7E7E7;
	scrollbar-highlight-color: #ababab;
	scrollbar-3dlight-color: #E7E7E7;
	scrollbar-darkshadow-color: #E7E7E7;
	scrollbar-track-color: #E7E7E7;
	scrollbar-arrow-color: #ababab;	
}

input,textarea
{
color:#808080; border:1px solid #1D4786; font-family: Verdana, Tahoma, Arial, Helvetica; font-size:11px; font-weight:normal; padding:1 0 0 3;
    scrollbar-face-color: #E7E7E7;
	scrollbar-shadow-color: #ababab;
	scrollbar-base-color : #E7E7E7;
	scrollbar-highlight-color: #ababab;
	scrollbar-3dlight-color: #E7E7E7;
	scrollbar-darkshadow-color: #E7E7E7;
	scrollbar-track-color: #E7E7E7;
	scrollbar-arrow-color: #ababab;	
}
select {color:#808080; border:1px solid #1D4786; font-family: Verdana, Tahoma, Arial, Helvetica; font-size:11px; font-weight:normal; padding:1 0 0 3}

a, a:visited {
    color: #888888;
    text-decoration: none;
    font-weight: normal;
}
a:hover
{
    color: #880000;
    text-decoration: none;
    font-weight: normal;
}

a:active
{
    color: #880000;
    text-decoration: none;
    font-weight: normal;
}

hr{color:#1D4786; height:1px; width:100%;}

/* Personalizadas */
.title {color:#869CBD; font-family:arial, helvetica; font-size:18px; font-style:normal; font-weight:normal;}
.subtitle {color:#869CBD; font-family:arial, helvetica; font-size:14px; font-weight:normal;}
.linkmenu {font-family: tahoma, arial, helvetica; font-size:11px; font-style:normal; font-weight:normal; color:#869CBD;}
.linkmenuselected {font-family: tahoma, arial, helvetica; font-size:11px; font-style:normal; font-weight:bold; color:#869CBD;}
.copyright {color: #888888; text-align:right; padding:8px;}
.LeftTitle {color:#bbbbbb;}
.LeftText {color:#888888;}
.FormColor1 {background:#f5f5f5;padding-left:5px;padding-right:5px}
.FormColor2 {background:#efefef;padding-left:5px;padding-right:5px}

.button {color:#000000; font-size:11px; font-family:arial, tahoma, Arial, Helvetica; cursor: hand;}

.Menu
{width: 100%; height: 28px; padding:5 5 5 16; border: 1 1 1 1 solid #ffffff; background-color: #6598CB; cursor:pointer; color: #ffffff;}
.Option
{width: 100%; height: 24px; padding:5 5 5 16; border: 1 1 1 1 solid #ffffff; background-color: #f5f5f5; cursor:pointer;}
.Options {padding:1 1 1 1}

/* ======================================== GALERIA DE FOTOS FOTOGRAFIA  ========================================*/
.alinhagalery{
position:relative;
left:20px;
}

.gallerycontainer{
position: relative;
background:url(http://www.maemfe.com.br/imagens/certificados/fundo_galeria.gif) no-repeat center;
}

.thumbnail img{
margin: 0px;
border: 0px;
width:100px;
height:69px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px;
}
/********************************************mudei aqui*/
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
/*height:400px;/*acrescentei para a borda, que é um background aparecer
width:529px;*/
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
width:582px;
height:400px;
}
/********************************************mudei aqui*/
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left: 140px; /*position where enlarged image should offset horizontally */
z-index: 100;
}
/* ======================================== FIM GALERIA DE FOTOS FOTOGRAFIA  ========================================*/

