/*------------------------------------------------------------------------
# "sparky" - Joomla Template Framework
# Copyright (C) 2013 HotThemes. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

/******* CUSTOM ROWS AND CELLS STYLING *******/

.sparky_full {
}

.container {
  margin:0 auto;
  padding:0;
}

/*.row {
  padding:0;
  margin:0;
}*/

.row > * {
  float:left;
}

/* abovecontent and belowcontent modules */

div.abovecontent {
}

div.belowcontent {
  padding: 30px 0 0 0;
}

/* Arranjos */

.fullwidth {
background-color:none;
margin-top: 20px;
  }
  
.content_sparky {
  //background-color: #fff;
  //margin-top: 15px;
  //border-radius: 5px;
  //min-height: 400px;
  //width: 980px;
  
  }
  
.modulos  {
		width:1152px;
		}
  
 .modulo {
		width:1152px;
		margin-bottom: 10px;
		}
.mp_header1 .cell_pad {
	margin-top: 10px;

}		
	
.content_sparky .cell_pad{
  padding: 15px;
  }
  
.mp_logo {
	width: 194px;
 margin-bottom: 20px;	
	}  
  
div.footer_row {
	padding: 15px 0;
	//background-color: #842436;
	margin-top: 10px;
	height: 20px;
}
  
.mp_top1 {
  text-align: right;
  margin-top: 5px;
  }
  
.mp_top1 label{
  display: none;  
  }
  
.button {
    background: url("../images/grad1.gif") repeat-x scroll center bottom #333333;
    border: 1px solid #333333;
    color: #CCCCCC;
    padding: 2px 8px;
}
  
 .mp_top2 {
 width: 200px;
 float: right;
 margin-top: -7px;
  }
  
 .mp_top1 {
 padding: 0;
 margin: 10px 10px 0 0;
 width: 255px;
 float: right;
  } 
  
 .mp_topmenu {
		margin-bottom: 10px; 	
 	}
 	
 .mp_bottom4,.mp_bottom5,.mp_bottom6 {
   margin-bottom: 34px; 	
 	}

h3 {
 border-bottom: 2px solid #C00;  
  }
  
 h2, h2 a {
    line-height: normal;
    margin: 0;
    padding: 5px 0 15px;
}
  
/* tinynav */

select.tinynav {
  float: right;
  width: 40px;
  height: 30px;
  border:none;
  background: #ccc;
  text-indent: -9999px;
  background: url(../images/tinynav.png);
  -webkit-appearance: button;
}


ul.filtering {
    display: block;
    margin: 12px 0 10px;
    overflow: hidden;
}
ul.filtering li {
    background-color: #202225;
    display: block;
    float: left;
    margin: 2px;
    padding: 2px 5px;
}
ul.filtering a {
    text-decoration: none;
}

h2.contentheading, .contentheading {
    color: #CC0000;
    font: bold 20px 'Signika', sans-serif;
    margin: 0 0 10px;
    padding: 0 0 5px;
    text-shadow: 2px 2px 6px #000000;
}