body {
  background-color: #f1eedd;
  margin: 0;
  padding: 0;
  color: #61656D;
  font-family: 'Cantarell', serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.25;
  text-shadow: 0px 1px 1px white;
}

#page {
  margin: 0px auto;
  padding: 0px;
  width: 850px;
  margin-top: 20px;
}

img{
  border: none;	
}

a {
  color: #4C92E9;
  text-decoration: none;
  transition: all .2s linear; 
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}

a:hover{
  color: #6C6C6A;
}

h2{
  line-height: 1.25;
  font-size: 14px;
  font-style: bold;
}

/* Clases Definidas */

.title{
  font-family: Corbel, 'Cantarell', serif;
  line-height: 1.25;
  font-size: 33px;
}

.working{
  border-bottom: 1px solid #C3C8BD;
  background: url("tool.png") #fafaf2 20px center no-repeat;
  padding: 15px 20px 15px 78px;
}

.cbasesig{
  border-bottom: 1px solid #C3C8BD;
  background: url("images/safe.png") #fafaf2 20px center no-repeat;
  padding: 15px 20px 15px 78px;
}

.twitter{
  background: url("twitter.png") 1px center no-repeat;
  padding: 5px 20px 5px 48px;
}

.mail{
  background: url("mail.png") 1px center no-repeat;
  padding: 5px 20px 5px 40px;
}

.skype{
  background: url("skype.png") 1px center no-repeat;
  padding: 5px 20px 5px 40px;
}

.actualization{
  font-size: 14px;
  padding: 5px 20px 5px 20px;
  background: url("minitweet.png") #F4F1DF 390px bottom no-repeat;
  min-height: 40px;
}

/* Estilos para aplicar a tablas */
.head{
	font-size: 14px;
	border-bottom: 1px solid #555555;
} 

