body{
	background: white;
    background: white url(img/degrade-bw.jpg) repeat-x; 
	padding-top: 20px;
	margin-left: auto;
	margin-right:auto;
	width: 80%;
}
#head h1{
	font-size: 32pt;
	color: #000;
	text-align: right;
}
#head a{
    text-decoration: none;
    color: black;
}
ul{
	list-style: none;
}
a:link {
  color:#58a;
  text-decoration:none;
  }
a:visited {
  color:#375970;
  text-decoration:none;
  }
a:hover {
  color:green;
  text-decoration:underline;
  }
a.menu{
	color: #000;
  	text-decoration:none;
    padding:10px 5px 10px 5px;
	font-size: 1.2em;
}
a.menu:hover{
    background:#eee;
}
#images{
	height: 150px;
	width: 200px;
	float: left;
}
#blogs{
	height: 150px;
	width: 200px;
	float: left;
}
#fotos{
	height: 150px;
	width: 200px;
	float: left;
}
#videos{
	height: 150px;
	width: 200px;
	float: left;
}
#info{
	height: 150px;
	width: 200px;
	float: left;
}

h3{
	color: #000;
}

div.right {
    float:right;
}
div.left {
    float:left;
}
div.halfbox {
    width:50%;
}
div.cuarterbox {
    width:25%;
    text-align:center;
}
div.largebox {
    width:75%;
    text-align:center;
}

label {
    margin-right: 10px;
    vertical-align: top;
}

label.error {
    display:block;
    margin: 5px;
    color:red;
}

input {
    font-size: 1.3em;
    padding: 5px;
    width: 70%;
    background:white;
}
input.error {
    background: #ffdbdf;
}

textarea {
    font-size: 1.3em;
    padding: 5px;
    width: 70%;
    height: 200px;
    background:white;
}
textarea.error {
    background: #ffdbdf;
}

input.buton {
    width: auto;
}

