/*
Theme Name: Celeuma Theme
Theme URI: http://www.celeuma.pt
Description: Default Theme for Grupo Celeuma.
Version: 1.0
Author: Marco Rodrigues // Takemedia
Author URI: http://www.takemedia.pt
Text Domain: celeuma
*/

@font-face {
	font-family: 'DekarRegular';
	src: url('fonts/dekar-webfont.eot');
	src: local('DekarRegular'), url('fonts/dekar-webfont.svg#webfontWbmOGfOf') format('svg'), url('fonts/dekar-webfont.woff') format('woff'), url('fonts/dekar-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DekarLightRegular';
	src: url('fonts/dekar_light-webfont.eot');
	src: local('DekarLightRegular'), url('fonts/dekar_light-webfont.woff') format('woff'), url('fonts/dekar_light-webfont.ttf') format('truetype'), url('fonts/dekar_light-webfont.svg#webfontcuhHKQH0') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	overflow: hidden;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: transparent;
}

a:link {
	text-decoration: none;
	color: #858383;
	background-color: transparent;
}

a:visited {
	text-decoration: none;
	color: #858383;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
	color: #E20A16;
	background-color: transparent;
}

a:active {
	text-decoration: none;
	color: #858383;
	background-color: transparent;
}

#container {
	position: absolute;
	top: 130px;
	width: 100%;
	z-index:-1;
}

#header {
	position: fixed;
	top: 80px;
	width: 980px;
	height: 30px;
	font-family: 'DekarRegular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#header h1 {
	font-size: 24px;
	color: #E20A16;
	background-color: transparent;
	float: left;
	margin-left: 3px;
	margin-top: 0;
}

#header .show {
	font-size: 16px;
	color: #858383;
	margin-left: 97px;
	margin-top: 10px;
	width: 170px;
	float: left;
}

#header .right {
	font-size: 16px;
	color: #858383;
	background-color: transparent;
	float: right;
	margin-top: 10px;
}

#header a:link {
	text-decoration: none;
	color: #858383;
	background-color: transparent;
}

#header a:visited {
	text-decoration: none;
	color: #858383;
	background-color: transparent;
}

#header a:hover {
	text-decoration: none;
	color: #E20A16;
	background-color: transparent;
}

#header a:active {
	text-decoration: none;
	color: #858383;
	background-color: transparent;
}

#ctitle {
	position: absolute;
	font-family: 'DekarLightRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	left: 0;
	color: #858383;
	width: 234px;
	height: 50px;
	background-color: transparent;
	border-right: 1px dotted #CCC;
}

#otitle {
	position: absolute;
	font-family: 'DekarLightRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	top: 80px;
	left: 0;
	color: #858383;
	width: 234px;
	height: 50px;
	background-color: transparent;
	border-right: 1px dotted #CCC;
}

#show_menu .sub-menu {
	width: 180px;
	background: #fff;
	position: relative;
	overflow: hidden;
	padding: 5px 5px;
	-webkit-padding-start: 0;
	margin: 2px 0 0 5px;
	z-index: 1;
	border: 1px solid #ccc;
}

#show_menu ul.sub-menu li {
	background: #fff;
	display: block;
	float: left;
	margin: -1px;
	padding: 5px;
	width: 180px;
}

#show_menu ul.sub-menu li a {
	font-family: 'DekarRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #858383;
	margin: 0;
	padding: 10px 15px;
	text-align: left;
}

#show_menu ul.sub-menu a:hover {
	background: url('images/show_li.png') 0px 10px no-repeat;
	color: #E20A16;
}

#show_menu ul {
	display: none; /* For testing, change to display: block; */
	list-style: none;
	z-index: 100;
}

#show_menu li:hover > ul {
/*  Uncomment to show drop down for testing purposes */
/*      display: block;*/
}

.jobslink {
	display: inline-block;
	width: 11px;
	height: 12px;
	background: url('images/btn_jobs.png') left top;
	margin-right: 50px;
}

