/**
 * @file
 * Block Styling
 */


.block /* Block wrapper */ {
	/*margin-bottom: 1.5em;*/
	float:left;
	margin:0 10px 10px 0;
	padding: 10px 15px;
	background: #dfdfdf;
}

.block.first /* The first block in the region */ {
}

.block.last /* The last block in the region */ {
}

.block.odd /* Zebra striping for each block in the region */ {
}

.block.even /* Zebra striping for each block in the region */ {
}

h2.block-title /* Block title */ {
	margin: -10px -15px 0;
	padding: 10px 15px;
	
	font-size: 16px;
	font-weight: 600; 
	
	color: #fff;
	
	background: #b70f27; /* Old browsers */
	background: -moz-linear-gradient(top,  #b70f27 0%, #fb8a8a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b70f27), color-stop(100%,#fb8a8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b70f27 0%,#fb8a8a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b70f27 0%,#fb8a8a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b70f27 0%,#fb8a8a 100%); /* IE10+ */
	background: linear-gradient(top,  #b70f27 0%,#fb8a8a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b70f27', endColorstr='#fb8a8a',GradientType=0 ); /* IE6-9 */

	text-transform:uppercase;
	white-space: nowrap;
	
}

#block-aggregator-category-1 /* Block for the latest news items in the first category */ {
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */ {
}

#block-block-1 /* First block created with "Add block" link */ {
}

#block-blog-recent /* "Recent blog posts" block */ {
}

#block-book-navigation /* "Book navigation" block for the current book's table of contents */ {
}

#block-comment-recent /* "Recent comments" block */ {
}

#block-forum-active /* "Active forum topics" block */ {
}

#block-forum-new /* "New forum topics" block */ {
}

#block-locale-language /* Language switcher block */ {
}

#block-menu-menu-NAME /* Custom menu block  */ {
}

#block-node-recent /* "Recent content" block */ {
}

#block-node-syndicate /* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */ {
}

#block-poll-recent /* "Most recent poll" block */ {
}

#block-profile-author-information /* "Author information" block for the profile of the page's author */ {
}

#block-search-form /* "Search form" block */ {
}

#block-shortcut-shortcuts /* "Shortcuts" block */ {
}

#block-statistics-popular /* "Popular content" block */ {
}

#block-system-main-menu /* "Main menu" block */ {
}

#block-system-management /* "Management" block for Drupal management menu */ {
}

#block-system-navigation /* "Navigation" block for Drupal navigation menu */ {
}

#block-system-user-menu /* "User menu" block for Drupal user menu */ {
}

#block-system-help /* "System help" block */ {
}

#block-system-main /* "Main page content" block */ {
}

#block-system-powered-by /* "Powered by Drupal" block */ {
}

#block-user-login /* "User login form" block */ {
}

#block-user-new /* "Who's new" block for a list of the newest users */ {
}

#block-user-online /* "Who's online" block for a list of the online users */ {
}

#block-views-month-campaign-block{
	
}

.block-views .view-month-campaign{
	margin: 0 -15px -15px;
}
.block-views .view-month-campaign .views-row{
	position: relative;
}
.block-views  .view-month-campaign .views-row img{
	display:block;
}

.block-views .view-month-campaign .views-row .views-field-body{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
}
.block-views .view-month-campaign .views-row .views-field-body .field-content{
	padding:5px 15px;
	background: url(../images/black-70.png);
	font-weight:600;
}

.block-views .view-month-campaign .views-row .views-field-body a{
	text-decoration:none;
}
.block-views .view-month-campaign .views-row .views-field-body p{
	margin: 0;
	color: #fff;
}

footer#footer .block {
	margin: 0;
}
footer#footer .block p{
	margin: 5px 0 0;
	float:left;
	font-size:11px;
	color: #5a5a5a;
}
footer#footer .block p a{
	text-decoration:none;
	color: #5a5a5a;
}
footer#footer .block p a:hover{
	color: #CD1041;
}

footer#footer .block p.credits{
	font-size:9px;
	width: 465px;
}
footer#footer .block p.recruit{
	width: 245px;
	text-align:right;
}
footer#footer .block p.group{
	width: 220px;
	text-align:right;
}
footer#footer .block p.group a{
	float:right;
	display: block;
	width: 56px;
	height:13px;
	background: url(../images/logo-grupo.png) center center no-repeat;
	text-decoration:none;
	text-indent: 999px;
	overflow: hidden;
}

.block-webform  {
	background: none;
}
.block-webform h2.block-title {
	padding: 10px 0;
	background: none;
	filter:none;
	color: #CD1041;
}
#block-webform-client-block-14 h2.block-title {
	font-size: 1.55em;
}
#block-webform-client-block-14 label {
	color: #353535;
}

#block-block-2 {
	margin-right: 0;
	height: 226px;
	width: 194px;
}
.block #brands {
	padding: 10px 0 0;
	text-align: center;
}

#block-views-news-block {
	height: 226px;
	width: 276px;
}

#block-views-news-block .view {
	padding: 10px 0 0;
}
#block-views-news-block .view .views-field-created{
	color: #cd1041;
}
#block-views-news-block .view .views-field-title a{
	text-decoration:none;
	color: #000;
}
#block-views-news-block .view .views-field-title a:hover{
	text-decoration:none;
	color: #cd1041;
}
#block-views-news-block .view .view-footer a {
	font-size:11px;
	text-decoration:none;
	color: #cd1041;
}
#block-views-news-block .view .view-footer a:hover {
	color: #000;
}
