div#texto
{
	padding-top:17px;
	padding-left:20px;
}

div#concactosTitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #CCC;
	padding-bottom:5px;
	width:600px;
}

div#contactosLeft
{
	float:left;
	width:293px;
}

div#contactosRight
{
	float:right;
	margin-right:40px;
}

div#formulario
{
	margin-top:21px;
}

div#formularioTitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:13px;
}
div#formularioHeader
{
	background-image:url(../imgs/contactos10/caixa_form_top.jpg);
	background-repeat:no-repeat;
	width:293px;
	height:6px;
}

div#formularioMid
{
	background-image:url(../imgs/contactos10/caixa_form_mid.jpg);
	background-repeat:repeat-y;
	width:293px;
}

div#formTexto
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding-left:10px;
}

div#formularioFooter
{
	background-image:url(../imgs/contactos10/caixa_form_bottom.jpg);
	background-repeat:no-repeat;
	width:293px;
	height:6px;
}

div .formField
{
	margin-left:5px;
	padding:5px;
}

div.requiredField
{
	float:left;
	padding:5px;
	margin-left:5px;
}

div.requiredField input
{
	width:240px;
}

div.requiredField textarea
{
	width:240px;
}

div.iconObg
{
	padding-left:5px;
	float:left;
	padding-top:10px;
}

div .formField input
{
	width:240px;
}

div#returnMsg
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
	padding-left:20px;
}

div#contactosBispo
{
	margin-top:20px;	
}

div#contactosBispoTitulo
{
	background-image:url(../imgs/contactos10/caixa_contactos_top.jpg);
	background-repeat:no-repeat;
	width:283px;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
}

div#contactosBispoMid
{
	background-image:url(../imgs/contactos10/caixa_contactos_mid.jpg);
	background-repeat:repeat-y;
	width:283px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
}

div.contactoBispoAH
{
	margin-bottom:10px;	
	margin-top:10px;
}

div.contactoBispoAH img
{
	float:left;
	padding-right:5px;
}

div#contactoBispoMapa
{
	margin-left:37px;
}

div.contactoBispoTF img
{
	vertical-align:middle;
}

div.contactoBispoTF
{
	margin-top:5px;
}

div#contactoBispoTelFax
{
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #ccc;
	font-weight:bold;
}

div#contactosBispoFooter
{
	background-image:url(../imgs/contactos10/caixa_contactos_bottom.jpg);
	background-repeat:no-repeat;
	width:293px;
	height:6px;
}

div#contactos-btn-email
{
	margin-top:21px;
	background-image:url(../imgs/contactos10/btn_mail.jpg);
	background-repeat:no-repeat;
	width:139px;
	height:31px;
	padding-top:9px;
	text-align:center;
	float:left;
	margin-right:15px;
}

div#contactos-btn-email:hover
{
	background-image:url(../imgs/contactos10/btn_mail_over.jpg);
	background-repeat:no-repeat;
	width:139px;
	height:31px;
}

div#contactos-btn-email a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

div#contactos-btn-skype
{
	margin-top:21px;
	background-image:url(../imgs/contactos10/btn_skype.jpg);
	background-repeat:no-repeat;
	width:139px;
	height:31px;
	padding-top:9px;
	text-align:center;
	float:left;
}

div#contactos-btn-skype a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

div#contactos-btn-skype:hover
{
	background-image:url(../imgs/contactos10/btn_skype_over.jpg);
	background-repeat:no-repeat;
	width:139px;
	height:31px;	
}

a.button {
    background: transparent url(../imgs/contactos10/btn_gr.jpg) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 22px;
    margin-right: 6px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(../imgs/contactos10/btn_g.jpg) no-repeat;
    display: block;
    line-height: 14px;
    padding: 4px 0 4px 9px;
}

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 4px 0 4px 9px; /* push text down 1px */
}

#sendBtn
{
	background-image:url(../imgs/contactos10/btn_send.jpg);
	background-repeat:no-repeat;
	width:63px;
	height:27px;
	margin-top:7px;
	float:right;
	cursor:pointer;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:4px;
}

#sendBtn:hover
{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../imgs/contactos10/btn_send_over.jpg);
	background-repeat:no-repeat;
	width:63px;
	height:27px;
	margin-top:7px;
	float:right;
	cursor:pointer;
	text-align:center;
	color:#fff;
}