﻿/* Zera-Tags */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend, ol, ul, li,
button, select, textarea{
margin:0;
padding:0;
border:0;
outline:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height:1;
color:black;
background:white;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
/* fim do Zera-Tags */

/*@@@@@@@@@@@ Início do CSS - Jornal Promédica @@@@@@@@@@@@@@@*/

/********************** Globais ********************************/
body {
	background: #C1D8E6;
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 120%;
	
	}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -0.05em
	}
a {
	color: #585858;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
p {
	margin: 0 0 10px;
	}
/**************************************************************/

/********************** Primárias ********************************/
#Geral {
	background: #fff;
	width: 650px;
	margin: 0 auto;
	position: relative;
	}
/**************************************************************/

/********************** Topo ********************************/
.linkpdf {
	background: url(../img/pdf.gif) right no-repeat;
	margin: 0 5px 5px 0;
	padding: 0 12px 0 0;
	float: right;
	font-size: 0.85em;
	color: #585858;
	}
#Topo h1 {
	background: url(../img/Topo.jpg) left top no-repeat;
	height: 153px;
	text-indent: -900%;
	overflow: hidden;
	}
#Topo p {
	color: #000;
	position: absolute;
	top: 150px;
	left: 273px;
	}
#Topo span {
	height: 25px;
	line-height: 25px;
	background: #bcbcbc;
	display: block;
	}
#Topo span a {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	float: right;
	margin: 0 10px 0 0;
	}
/**************************************************************/

/********************** Destaque ********************************/
#Destaques {
	color: #fff;
	background: url(../img/Destaque.jpg) left top no-repeat;
	height: 338px;
	padding: 10px 0 0 10px;
	}	
#Destaques h4 {
	font-size: 1.5em;
	font-weight: bold;
	}
#Destaques ul {
	width: 300px;
	list-style: none;
	margin: 15px 0 0 5px;
	}
#Destaques a {
	color: #fff;
	text-decoration: none;
	}
#Destaques a:hover {
	text-decoration: underline;
	}
#Destaques ul li {
	margin: 3px 0;
	line-height: 120%;
	}
/**************************************************************/

/********************** Conteúdo ********************************/
#Conteudo {
	padding: 0 10px;
	}
#Conteudo h2 {
	color: #B8282D;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 0 3px;
	border-bottom: 3px solid #B8282D;	
	}
.texto {
	margin: 10px 0 15px;
	}
.texto img {
	border: 6px solid #E8E8E8;
	}
.texto img.direita {
	margin: 0 0 0 10px;
	}
.texto img.esquerda {
	margin: 0 10px 0 0;
	}
/**************************************************************/

/********************** Rodapé ********************************/
#Rodape {
	background: #f6f6f6;
	border-top: 1px solid #eee;
	font-size: 0.85em;
	padding: 10px 10px 5px;
	}
#Rodape h4 a{
	background: url(../img/rpMarca.jpg) left top no-repeat;
	display: block;
	width: 140px;
	height: 33px;
	text-indent: -900%;
	overflow: hidden;
	}
#Rodape h5 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 5px 0 3px;
	}
#Rodape a {
	font-weight: bold;
	}
/**************************************************************/

/********************** Diversos ********************************/
.clear {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
	}
.esquerda {
	float: left;
	}
.direita {
	float: right;
	}
/**************************************************************/
