.google-maps  { position:relative; }
.google-maps iframe { width:200px; height:240px; margin-top:-140px; margin-left:-80px; }
.google-maps .google-maps-dummy { overflow:hidden; height:150px; }


#wrapper {
	max-width: 1050px;
}


#header {
	background-image: url('images/FundoLogoENIIG.png');
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center center; 	
}

#footer-area {
	height: 165px;
}

.rodape-dgt {
	/*margin-right: 200px;	*/
}

.rodape-dgt-esq {
	float: left;
	width: 65%;	
}

.rodape-dgt-dir {
	float: left;	
	width: 35%;
	text-align: right;
}

.rodape-dgt-limpar {
	clear: both;	
}

#site-info {
	position: relative;
}

#site-logo {
    float: left;
}

#site-slogan {
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: 0px;
}

#sidebar .block {
	padding: 0;
	border: 1px solid rgb(31, 105, 151);
}

.resizable-textarea .grippie {
	width: 85%;
}

.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#sidebar {
	margin-right: 0;
}

#sidebar .block {
	width: 236px;
	border: none;
}

#block-block-18 {
	text-align: left;
}

.logo-lateral {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	color: #005ab0;
	font-weight: bold;
	line-height: 0;
}

.logo-lateral img {
	/*max-width: 100% !important;*/
	border: 0;
}

#preface-area .block img, .region-content-top .block img {
	max-width: 100%;
}

.logotipo-rodape {
	height: 20px;
}

.botao {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:139px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}

.botao:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}

.botao:active {
	position:relative;
	top:1px;
}

.tabela-coluna1 {
	display: table-cell;
	width: 10%;
}

.tabela-coluna2 {
	display: table-cell;
	width: 45%;
}

.tabela-coluna3 {
	display: table-cell;
	width: 45%;
}

.agenda-tabela {
	display: table;
	width: 100%;
}

.agenda-linha {
	display: table-row;
}

.agenda-coluna1 {
	display: table-cell;
	width: 15%;
}

.agenda-coluna2 {
	display: table-cell;
	width: 85%;
}

#edit-field-sess-es-a-que-pretende-ass label {
	font-size: 15px;
	padding-top: 30px;
}

ul.tips, div.description, .form-item div.description {
	font-weight: bold;
	padding-top: 30px;
	font-size: 15px;
}

.field-content a {
	color: rgb(38, 156, 203);
}

div.field-content p {
	margin-bottom: 1em !important;
	font-size: 14px;
}

.colorbox-node {
	/*color: rgb(38, 156, 203) !important;
	font-variant: small-caps !important;
	font-weight: bold;*/
	text-decoration: underline !important;
}

.link_apresentacao {
	padding-left: 34px;
	padding-bottom: 34px;
	background-image: url(images/icone_pdf.png);
	background-size: 32px 32px;
	background-repeat: no-repeat;
}

.link_youtube {
	padding-left: 34px;
	padding-bottom: 34px;
	background-image: url(images/ima_video.jpg);
	/*background-size: 32px 32px;*/
	background-repeat: no-repeat;
}



.Conteudo table
{
    width: 85%;	
    border-color:#59A1EE;
    border-width:thin;
    border-style:solid;
    /*border-collapse: collapse;*/
    empty-cells: show;
    margin:auto;
    border-spacing: 1px;
}


.Conteudo caption
{
    display:none;
}




.Conteudo th
{
   /* border-left-color:#59A1EE;*/
    /*border-top-color:#59A1EE;*/
   /* border-right-color:#ffffff;*/
   /* border-bottom-color:#ffffff;*/
    border-color:#ffffff;
    border-width:thin;
    border-style:solid;
    height:0px;
    background-color:#59A1EE;
    color:#FFFFFF;
    width:auto;
    text-align:center;
    padding: 3px;
	
}




.Conteudo td
{
    
	
    border-color:#59A1EE;
    border-width:thin;
    border-style:solid;
    padding: 3px;
    text-align:center;
    width:auto;
}

.nolink {
	color: #fff;
    line-height: 3em;
    padding: 0 1.2125em;
    text-decoration: none;	
}

.tabela {
	display:table;
}

.linha {
	display: table-row;
}

.linha2 {
	display: table-row;
	height: 50px;
}


.coluna1 {
	display: table-cell;
	text-align: right;
	width: 13%;
	font-weight: bold;
	font-size: 16px;
	color: rgb(38, 156, 203);
	text-align: left;
}

.coluna2 {
	display: table-cell;
	width: 87%;
	padding-left: 15px;
	text-align: justify;
}

.coluna3 {
	display: table-cell;
	width: 13%;
	font-weight: bold;
	font-size: 16px;
	color: rgb(38, 156, 203);
}

.coluna4 {
	display: table-cell;
	width: 87%;
	padding-left: 15px;
	text-align: justify;
}

.titulo-programa {
	font-weight: bold;
	font-size: 16px;
	color: rgb(38, 156, 203);
}

.programa-rodape img {
	border: none !important;
	margin: 0 !important;
	padding:0 15px 0 0 !important;
}

.ds-2col-fluid > .group-left {
	width: 25%;
}

.ds-2col-fluid > .group-right {
	width: 75%;
}

.group-right p {
	margin-bottom: 0;
}

.group-right h5 {
	color: rgb(38, 156, 203);
	font-weight: bold;	
}

.orador-ler-mais {
	float: left;
}

.orador-cantos img {
	border: none;
	border-radius: 40%;
}

.orador-nome {
	font-size: 18px !important;
	font-weight: bold;
	float: left;
	padding-right: 5px;	
}

.orador-filiacao {
	color: rgb(38, 156, 203);
	padding-top: 4px;
	font-size: 15px;
}

.orador-biografia {
	float: right;
}

.views-row {
	padding-bottom: 20px;
}

.ui-accordion .ui-accordion-header a {
	color: rgb(38, 156, 203) !important;
}

.page-node #content-wrap img {
	margin: 0;
	padding: 0;
	border: none;
}