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

html, body{
	height: 100%;
}

body{
	background-color: #bbd53a;
	background-image: url(../img/farmacias_fundo.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family:Verdana, Geneva, sans-serif;
}

#container1 {
	position: relative;
	min-height: 100%;
	height: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:1030px;
	background-image:url(../img/sombra.png);
	background-repeat: repeat-y;
}

#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:942px;
	background-color:#FFF;
}

html>body #container {
	height: auto;
}

#footer {
	bottom: 0;
	width:100%;
	height:320px;
}

#header{
	height:158px;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
		}
		
.farmacia-logo{
	width:505px;
	height:96px;
	background-image: url(../img/farmacia-logo.png);
	top:31px;
	left:31px;
	display:block;
	position:absolute;
	}
	
#slideshow{
	width:100%;
		}
		
.caixa{
	width:435px;
	position:relative;
	float:left;
	padding-left:36px;
	height:280px;
	}
	
#downloads{
	width:436px;
	display:block;
	margin-top:42px;
	}
	
#downloads p{
	color:#464748;
	margin-top:4px;
	}	
	
#downloads p a{
	color:#464748;
	text-decoration:none;
	outline:none;
	}	
	
	
.green{
	color:#7dbe35;}	
	
#vcard{
	width:400px;
	height:249px;
	display:block;
	margin-top:22px;
	position:relative;
	background-image: url(../img/vcard1.png);
	background-repeat: no-repeat;
	}
	
.contacto{
	position:absolute;
	width:210px;
	height:35px;
	display:block;
	top:20px;
	left:42px;
	}
	
.pedro{
	position:absolute;
	width:254px;
	height:94px;
	display:block;
	top:76px;
	left:42px;
	font-size: 16px;
	color:#FFF;
	}
	
.pedro p{
	margin-top:0px;
	margin-bottom:20px;
	}
	
.pedro p a{
	color:#FFF;
	text-decoration:none;
	}	
	
.cartao{
	position:absolute;
	width:117px;
	height:45px;
	display:block;
	top:140px;
	left:251px;
	}
	
h2{
	font-size:42px;
	font-weight:bold;
	margin:0px;
	color:#FFF;
	}	
	
#copyright{
	position:relative;
	margin-left:40px;
	width:853px;
	height:11px;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #648f33;
	}
	
#copyright .validador{
	position:absolute;
	display:block;
	right:0px;
	top:0px;
	}	
	
	#copyright a{
	color: #648f33;
	text-decoration:none;
	}