.jobslink:hover {
	background-position: left bottom;
}

.jobslink span {
	margin-left: 15px;
}

#jobscounter {
	display: none;
	color: #E20A16;
	margin-right: 15px;
}

.newsletter {
	margin-right: 15px;
}

.active {
	background-position: left bottom;
}

.activetop {
	color: #E20A16 !important;
	background-color: transparent;
}

.backlink {
	display: inline-block;
	background: url('images/back_btn.png') left top;
	width: 15px;
	height: 15px;
	margin-bottom: 10px;
}

.backlink:hover {
	background-position: left bottom;
}

.backlink span {
	display: none;
}

#area {
	position: fixed;
	/*top: 130px;*/
	left: 265px;
	width: 980px;
	height: 402px;
    overflow: auto;
}

.overscroll {
	position: fixed;
	/*top: 130px;*/
	left: 265px;
	width: 980px;
	height: 402px;
	overflow: hidden;
	cursor: url("images/hand.cur"), pointer;
}

/* Main menu */
#menu {
	position: fixed;
	top: 130px;
	width: 244px;
	height: 402px;
	z-index: 1;
	padding: 0;
	border-right: 1px dotted #CCC;
}

#menu .empresalink {
	display: block;
	width: 193px;
	height: 42px;
	background: url('images/btn_empresa.png') left top;
}

#menu .biolink {
	display: block;
	width: 64px;
	height: 42px;
	margin-top: 3px;
	background: url('images/btn_bio.png') left top;
}

#menu .skillslink {
	display: block;
	width: 128px;
	height: 42px;
	margin-top: 3px;
	background: url('images/btn_skills.png') left top;
}

#menu .clientslink {
	display: block;
	width: 162px;
	height: 42px;
	margin-top: 3px;
	background: url('images/btn_clients.png') left top;
}

#menu .contactslink {
	display: block;
	width: 218px;
	height: 42px;
	margin-top: 3px;
	background: url('images/btn_contacts.png') left top;
}

#menu .empresalink span, #menu .biolink span, #menu .skillslink span, #menu .clientslink span, #menu .contactslink span {
	display: none;
}

#menu .empresalink:hover, #menu .biolink:hover, #menu .skillslink:hover, #menu .clientslink:hover, #menu .contactslink:hover {
	background-position: left bottom;
}

#menu .active {
	background-position: left bottom;
}

#smenu {
	font-family: 'DekarRegular', Arial, Helvetica, sans-serif;
	font-size: 34px;
	float: left;
	width: 234px;
	height: 400px;
	border-right: 1px dotted #CCC;
	margin-right: 10px;
}

ul#nav, #nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #858383;
	background-color: transparent;
}

ul#nav, #nav li a:link {
	text-decoration: none;
	color: #858383;
	background-color: transparent;
}

ul#nav, #nav li a:visited {
	text-decoration: none;
	color: #858383;
	background-color: transparent;
}

ul#nav, #nav li a:hover {
	text-decoration: none;
	color: #E20A16;
	background-color: transparent;
}

ul#nav, #nav li a:active {
	text-decoration: none;
	color: #858383;
	background-color: transparent;
}

#smenu .current_page_item a:visited {
	text-decoration: none;
	color: #E20A16;
	background-color: transparent;
}

#cmenu {
	position: relative;
	font-family: 'DekarRegular', Arial, Helvetica, sans-serif;
	font-size: 34px;
	top: 30px;
	float: left;
	width: 234px;
	height: 370px;
	border-right: 1px dotted #CCC;
	margin-right: 10px;
}

#cmenu .current_page_item a:visited {
	text-decoration: none;
	color: #E20A16;
	background-color: transparent;
}

#omenu {
	position: absolute;
	font-family: 'DekarRegular', Arial, Helvetica, sans-serif;
	font-size: 34px;
	top: 110px;
	left: 0;
	float: left;
	width: 234px;
	height: 290px;
	border-right: 1px dotted #CCC;
	margin-right: 10px;
}

