/* CSS document by xavier@imatek.net */
/* COLORS WEB
    taronja:    #fa6b12
    gris:       #dadadc
*/
root { 
    display: block;
}
html, body, div, span,  ul, ol, li, h1, h2, h3, h4, h5, h6, img, a, form, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}

body, select, textarea, input {
    font-family: "Arial", Helvetica, Sans-serif;
    font-size: 10px;
    background: #fff;

}
html {
    overflow-y: scroll;
}
img, a, table {
    border: none;
}
a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
p {
    font-size: 1.4em;
    color: #3e3d40;
}
h1, h2, h3, h4 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #154d88;
    font-weight: lighter;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
h4 {
    
}

#wrap {
    width: 950px;
    margin: 0 auto;
    padding: 0 20px;
	background:#fff;
}
#left {
    float: left;
    width: 160px;
    margin-right: 12px;
}
#top {
    margin-top: 0px;
	padding-top: 13px;
    font-size: 1.2em;
	background:#fff;
	margin-bottom: 6px;
}
#center {
    margin-top: 8px;
    border-top: 1px solid #c9c9c9;
}
#banner {

}
#content {
    margin-bottom: 15px;
    margin-top: 8px;
    float: left;
    width: 468px;
    min-height: 700px;
}
#right {
    float: right;
    width: 300px;
    margin-top: 8px;
}
#foot {
    width: 980px;
    float: left;
    margin-top: 4px;
    border-top: 5px solid #fa6b12;
}

#ariadna {
    background-color: #dadadc;
    padding: 3px 0 2px 29px;
    text-transform: lowercase;
}


.formulari {
    float: left;
}
.formulari h3 {
    margin-top: 15px;
    margin-left: 15px;
}
.formulari table {
    font-size: 1.2em;
    width: 440px;
    margin: 20px auto auto 100px;
}
.formulari img {
    margin:-8px 0 10px;
}
.formulari td {
    height: 30px;
    vertical-align: top;
}
.formulari input {
    width: 240px;
    border: 1px solid #c9c9c9;
    padding: 3px 2px;
    font-size: 1.2em;
    float: right;
}
.formulari select {
    border: 1px solid #c9c9c9;
    font-size: 1.1em;
    width: 246px;
    padding: 3px 2px;
    float: right;
}
.formulari textarea {
    border: 1px solid #c9c9c9;
    font-size: 1.1em;
    width: 244px;
    float: right;
}
.formulari .noinput {
    width: 50px;
    padding-left: 7px;
    float: right;
}

#captcha {
    height:100%;
    vertical-align: middle !important;
}

.contacto {
    width: 260px!important;
   
}
.contacto input {
    width: 312px;
}
.contacto textarea {
    width: 316px;
}
.contacto .noinput {
    margin-top: 25px;
}
.formulari .noradio {
    width: inherit;
    border: none;
    float: inherit;
}


/* CLASSES ABSOLUTES */
.margin-right {
    margin-right: 10px;
}
.margin-top {
    margin-top: 10px;
}
.nomargin {
    margin: 0!important;
}
.padding-top {
    margin-top: 30px;
}
.bold { 
    font-weight: bold;
}
.light {
    font-weight: lighter;
}
.georgia {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.right { 
    float: right!important;
}
.left { 
    float: left;
}
.nofloat {
    float: none!important;
}
.red { 
    color: red!important;
}
.gris { 
    color: #3e3d40;
}
.text-petit {
    font-size: 1em!important;
}
.error { 
    border: 1px solid red!important;
}
label.error { 
    border: none!important;
}
.clear { 
    clear: both;
}

.nostyle{
    margin:0 !important;
    padding:0 !important;
    height:auto !important;
    width:auto !important;
}

.tdContacto {
    height: 20px;
    vertical-align: bottom;
    font-size:1.2em;
}

.inpContacto {
    width: 240px;
    border: 1px solid #c9c9c9;
    padding: 3px 2px;
    font-size: 1.2em;
    float: left;
}

.txtAreaContacto {
    border: 1px solid #c9c9c9;
    font-size: 1.1em;
    width: 202px;
    float: right;
}

.botonContacto {
    width: 50px !important;
    border: 1px solid #c9c9c9;
    padding: 3px 2px;
    font-size: 1.2em;
    float: right;
    text-align: center;
}

