﻿* 
{
    outline: none;
    font-family: 'Open Sans';
    color: #333;
}

.clear
{
    clear: both;
    }

body 
{
    margin: 0;
    padding: 0;
    border: 0;
}

.fundoTop
{
    background-image: url("../images/bgTop.png");
    background-repeat:repeat-x;
    height:181px;
    margin-bottom: -181px;
    z-index:-1;
    }
    
.fundoBottom
{
    background-image: url("../images/bgBottom.png");
    background-repeat:repeat-x;
    height:181px;
    margin-top: -181px;
    position:relative;
    top: 48px;
    z-index:-1;
    }

.default_all
{
    width: 1200px;
    margin:0 auto;
    text-align:left;
    height: 51px;
}

.fundoCinza
{
    background:#F4F4F4;
    }

.default_content
{    
    padding: 8px;
    height: 36px;
}

.default_content_box
{
    padding: 8px;
    padding-bottom:25px;
    padding-top:25px;
    border: 1px solid #CCC;
    background:white;
    border-radius: 4px;
    box-shadow: 0px 2px 3px #CACED1;
    }

#default_loginButton
{
    border: 1px solid #C12C2E;
    font-size:12px;
    background: #FF3A3D;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF3A3D), to(#C12C2E));
    border-radius: 6px;
    padding: 6px;
    cursor:pointer;
    box-shadow: 0px 2px 3px 0px #CACED1;
    color:White;
    float:right;
    }
    
#default_loginButton:hover
{
    background: #C12C2E;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C12C2E), to(#FF3A3D));
    
    }
    
#default_signUpButton
{
    border: 1px solid #C12C2E;
    font-size:12px;
    background: #FF3A3D;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF3A3D), to(#C12C2E));
    border-radius: 6px;
    padding: 6px;
    cursor:pointer;
    box-shadow: 0px 2px 3px 0px #CACED1;
    color:White;
    display:none;
    position:absolute;
    margin-left:900px;
    }
    
#default_signUpButton:hover
{
    background: #C12C2E;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C12C2E), to(#FF3A3D));
    
    }
    
#default_signUpForm_content
{
    padding-top:12px;
    }
    
#default_loginForm_content
{
    position:absolute;
    display:none;
    padding-top:70px;
    margin-left:615px;
    z-index:12;
    }
    
.default_logo
{
    width:172px;
    height:165px;
    position:relative;
    left:50%;
    margin-left: -86px;
    }

#default_rotator
{ 
    float: left;
    position:relative;
    margin:0 auto;
    margin-top:34px;
    left:5px;
    }
    
#default_rotator img
{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    border-radius:4px 0px 0px 4px;
    cursor: pointer;
    }
    
#default_rotator img.active
{
    z-index:10;
    }

#default_rotator img.last-active  
{ 
    z-index:9;
    }
    
.default_signUpForm
{
    float:right;    
    position:relative;
    background:#C12C2E;
    padding: 5px 12px 12px 12px;
    box-shadow: -3px 2px 4px #C4C4C4;
    z-index:11;
    border-radius:4px;
    border: 1px solid #EE2126;
    width:336px;
    height: 275px;
    margin-top:20px;
    }
    
.default_signUpForm_textBox
{
    border-radius: 6px;
    border: 1px solid #CCC;
    font-size: 24px;
    padding: 8px;
    width: 318px;
    cursor:pointer;
    margin-top: 10px;
    box-shadow: inset 0px 1px 3px 0px #CACED1;
    background:#FFF;
    color:#333;
    }
    
.default_signUpForm_button
{
    padding: 8px 8px 10px 8px;
    border-radius: 6px;
    font-size:19px;
    font-weight:bold;
    border: 0px solid #FFAB36;
    cursor:pointer;
    color: #333;
    background: #FFEE03;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFEE03), to(#FFAB36));
    text-align: left;
    margin-top: 10px;
    text-shadow: 0px 1px 0px #FFEE66;
    }

.default_signUpForm_button:hover
{
    background: #FFAB36;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFAB36), to(#FFEE03));
    
}
   
.default_form_labelErro
{
    color:White;
}
    
.postits
{   
    float: right;
    }
    
