/*  
Theme Name: Pixeled
Theme URI: http://samk.ca/freebies/free-wordpress-theme-pixeled/
Description: Dark WP theme with 2-3 column layout, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated, easy to customize. Created by <a href="http://samk.ca/">samk</a>. Enjoy!
Author: sam
Author URI: http://samk.ca/
Version: 1.9.2
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
 
 margin-top: 0px;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 12pt;
  }

a {
  color: #ce0008;
  text-decoration: none;
  }

a:hover {
  color: #000;
  text-decoration: none;
  }

a img {
  border: none;  
  }
  


input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px #65644E solid;
}
select {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


input.button {
	font-size: 10px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px #65644E solid;
}

body {
   text-align: center;
   font-size:12px;
   color:#000000;  
   font-family: trebuchet ms, arial, helvetica, sans-serif;
  background-image:url(/imgs/fondo.jpg);
background-position:center top;
  
 
  }
  
  /*-------------CONTENT---------*/
  
  #content{  
  width:760px;
  text-align:left;
  background-image:url(/imgs/fondoBlanco.png);
 
  
  }
  a.tituloPost{
  	
	font-size: 22px;
	
  }
  #wrapper{
    
  width:760px;
  text-align:right;
  background-image:url(/imgs/fondoBlanco.png);
    }
 
  



