@charset "utf-8";
/* CSS Document */


/******************** HEADER **********************/	
.header {
	max-width: 990px;
	height: 125px;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 1px;
	margin-top: 0px;
	background-image: url(../imagens/head/bg_head.png);
	background-repeat: repeat-x;
	background-position: left top;
	}

.header .wrap-col{
	max-width: 990px;
	height: 72px;
	margin-top: 22px;
	margin-right: 25px; margin-left: 25px;
	}

#head_logo, #head_horario, #head_urgent, #head_mail, #head_google, #head_face, #hed-z{ 
	float: left;
	height: 72px;
	overflow:hidden;
	}
#head_horario, #head_urgent, #head_mail, #head_google, #head_face{ 
	height: 55px;
	margin-top: 16px;
	}

#head_logo{
	width: 312px;
	/*background-color: #DDD;/**/
	}

#head_horario{
	width: 289px;
	/*background-color: #FC0;/**/
	}
	
#head_urgent{
	width: 195px;
	/*background-color: #FCF;/**/
	}


h1#ident_logo{
	background:url(../imagens/head/veterinarios_ericeira.png) no-repeat;
	text-indent: -9999px;
	width: 243px;
	height: 72px;		
	}
p#ident_p{
	text-indent: -9999px;
	width: 0px;
	height: 0px;		
	}
#ident_horario{
	background:url(../imagens/head/horario.png) no-repeat;
	text-indent: -9999px;
	width: 289px;
	height: 53px;
	}	
#ident_urgencias{
	background:url(../imagens/head/urgencias.png) no-repeat;
	text-indent: -9999px;
	width: 175px;
	height: 46px;
	}	
	
	
/************************** icons **********************************/	
#head_mail, #head_google, #head_face{
	width: 40px;
	/*background-color: #09F;/**/
	}


/*"a"icons geral*/.header a{
					margin-top: 0px;
					text-decoration: none;
					height: 30px;
					width: 40px;
					display:block;
					}

/*icon mail*/	#head_mail a:link, #head_mail a:visited{
					background-image: url(../imagens/head/head_mail.png);
					background-repeat: no-repeat;
					background-position: center top;
					}
				#head_mail a:hover {
					background-image: url(../imagens/head/head_mail-c.png);
					background-repeat: no-repeat;
					background-position: center bottom;				
					}				
				
/*icon google*/	#head_google a:link, #head_google a:visited{
					background-image: url(../imagens/head/head_google.png);
					background-repeat: no-repeat;
					background-position: center top;
					}
				#head_google a:hover {
					background-image: url(../imagens/head/head_google-cor.png);
					background-repeat: no-repeat;
					background-position: center bottom;				
					}
				
/*icon facee*/	#head_face a:link, #head_face a:visited{
					background-image: url(../imagens/head/head_face.png);
					background-repeat: no-repeat;
					background-position: center top;	
					}
				#head_face a:hover {
					background-image: url(../imagens/head/head_face-cor.png);
					background-repeat: no-repeat;
					background-position: center bottom;				
					}
					
/**************************************************/