.postits div
{
    float:right;
    }
    
.postits div img
{
    border:none;
    }

.postits div img#conheca
{
    -webkit-transform: rotate(15deg);
    cursor:pointer;
    z-index:0;
    position:relative;
    left:30px;
    }
    
.postits div img#comentando
{
    -webkit-transform: rotate(-10deg);
    cursor:pointer;
    z-index:1;
    position:relative;
    right:10px;
    }

.postits div img#pmapa
{
    -webkit-transform: rotate(5deg);
    cursor:pointer;
    z-index:3;
    position:relative;
    top:100px;
    left:10px;
    }
    
.videoPostit
{
    position:relative;
    float:left;
    z-index:12;
    bottom: 340px;
    right:10px;
    }
    
.videoPostit img
{
    -webkit-transform: rotate(10deg);
    border:none;
    cursor:pointer;
    }

/* RODAPÉ */
html, body, form {height: 100%;}

.wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -65px;
}

.push {
    height: 150px;
    clear:both;
}
    
.rodape
{
    border-top: 1px solid #ccc;
    padding-top: 8px;
    padding-bottom: 8px;
    min-width:984px;
    box-shadow: 2px 0px 3px #CACED1;
    background:white;
    text-align:center;
    color:Gray;
    font-size:12px;
    height:47px;
    clear:both;
    }
    
.rodape a img
{
    border:none;
    }
    
.rodape a
{
    border:none;
    }
/*FIM RODAPÉ*/
    
.navigationBar
{   
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom:30px;
    min-width:984px;
    box-shadow: 0px 2px 3px 0px #CACED1;
    background:white;
    }

.navigationBar_logo
{
    width:462px;
    float:left;
}
    
.inicio_photo img
{
    border-radius:4px;
    width:115px;
    height:130px;
    }
    
.inicio_content
{
    margin-left:25px;
    /*margin-right:24px; width: 582px;*/
    float:left;
    width: 823px;
    }
    
.inicio_greeting
{
    font-size:30px;
    color:#333;
    }
    
.editarPerfil_txtNome
{
    font-size:30px;
    border:1px solid #CCC;
    }
    
.editarPerfil_txtResumo
{
    border:1px solid #CCC;
    font-size:16px;
    position:relative;
    bottom:4px;
    width:436px;
    }
 
.editarPerfil_buttonConcluido
{
    background: #6F92BA;
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #5D7B9D;
    padding: 5px;
    color: White;
    cursor:pointer;
    font-size:13px;
    position:relative;
    bottom:7px;
    }
    
.editarPerfil_buttonConcluido:hover
{    
    background: #99CAFF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CAFF), to(#5D7B9D));
    
}

.editarPerfil_buttonCancelar
{
    background: #6F92BA;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #5D7B9D;
    padding: 1px 4px 2px 4px;
    color: White;
    position:relative;
    top:3px;
    left:6px;
    }
    
.editarPerfil_buttonCancelar:hover
{
    background: #99CAFF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CAFF), to(#5D7B9D));
    
    }

.inicio_leftSideBar
{
    float:left;
    width:115px;
    }
    
.link
{
    font-size:12px;
    text-decoration:none;
    color:Gray;
    }
    
.link:hover
{
    text-decoration:underline;
    color:#5d7b9d;
    }
    
.inicio_timeline
{
    margin-top: 40px;    
    }
    
hr
{
     border-bottom: 1px solid #EBEBEB;
     border-top: none;
     border-right:none;
     border-left:none;  
    }
    
.inicio_rightSideBar
{
    float:left;
    width:217px;
    }

.navigationBar_buttonSair
{   
    background: #6F92BA;
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #5D7B9D;
    float:right;
    padding: 0px 4px 0px 4px;
    color: White;
}

.navigationBar_buttonSair:hover
{   
    background: #99CAFF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CAFF), to(#5D7B9D));
    
}

.navigationBar_right
{
    position:relative;
    top: 9px;
    float:right;
    width:240px;
    }
    
.navigationBar_center
{
    position:relative;
    top:9px;
    width:580px;
    float:left;   
    }
    
