@charset "utf-8";
/* CSS Document */

*
{
	margin:0px;
	padding:0px;
	border:0px;
}
body
{
	background-color:#FFFFFF;
	float: left;
	margin-left: 0px;
}

#header-especial {
width: 100%;
max-width: 960px;
font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
padding-bottom:10px;
border-bottom:2px solid #ccc;
height: 68px;
overflow: hidden;
}

#header-especial h1 {
width: 36%;
font-size: 26px;
float:left;
background-color: #ccc;
padding: 7px 2%;
border-top-left-radius: 3px;
min-height: 64px;
}

#header-especial p {
width: 56%;
float:left;
font-size: 15px;
padding:12px 2%;
background-color: #efefef;
border-top-right-radius: 3px;
min-height: 64px;
}