/************************
CSS nalua.net (Mayo 2010)
**************************/

/*-----------------
LINKS
-----------------*/
a:link, a:active, a:visited{
background: transparent;
text-decoration: none;
}
a:hover{
text-decoration: none;
background: transparent;
}
.links img{
background: #D5D5D5;
margin: 10px;
padding: 8px;
}
.links img:hover  {
background: #01556D;
}
/*-----------------
GENERAL
-----------------*/
* {
margin:0;
padding:0;
text-align: center;
}
body {
font-family: arial, sans-serif;
color: #666666;
background: #4B4B4B;
}

/*-----------------
HTML TAGS
-----------------*/
h1{
font-size: 3em;
color: #01556D;
}
h2{
text-indent: 20px;
text-align: left;
margin-top: 40px;
color: #BBBBBA;
font-size: 1.5em;
}
h3{
margin: 30px 0 0 30px;
color: #01556D;
text-align: left;
}
p{
margin-left: 30px;
line-height: 1.2em;
text-align: left;
}
img {
border: 0;
margin: 5px;
}
area, a {
outline: none;
}
form{
width: 85%;
margin: 30px auto;
text-align: left;
}
label{
text-transform: uppercase;
font-weight: bold;
text-align: left;
color: #ccc;
}
input, textarea {
color: #666666;
border: 1px solid #ccc;
width: 100%;
padding: 1px;
margin-bottom: 10px;
font: inherit;
}
input[type="submit"] {
color: #666666;
background: transparent;
text-transform: uppercase;
font-weight: bold;
}
/*-----------------
DIVS
-----------------*/
#container {
margin: auto;
width: 70%;
background: #4B4B4B;
}
#links{
text-align: center;
}