.navigationBar_buttonInicio
{   
    background: #6F92BA;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #5D7B9D;
    padding: 0px 4px 0px 4px;
    color: White;
}

.navigationBar_buttonInicioOn
{
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #5D7B9D;
    background: #99CAFF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CAFF), to(#5D7B9D));
    
    padding: 0px 4px 0px 4px;
    color: White;
    }

.navigationBar_buttonInicio:hover
{   
    background: #99CAFF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CAFF), to(#5D7B9D));
    
}
    
.navigationBar_user
{
    float:right;
    background: #6F92BA;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #5D7B9D;
    padding:2px 4px 2px 4px;
    }
    
.navigationBar_user:hover
{    
    background: #99CAFF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CAFF), to(#5D7B9D));
    
}
    
.navigationBar_user div
{
    float:right;
    }
    
.navigationBar_user label
{
    cursor:pointer;
    color:White;
    font-size:13px;
    padding:7px 0px 6px 5px;
    position:relative;
    top:1px;
    }

.navigationBar_textBoxSearch
{
    border: 1px solid #CCC;
    cursor:pointer;
    box-shadow: inset 0px 1px 3px 0px #CACED1;
    padding:3px;
    float:right;
    border-radius: 4px 0px 0px 4px;
    width:200px;
    padding-top:2px;
    padding-bottom: 4px;
    height:19px;
    }

.navigationBar_textBoxSearch:focus
{
    border: 1px solid #5D7B9D;
    }
    
.navigationBar_buttonSearch
{   
    float:right;
    background: #6F92BA;
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #5D7B9D;
    position:relative;
    right:3px;
    z-index:2;
    padding: 2px 6px 3px 4px;
    color: White;
}

.navigationBar_buttonSearch:hover
{   
    background: #99CAFF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CAFF), to(#5D7B9D));
    
}

.navigationBar_buttonPerfil
{   
    background: #6F92BA;
    border: 1px solid #5D7B9D;
    position:relative;
    
    padding: 0px 4px 0px 4px;
    color: White;
}

.navigationBar_buttonPerfilOn
{
    border: 1px solid #5D7B9D;
    background: #99CAFF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CAFF), to(#5D7B9D));
    position:relative;
    
    padding: 0px 4px 0px 4px;
    color: White;
    }

.navigationBar_buttonPerfil:hover
{   
    background: #99CAFF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CAFF), to(#5D7B9D));
    
}

.navigationBar_buttonMap
{
    background: #6F92BA;
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #5D7B9D;
    position:relative;
    
    padding: 0px 4px 0px 4px;
    color: White;
    top: 0px;
    left: 0px;
}
    
.navigationBar_buttonMapOn
{
    background: #99CAFF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CAFF), to(#5D7B9D));
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #5D7B9D;
    position:relative;
    
    padding: 0px 4px 0px 4px;
    color: White;
    }
    
.navigationBar_buttonMap:hover{
    background: #99CAFF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CAFF), to(#5D7B9D));
    
}

.navigationBar_buttonItens
{
    background: #6F92BA;
    border: 1px solid #5D7B9D;
    position:relative;
    
    padding: 0px 4px 0px 4px;
    color: White;
    }
    
.navigationBar_buttonItensOn
{
    background: #99CAFF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CAFF), to(#5D7B9D));
    border: 1px solid #5D7B9D;
    position:relative;
    
    padding: 0px 4px 0px 4px;
    color: White;
    }

.navigationBar_buttonItens:hover
{
    background: #99CAFF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CAFF), to(#5D7B9D));
    
    }
    
.navigationBar_center_buttons
{
    float:left;
    }
   
.navigationBar_center_search
{
    float:right;
    }
    
.navigationBar_buttonComments
{
    background: #6F92BA;
    border: 1px solid #5D7B9D;
    position:relative;
    right:12px;
    padding: 0px 4px 0px 4px;
    color: White;
    }
    
.navigationBar_buttonCommentsOn
{
    background: #99CAFF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CAFF), to(#5D7B9D));
    
    border: 1px solid #5D7B9D;
    position:relative;
    right:12px;
    padding: 0px 4px 0px 4px;
    color: White;
    }