#omenu .current_page_item a:visited {
	text-decoration: none;
	color: #E20A16;
	background-color: transparent;
}

#conteudo {
	width: 718px;
	height: 402px;
}

#conteudo-slider {
	display: none;
	position: absolute;
	float: left;
	left: 31px;
	height: 6px;
	width: 190px;
	margin-top: 7px;
    color: #fff;
	background-color: #CCC;
}

.ui-slider-handle {
	width: 30px;
	height: 6px;
	position: absolute;
	top: 0;
	color: #fff;
	background-color: #E20A16 !important;
	cursor: e-resize;
	margin-left: -15px;
}

/* Content */
.boxgrid {
    position: relative;
    float: left;
	width: 225px;
    height: 400px;
	margin-left: 18px;
	border: 1px solid #CCC;
    overflow: hidden;
}  

.boxgrid img {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

.play {
	position: absolute;
	display: none;
	top: 180px;
	left: 85px;
}

.lines hr.top {
	position: absolute;
	top: 120px;
	width: 225px;
	border: 0;
	color: #858383;
	background-color: #CCC;
	height: 1px;
}

.lines hr.bottom {
	position: absolute;
	top: 261px;
	width: 225px;
	border: 0;
	color: #858383;
	background-color: #CCC;
	height: 1px;
}

.boxwork {
	float: left;
	position: absolute;
	height: 132px;
	color: #fff;
	background-color: #000;
	width: 140px;
	opacity: .8;
}

.boxclient {
	float: right !important;
	position: absolute;
	color: #fff;
	background-color: #858383;
	height: 132px;
	width: 85px;
	opacity: .8;
}

.boxsection {
	font-family: 'DekarRegular', Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: transparent;
	margin-top: 10px;
	font-weight: bold;
	text-decoration: underline;
}

.boxtitle {
	font-family: 'DekarRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: transparent;
	margin: 5px;
}

.boxlink {
	position: absolute;
	font-family: 'DekarRegular', Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: transparent;
	top: 110px;
	width: 70px;
	margin-left: 10px;
}

.boxlink img {
	position: absolute;
	left: 55px;
}

.captionfull .boxwork {
	top: 268px;
 	left: -225px;
}

.captionfull .boxclient {
	top: 268px;
 	left: -150px;
}

.boxclient a:link {
	text-decoration: none;
	color: #FFF;
	background-color: transparent;
}

.boxclient a:visited {
	text-decoration: none;
	color: #FFF;
	background-color: transparent;
}

.boxclient a:hover {
	text-decoration: none;
	color: #CCC;
	background-color: transparent;
}

.boxclient a:active {
	text-decoration: none;
	color: #FFF;
	background-color: transparent;
}

#ztcontent {
	float: left;
	width: 200px;
	height: 100px;
	margin-bottom: 30px;
}

#ztcontent h1 {
	font-family: 'DekarLightRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	margin-top: 0;
}

#zinterview {
	float: left;
	font-family: 'DekarRegular', Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	width: 200px;
	height: 400px;
	padding-right: 27px;
	border-right: 1px dotted #CCC;
}

#zinterview img {
	margin-top: 20px;
	border: 1px solid #CCC;
}

#zauthor {
	font-family: 'DekarRegular', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	width: 200px;
	height: 20px;
	margin-top: 20px;
}

#zcompany {
	font-family: 'DekarRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 200px;
	height: 15px;
	margin-top: 3px;
}

#zexcerpt {
	width: 200px;
	height: 15px;
	margin-top: 30px;
}

#zexcerpt h1 {
	font-family: 'DekarRegular', Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: none;
}

#zcontent ul {
	padding-left: 16px;
	margin: 0;
	list-style-type: circle;
}

#zcontent h2 {
	font-size: 12px;
	color: #555;
	font-weight: bold;
	background-color: transparent;
}

#znewsletter {
	float: left;
	width: 718px;
	height: 380px;
}

#ztnewsletter h1 {
	font-family: 'DekarLightRegular', Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	margin-top: 0;
}

