* {
	margin: 0;
	padding:  0;
}

body {	
	background-color: #fff;
	color: #666666;
	font-family: Arial, Verdana, Helvetica;
	font-size: 13px;
}

#wrapper {
  margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
	width: 600px;
}

#session{
  text-align: right;
}

#searchbox{
  background: url("../images/home_search_bg.png") no-repeat;
  height: 133px;
  width: 600px;
  display: block;  
}

#searchbox form#search{
  padding: 55px 0 0px 25px;
}

#searchbox form#search label{
  color: #0A0A0A;
  line-height: 18px;
}

#searchbox form#search .field{
  font-size: 110%;
  height: 27px;
  margin-right: 10px;
  padding-left: 10px;
  padding-top: 8px;
  width: 460px;
}

#searchbox form#search .submit{
  background: url("../images/bttn_buscar.png") no-repeat;
  border: none;
  height: 40px;
  width: 75px;
}

#searchbox form#search .submit:hover{
  cursor: pointer;
  background-position: 0 -40px;
  
}

.left350{
  float: left;
  margin-right: 40px;
  width: 330px;  
}

.right230{
  float: left;
  width: 210px;
}

h3.green{
  background: #B8E19E;
  color: #336600;
  font-size: 90%;
  padding: 10px;
  width: 100%;
}

h3.blue{
  background: #C3EFF2;
  color: #4A6E72;
  font-size: 90%;
  padding: 10px;
  width: 100%;
}

/* LINKS */

a{
  color: #8FC624;
  font-weight: bold;
}

a:hover{
  color: #4A6E72;
}

ul#categories a{
  font-weight: normal;
}

/* LISTS */

ul#categories{
  line-height: 25px;
  list-style-type: none;
  width: 600px;
}

ul#categories li{
  float: left;
  width: 200px;
}

ul.list{
  list-style-type: none;
  margin-top: 10px;
}

ul.list li{
  padding: 10px;
  width: 100%;
}

ul.list li.odd{
  background-color: #F2F4F7;
}

ul.list li p{
  line-height: 18px;
}

/* TEXT */

h2{
  font-size: 110%;
}

span.small{
  font-size: 80%;
}

p.footer{
  font-size: 90%;
  line-height: 18px;
  margin: 40px 0 20px 0;
  text-align: center;
}

/* IMAGES */

.nipple{
  margin-left:10px;
}

img.left{
  float: left;
  margin-right: 15px;
}

.clear{
  clear: both;
}