.navigationBar_buttonComments:hover
{
    background: #99CAFF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CAFF), to(#5D7B9D));
    }
    
.oQueE
{
    margin-top:65px;
    background:white;
    border: 1px solid #CCC;
    border-radius:4px;
    padding: 20px;
    box-shadow: 0px 0px 10px #caced1;
    height:200px;
    }
    
.dicaDoDia
{
    margin-top:58px;
    float:left;
    background-image: url("../images/bgDicaDoDia.png");
    width: 400px;
    height: 558px;
    }
    
.dicaDoDia_logo
{
    width:300px;
    height:300px;
    position:relative;
    left: 50px;
    top: 160px;
}
    
    
.dicaDoDia_desc
{
    float:left;
    margin-top:35px;
    background:white;
    border: 1px solid #CCC;
    border-radius:4px;
    padding: 20px;
    box-shadow: 0px 0px 10px #caced1;
    height:490px;
    margin-left: 50px;
    width:471px;
    }
    
.default_backTop
{
    float:right;
    margin-top: 30px;
    }

.default_backTop a
{
    text-decoration:none;
    color:Gray;
    font-size:12px;
    }
    
.default_backTop a:hover
{
    color: #5D7B9D;
    text-decoration:underline; 
    }
    
.comentando
{
    background-image: url("../images/comentando.png");
    width:654px;
    height:441px;
    margin-top: 65px;
    float:left;
    position:relative;
    right:35px;
    }
    
.comentando_content
{
    position:relative;
    top: 120px;
    left:110px;
    font-size:14px;
    }
    
.linkLogo, .linkLogo:hover, .linkLogo:visited
{
    color: #5D7B9D;
    text-decoration:none;
    font-size:26px;
    text-shadow: 0px 10px 15px #CACED1;
    }
    
.sugira
{
    float:right;
    position:relative;
    right:40px;
    top:150px;
    }
    
.sugira img
{
    cursor:pointer;
    }
    
.inicio_DicaDoDia
{
    background: #F4F4F4;
    border-radius:4px;
    border: 1px solid #CCC;
    width:200px;
    height: 320px;
    float:right;
    box-shadow: 0px 2px 3px 0px #CACED1;
    padding: 8px;
    
    }
    
.inicio_dicaDoDia_logo
{
    width:150px;
    height:150px;
    position:relative;
    left: 25px;
    top: 75px;
}

.perfil_resumo
{
    margin-top:20px;
    }
    
.perfil_resumo_nomeCampos
{
    color: #5D7B9D;
    margin-right: 20px;
    float:left;
}

.perfil_resumo_valorCampos
{
    float:left;
    }
    
.perfil_comentarios
{
    height:250px;
    width:540px;
    position:relative;
    top:5px;   
    background:white;
    border: 1px solid #CCC;
    border-radius:4px;
    padding: 20px;
    box-shadow: 0px 0px 10px #caced1;
    }
    
.perfil_leftBar
{
    margin-top: 7px;
    }
    
.perfil_leftBar_buttonMensagem
{
    width:115px;
    background: #6F92BA;
    border: 1px solid #5D7B9D;
    color: White;
    border-radius:4px;
    cursor:pointer;
    font-size:12px;
    }
    
.perfil_leftBar_buttonMensagem:hover
{
    background: #99CAFF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CAFF), to(#5D7B9D));
    
    }
    
.perfil_amigos
{
    height:250px;
    width:540px;
    position:relative;
    top:5px;   
    background:white;
    border: 1px solid #CCC;
    border-radius:4px;
    padding: 20px;
    box-shadow: 0px 0px 10px #caced1;
    }
    
.mapa_slideShow
{
    float:left;
    height: 50px;
    width:315px;
    position:absolute;
    bottom: -37px;
    margin-left: 56px;
    }

.mapa_slideShow div
{
    float:left;
    }
    
.mapa_slideShow div img
{
    width: 63px;
    height: 50px;
    cursor:pointer;
    }
    
.mapa_slideShow div img#e
{
    border-radius: 4px 0px 0px 4px;
    }
    
.mapa_slideShow div img#d
{
    border-radius: 0px 4px 4px 0px;
    }    
    
