﻿/*CONTATO*/

TABLE.contato_maps {
	margin-top:20px;
	vertical-align:top;
	border-collapse:collapse;
}
TABLE.contato_maps .div_iframe {
	width:425px;
	height:400px;
	border:2px #FFC66F solid;
	margin:20px;
	padding:2px;
}
TABLE.contato_maps TD {
	width:250px;
	height:110px;
	border:1px solid #CCD9EF;
}
TABLE.contato_maps TD A:link, TABLE.contato_maps TD A:visited, TABLE.contato_maps TD A:hover, TABLE.contato_maps TD A:active {border:0;}
TABLE.contato_maps TD A P {
	width:250px;
	height:124px;
	padding-top:20px;
	padding-left:10px;
	margin:0;
	background-color:#FFFFFF;
	font-size:small;
	color:#666666;
	cursor:pointer;
	text-decoration:none;
	border:0;
}
TABLE.contato_maps TD A P B {
	color:#444444;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:0;
}
TABLE.contato_maps TD A:hover P {
	background-color:#EEF2F7;
	text-decoration:none;
}
TABLE.contato_maps TD A:active P {
	background-color:#CFDBE9;
	color:#444444;
	text-decoration:none;
}