#zcnewsletter {
	margin: 20px 0 10px 0;
}

#zmedia {
	float: right;
	width: 470px;
	height: 400px;
}

#zmedia iframe {
	border: 0;
}

#zmedia_bar {
	font-family: 'DekarRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	width: 470px;
	height: 47px;
}

#zmedia_bar2 {
	position: absolute;
	top: 353px;
	font-family: 'DekarRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	width: 470px;
	height: 47px;
}

#zmedia_bar .left, #zmedia_bar2 .left {
	float: left;
	margin: 15px 0 0 10px;
	width: 275px;
	height: 13px;
}

#zmedia_bar .right, #zmedia_bar2 .right {
	float: right;
	width: 170px;
	margin: 12px 0 0 0;
}

#zmedia_bar a:link, #zmedia_bar2 a:link {
	text-decoration: none;
	color: #858383;
	background-color: transparent;
}

#zmedia_bar a:visited, #zmedia_bar2 a:visited {
	text-decoration: none;
	color: #858383;
	background-color: transparent;
}

#zmedia_bar a:hover, #zmedia_bar2 a:hover {
	text-decoration: none;
	color: #E20A16;
	background-color: transparent;
}

#zmedia_bar a:active, #zmedia_bar2 a:active {
	text-decoration: none;
	color: #858383;
	background-color: transparent;
}

#zgallery {
	position: relative;
	float: right;
	width: 470px !important;
	height: 353px !important;
	background:url('images/loader.gif') no-repeat 50% 50%; 
}

#zgallery img {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
}
#zgallery-noslide {
	position: relative;
	float: right;
	width: 470px !important;
	height: 353px !important;
	background:url('images/loader.gif') no-repeat 50% 50%; 
}

#zgallery-noslide img {
	position: absolute;
	top: 0;
	left: 0;
}

#mgallery {
	float: right;
	width: 470px;
	height: 353px;
}

.nivo-directionNav a {
	display:block;
	width:45px;
	height:45px;
	text-indent:-9999px;
}

.nivo-prevNav {
	margin-left:23px;
	background:url("images/arrow_left.png") no-repeat;
}

.nivo-nextNav {
	margin-right:23px;
	background:url("images/arrow_right.png") no-repeat;
}

.scroll-content {
	float: left;
	width: 235px;
	height: 245px;
	overflow: auto;
}

.scroll-text {
	float: right;
	width: 470px;
	height: 353px;
	padding-left: 20px;
	overflow: auto;
}

#zimage {
	float: right;
}

#zimage img {
	display: none;
}

#zimage-noslide {
	float: right;
}

#zimage-noslide img {
	display: none;
}

/* Contactos */
fieldset {
    border: 0;
	padding: 0;
}

#response {
	position: relative;
	display: inline;
	top: 3px;
	margin-left: 10px;
}

#auth_form input[type="text"], #auth_form input[type="file"], #auth_form input[type="password"] {
	color: #CCC;
	background-color: transparent;
	width: 200px;
	border: 1px solid #ACACAC;
}

#auth_form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	background-color: transparent;
	width: 200px;
	height: 150px;
	border: 1px solid #ACACAC;
}

#auth_form input[type="text"]:hover, #auth_form input[type="file"]:hover, #auth_form input[type="password"]:hover, #auth_form textarea:hover {
	color: #000;
	background-color: transparent;
	border: 1px solid #000;
}

#auth_form input[type="text"]:focus, #auth_form input[type="file"]:focus, #auth_form input[type="password"]:focus, #auth_form textarea:focus {
	color: #000;
    background-color: #F0F0F0;
}

#auth_form input[type="submit"], #auth_form input[type="button"], #candidatura_link {
    float: left;
	color: #CCC;
	background-color: transparent;
	width: 50px;
	border: 1px solid #BCBCBC;
}

#auth_form input[type="submit"]:hover, #auth_form input[type="button"]:hover, #candidatura_link:hover {
	color: #000;
	background-color: transparent;
	border: 1px solid #000;
}