#mapa
{
    width: 950px;
    height:620px;
    border:1px solid #CCC;
    border-radius:4px;
    margin-left: 5px;
}

.customMapControl
{
    margin: 5px;
    background-color: #f7f7f7;
    border: 1px solid #6ca1fc;
    cursor: pointer;
    text-align: center;
    font-family: 'Arial,sans-serif';
    font-size: 15px;
    width: 85px;
    height: 20px;
    position: absolute;
    box-shadow: 2px 2px 2px #c0c4c7;
    border-radius:2px;
}

.default_dicaLibercard
{
    font-size:19px;
    font-weight:bold;
    background-image: url("../images/default_dica.png");
    background-repeat:no-repeat;
    float:left;
    width:485px;
    height:231px;
    position:relative;
    bottom: 10px;
    left: 5px;
    color:White;
    padding:10px;
    
    }
    
.default_imgDicaLibercard
{
    width:115px;
	height: 130px;
	border: 5px solid white;
	margin-top: 20px;
	box-shadow: 0px 0px 8px #353535;
	margin-left:2px;
	float:left;
    }
    
.inicio_imgDicaLibercard
{
    width:100px;
	height: 114px;
	border: 3px solid white;
	box-shadow: 0px 0px 3px #CADED1;
	margin-top:12px;
	margin-bottom:8px;
    }
    
.default_textDicaLibercard
{
    float:left;
    font-weight:normal;
    margin-top: 20px;
    padding:0px 15px 0px 15px;
    width:317px;
    }
    
.default_textDicaLibercard div *
{
    color:White;
    }
    
.default_footer
{
    text-align:center;
    color:Gray;
    position:relative;
    top:50px;
    font-size:12px;
    }
    
.default_footer a img
{
    border:none;
    }
    
.default_tituloDica
{
    font-weight:bold;
    }
    
.inicio_tituloDica
{
    font-weight:bold;
    font-size: 14px;
    text-align:center;
    }
    
.default_byDica
{
    font-size: 12px;
    }
    
.inicio_byDica
{
    font-size: 12px;
    text-align:center;
    }
    
.default_byDica_link
{
    text-decoration:underline;
    cursor:pointer;
    }
    
.default_byDica_link:hover
{
    text-decoration:none;
    }
    
.default_descricaoDica
{
    margin-top:10px;
    font-size: 14px;
    }
    
.inicio_descricaoDica
{
    margin-top:10px;
    font-size: 13px;
    height: 119px;
}
    
.editarPerfil_DivConcluirCancelar
{
    float:right;
    margin-bottom:20px;
    }
    
