body {
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 8pt;
}

a {
    color: #4B6400;
    text-decoration: none;
}

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

img {
    border: none;
}


input {
    padding: 7px;
    width: 200px;
    height: 30px;
    border: solid 1px #E9E8DF;
    background-color: #F7F6F3;
    font-family: inherit;
    font-size: 8pt;
    font-weight: bold;
    color: #363B3F;

    vertical-align: middle;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ie-border-redius: 5px;
}

textarea {
    padding: 7px;
    width: 200px;
    height: 100px;
    border: solid 1px #E9E8DF;
    background-color: #F7F6F3;
    font-family: inherit;
    font-size: 8pt;
    font-weight: bold;
    color: #363B3F;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ie-border-redius: 5px;
}

fieldset {
    border: none;
}

fieldset li {
    list-style: none;
    margin-bottom: 10px;
}

label {
    padding-right: 20px;
    color: #706050;
    font-size: inherit;
    font-weight: bold;
    font-size: 9pt;
}

#content h2 {
    color: #666666;
    border-bottom: 1px solid #666666;
    font-family: helvetica, arial, verdana, tahoma, sans-serif;
    font-size: 200%;
    letter-spacing: -1px;
}

#content h3 {
    color: #666600;
    font-weight: bold;
}

#footer {
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
	background: #666600 url('../images/menu-background.jpg') repeat-x;
	border: 1px solid #666600;
	padding: 3px 10px;
}

#footer a {
    color: blue;
}

#formContacta {
    text-align: right;
    margin-right: 25%;
}

.aceite {
    margin-bottom: 40px;
    border-bottom: solid 1px #666600;
    text-align: justify;
}

.aceitado {
    color: #666600;
    font-size: 10pt;
}

.aceitado h2 {
    font-size: 8pt;
    font-weight: bold;
}

.aceitado h3 {
    font-size: 18pt;
    font-weight: bold;
}

.submit {
    width: 100px;
    background: #606060;
    color: white;
    font-weight: bold;
}

.precio {
    color:red;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
}

.bloqueIzq {
    float: left;
    width: 30%;
    margin-left: 15px;
    text-align: left;
}

.bloqueDer {
    margin-left: 33%;
    text-align: center;
}

.box {
    margin: 20px 00px 0px 30px;
    border: solid 2px #666600;
    text-align: center;
    padding-bottom: 15px;
    height: 160px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ie-border-radius: 5px;
}

.box ul li {
    text-align: left;
}

li {
    margin-top: 5px;
    margin-right: 5px;
}

.sitemap {
    margin-left: 0%;
}

.sitemap .level1 {
    list-style: circle;
    margin-bottom: 15px;
}

.sitemap .level2 {
    list-style: square;
    margin-left: 40px;
}