#candidatura_link { width:auto; padding:2px 4px 2px 4px;}

/* Newsletter Form */
.MailPressFormSubmit, .MailPressFormEmail {	
	color: #CCC;
	background-color: transparent;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #BCBCBC;
}

.MailPressFormSubmit:hover, .MailPressFormEmail:hover {	
	color: #000;
	background-color: transparent;
	border: 1px solid #000;
}

#ccontent {
	float: left;
	width: 200px;
	height: 400px;
	margin-right: 20px;
	border-right: 1px dotted #CCC;
}

#ccontent h1 {
	font-family: 'DekarLightRegular', Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	margin-top: 0;
}

#ccontent_left {
	width: 195px;
	height: 330px;
	margin-top: 20px;
}

#ccontent_left a:link {
	text-decoration: none;
	color: #858383;
	background-color: transparent;
}

#ccontent_left a:visited {
	text-decoration: none;
	color: #858383;
	background-color: transparent;
}

#ccontent_left a:hover {
	text-decoration: none;
	color: #E20A16;
	background-color: transparent;
}

#ccontent_left a:active {
	text-decoration: none;
	color: #858383;
	background-color: transparent;
}

#ccontent_center {
	float: left;
	width: 230px;
	height: 400px;
	margin-right: 20px;
	border-right: 1px dotted #CCC;
}

#ccontent_right {
	float: right;
}

#logos {
	position: fixed;
	top: 530px;
	margin: 15px 0 0 15px;
}

#loading {
	position: fixed;
	display: none;
	top: 260px;
	left: 600px;
	width: 160px;
	height: 20px;
	background: url('images/loader.gif') no-repeat;
}

#footer {
	position: fixed;
	top: 530px;
	left: 250px;
	font-family: 'DekarRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 833px;
	height: 40px;
	margin-top: 10px;
	z-index:-1;
}
#footer .right {
	float: right;
	margin: 15px;
}

#footer .social {
	float: right;
}

#footer .sless {
	display: none;
	float: left;
	width: 12px;
	height: 7px;
	background: url('images/btn_prev.png') left top;
	margin: 6px 20px 0 0;
}

#footer .sless:hover, #footer .smore:hover {
	background-position: left bottom;
	cursor: pointer;
}

#footer .smore {
	position: absolute;
	display: none;
	top: 6px;
	left: 243px;
	width: 12px;
	height: 7px;
	background: url('images/btn_next.png') left top;
}

#footer a:link {
	text-decoration: none;
	color: #858383;
	background-color: transparent;
}

#footer a:visited {
	text-decoration: none;
	color: #858383;
	background-color: transparent;
}

#footer a:hover {
	text-decoration: none;
	color: #E20A16;
	background-color: transparent;
}

#footer a:active {
	text-decoration: none;
	color: #858383;
	background-color: transparent;
}

/* AddThis Vertical Hover Menu */
.addthis_button_facebook_like {
	float: right;
	margin-right: 5px;
}

.addthis_toolbox {
	float: left;
}

.addthis_toolbox .custom_hover {
    position: relative;
}

.addthis_toolbox .custom_hover .custom_button {
    cursor: pointer;
}

.addthis_toolbox .hover_menu  {
    display: none;
    position: fixed;
	top: 520px;
	left: 780px;
	color: #858383;
    background-color: #000;
	z-index: 1;
}

.addthis_toolbox .custom_hover .tower {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius-topleft: 0;
}

.addthis_toolbox .hover_menu  {
    width: 136px;
    padding: 1px;
    color: #858383;
    background-color: #000;
    border: 1px solid #858383;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_menu a {    
    position: relative;
    display: block;
    width: 102px;
    padding: 4px 0 4px 34px;
    text-decoration: none;
    color: #858383;
    background-color: #000;
}