.editarPerfil_DivConcluirCancelar *
{
    background: #6F92BA;
    border: 1px solid transparent;
    color:White;
    padding:5px;
    cursor:pointer;
    border-radius: 4px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.editarPerfil_DivConcluirCancelar *:hover
{
    background:#6889AD;
    border: 1px solid #5D7B9D;
    box-shadow: 0px 2px 2px 0px #CACED1;
    }
    
.watermark
{
    color:silver;
    }
    
.perfil_info
{
    font-size:14px;
    border-radius:4px;
    margin-bottom: 30px;
    }
    
.perfil_info_column
{
    width:50%;
    float:left;
    }
    
.perfil_info_column div
{
    margin-top:8px;
    }
    
.perfil_info_column_campo
{
    color: gray;
    float:left;
    width:90px;
    }
    
.perfil_info_column_valor
{
    float:left;
    }

.perfil_descricao_ramo
{
    font-size:13px;
    font-style:italic;
    }
    
.link2
{
    text-decoration:underline;
    cursor:pointer;
    }
    
.link2:hover
{
    text-decoration:none;
}
    
.perfil_btnSaberMais
{
    background: #6F92BA;
    border: 1px solid transparent;
    color:White;
    padding:2px;
    cursor:pointer;
    border-radius: 4px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    font-size:12px;
    float:right;
    }
    
.perfil_btnSaberMais:hover
{
    background:#6889AD;
    border: 1px solid #5D7B9D;
    box-shadow: 0px 2px 2px 0px #CACED1;
    }
    
.perfil_btnSidebar
{
    background: #6F92BA;
    border: 1px solid transparent;
    color:White;
    padding:2px;
    cursor:pointer;
    border-radius: 4px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    font-size:12px;
    text-align:center;
    }
    
.perfil_btnSidebar:hover
{
    background:#6889AD;
    border: 1px solid #5D7B9D;
    box-shadow: 0px 2px 2px 0px #CACED1;
    }
    
.perfil_destaque
{
    margin-bottom: 30px;
    background: #F4F4F4;
    border-radius:4px;
    border: 1px solid #CCC;
    box-shadow: 0px 2px 3px 0px #CACED1;
    padding: 8px;
    cursor:pointer;
    }
    
.alterarFoto_foto
{
    float:left;
    margin-top:20px;
    background:black;
    display:none;
    }
    
.alterarFoto_fotoPreview
{
    margin-top:20px;
    }
    
.alterarFoto_fotoPreview_foto
{
    width:115px;
    height:130px;
    margin-top:20px;
    text-align:center;
    position:relative;
    left:50%;
    margin-left: -58px;
    }
    
.alterarFoto_fotoPreview_foto *
{
    border-radius:4px;
    background:#ccc;
    }
    
.alterarFoto_btnEnviar
{
    background: #6F92BA;
    border: 1px solid transparent;
    color:White;
    padding:3px;
    cursor:pointer;
    border-radius: 4px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    font-size:12px;
    text-align:center;
    }
    
.alterarFoto_btnEnviar:hover
{
    background:#6889AD;
    border: 1px solid #5D7B9D;
    box-shadow: 0px 2px 2px 0px #CACED1;
    }
        
.alterarFoto_erro
{
    margin-top:5px;
    margin-left:10px;
    }

.alterarFoto_erro *
{
    color:#E7143C;
    font-size:12px;
    }
    
.alterarFoto_btnSalvar
{
    margin-top:20px;
    width:48px;
    position:relative;
    left:50%;
    margin-left:-24px;
    }
    
.alterarFoto_btnSalvar *
{
    background: #6F92BA;
    border: 1px solid transparent;
    color:White;
    padding:5px;
    cursor:pointer;
    border-radius: 4px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.alterarFoto_btnSalvar *:hover
{
    background:#6889AD;
    border: 1px solid #5D7B9D;
    box-shadow: 0px 2px 2px 0px #CACED1;
    }
    
.perfil_noData
{
    margin-bottom: 30px;
    background: #F9EDBE;
    border-radius:4px;
    border: 1px solid #F0C36D;
    box-shadow: 0px 2px 3px 0px #CACED1;
    padding: 8px;
    }
    
.cor
{
    color:#5d7b9d;
    }
    
.inicio_updateStatus
{
    border:1px solid #CCC;
    width:582px;
    margin-top:20px;
    height:35px;
    }
    
.inicio_updateStatus_btn
{
    background: #6F92BA;
    border: 1px solid transparent;
    color:White;
    padding:5px;
    cursor:pointer;
    float:right;
    border-radius: 4px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    }
    
.inicio_updateStatus_btn:hover
{
    background:#6889AD;
    border: 1px solid #5D7B9D;
    box-shadow: 0px 2px 2px 0px #CACED1;
    }
    
.inicio_updateStatus_txt
{
    border:1px solid transparent;
    padding: 4px;
    width:500px;
    }
    
.framePerfil
{
    border:none;
    width:100%;
    height:100%;
}

.perfil_dicaDoDia
{
    height: 60px;
    padding: 10px;
    padding-bottom:12px;
    border-radius:4px;
    border: 1px solid #CCC;
    box-shadow: 0px 2px 3px 0px #CACED1;
    background: #F4F4F4;
    margin-bottom:10px;
    }
    
.perfil_dicaDoDia_rotulo
{
    font-size:13px;
    float:right;
    }
    
.perfil_dicaDoDia_rotulo span
{
    position:relative;
    bottom:3px;
    margin-left:2px;
    }
    
.perfil_dicaDoDia_titulo
{
    font-weight:bold;
    font-size:14px;
    }
    
.perfil_dicaDoDia_descricao
{
    font-size:14px;
    margin-top:5px;
    text-indent:20px;
    }