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

/*************************************/
/*** popdelart - CSS Doc *********/
/*************************************/

#preload {
	display:none;
	}

* {
	margin: 0;
	padding: 0;
}

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	background:#fff;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

div.clear {
	clear:both;
	}

#wrapper {
	width:700px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	}
	
#logo {
	float:left;
	display:block;
	width:241px;
	height:91px;
	padding:10px 0 10px 130px;
	background:url(../images/logo_popdelart.png) center no-repeat;
	}

#contactos {
	float:left;
	display:block;
	width:300px;
	height:auto;
	padding:30px 10px 10px 5px;
	}
	
p.nome {
	font-size:14px;
	text-align:right;
	padding:5px 5px 0 0;
	}
	
span.telefone {
	display:block;
	width:90px;
	height:25px;
	background:url(../images/icon_phone.png) left no-repeat;
	padding:5px 0 0 0;
	margin:0 0 0 200px;
	}
	
#contactos a {
	float:right;
	padding:0 5px 0 0;
	font-size:16px;
	color:#0887F7;
	line-height:18px;
	}
#contactos a:hover {
	text-decoration:none;
	color:#999999;
	}

#sign_construct {
	float:left;
	display:block;
	width:330px;
	height:135px;
	margin:auto;
	padding:60px 0 0 10px;
	background:url(../images/site_construct.png) center no-repeat;
	}		