.addthis_toolbox .hover_menu a:hover {    
    background-color: #f5f5f5;
    color: #027999;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.addthis_toolbox .hover_menu span {
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .hover_menu .more {
    border-top: solid 1px #858383;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: center;
}

.addthis_toolbox .hover_menu .more a {
    padding: 4px 0;
    margin: 0;
}

.addthis_toolbox .hover_menu .more a:hover {
    background: none;
}

.addthis_toolbox .hover_menu .more span {
    display: none;
}

/******* MIGUEL TAVARES *******/
.wp-pagenavi {
	position: absolute;
	left: 260px;
	float: left;
	font: 10px Arial, Helvetica, sans-serif;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #e8e8e8;
	padding: 3px 5px !important;
	margin: 2px;
	float: left;
}

.wp-pagenavi a:hover {
	background: #E20A16 !important;
	color: #FFF !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #E20A16  !important;
	color: #FFF;
}

.wp-pagenavi span.current {
	font-weight: bold;
	color: #FFF;
	background: #E20A16;
}


.wp-pagenavi a.nextpostslink { 
	border: none !important; 
	text-indent: -9999px !important;
	width: 6px !important;
	height: 7px !important;
	background: url('images/btn_next.png') no-repeat 0px 0px !important;
	padding: 0 !important;
	float: left;
	margin-top: 9px !important;
	margin-left: 3px !important;
}
.wp-pagenavi a:hover.nextpostslink { background: url('images/btn_next.png') no-repeat 0px -7px !important; }
.wp-pagenavi a.previouspostslink { 
	border: none !important; 
	text-indent: -9999px !important;
	width: 6px !important;
	height: 7px !important;
	background: url('images/btn_prev.png') no-repeat 0px 0px !important;
	padding: 0 !important;
	float: left;
	margin-top: 9px !important;
	margin-right: 3px !important;
}
.wp-pagenavi a:hover.previouspostslink { background: url('images/btn_prev.png') no-repeat 0px -7px !important; }

.wp-pagenavi a.offnextpostslink { 
	border: none !important; 
	text-indent: -9999px !important;
	width: 6px !important;
	height: 7px !important;
	background: url('images/btn_offnext.png') no-repeat 0px 0px !important;
	padding: 0 !important;
	float: left;
	margin-top: 9px !important;
	margin-left: 3px !important;
	cursor: default;
}
.wp-pagenavi a.offpreviouspostslink { 
	border: none !important; 
	text-indent: -9999px !important;
	width: 6px !important;
	height: 7px !important;
	background: url('images/btn_offprev.png') no-repeat 0px 0px !important;
	padding: 0 !important;
	float: left;
	margin-top: 9px !important;
	margin-right: 3px !important;
	cursor: default;
}


/* Paginação de PLUGINS */
#plugin-form {
	width:210px;
	height:400px;
	float:left;
	margin-right:21px;
	padding-right:15px;
	border-right: 1px dotted #CCC;
}
#plugin-form h2 {
	font-family: 'DekarRegular',Arial,Helvetica,sans-serif;
	font-size:60px;
	color:#000000;
	margin:10px 0; 
}
#plugin-form p {
	font-weight:bold;
	font-size:14px;
	color:#e20a16;
}
form.plugin-form {
	display:block;
	position:absolute;
	bottom:15px;
}

#plugin-content {
	width:225px;
	height:400px;
	float:left;
	background-color:#e20a16;
	color:#FFFFFF;
}
#plugin-content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:24px;
	margin-bottom:30px;
}
#plugin-content p { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
}
#descarregar-ficha {
	position:absolute;
	bottom:15px;
}
#descarregar-ficha a {
	color:#000000;
}
#descarregar-ficha a img {
	border:none;
	margin:-3px 5px 0 0;
}

#plugin-title {
	width:195px;
	height:150px;
	padding:15px;
	border-bottom:2px dotted #FFF;
}

#plugin-beneficios {
	width:195px;
	height:207px;
	padding:0 15px 15px 15px;
}

input.MailPressFormName {display:none;}
.textcontent{overflow: auto;height: 100%;position: relative;}