/*-- RESET CSS --*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button, select, input,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i 
{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:normal;
    font-style:normal;
    vertical-align:baseline;
    list-style:none;
    
}
:focus { outline:0; }
table { border-spacing:0; /*page-break-before: always;*/}
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }
input, textarea { margin:0; padding:0; }
hr { border:0 none; color:#000000; background-color:#000000; height:1px; }
/*-- END RESET CSS --*/
body
{    color:#000000;
    font-size:9pt;
    font-family:Arial, Helvetica, sans-serif;
    padding:10px;
}
/*-- 1 --- GENERAL STRUCTURE --------------------------------------------*/
/*-- 1.1 - Float - Clear ------------------------------------------------*/
.floatLeft { float:left; }
.floatRight { float:right; }
.clear { clear:both; height:1px; font-size:1px; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.clearImage{ clear:both; }
.nosee { display:none; }
.overflowHidden {overflow:hidden;}
/*-- END - Float - Clear ------------------------------------------------*/
/*-- 1.2 - Height - Width -----------------------------------------------*/
.width100 { width:100%; }
.width90 {width:90%}
.width_70{ width:487px; }
.width_60{ width:330px; }
.width50 { width:320px; }
/*-- END - Height  - Width  ---------------------------------------------*/
/*-- 1.3 - Margin - Paddings --------------------------------------------*/
.mar05 { margin:6px; }
.mar1 { margin:12px; }
.mar05Top { margin-top:6px; }  
.mar1Top { margin-top:12px; }
.mar1_5Top { margin-top:18px; }
.mar2Top { margin-top:2em; }
.mar2Top_center{
    margin-top:2em;
    text-align:center;
}
.margin_top1_5{margin-top:18px;}
.mar0Bottom { margin-bottom:0em; }
.mar05Bottom { margin-bottom:6px; }
.mar1Bottom { margin-bottom:12px; }
.mar1_5Bottom { margin-bottom:18px; }
.mar3Bottom { margin-bottom:36px; }
.mar05Left { margin-left:6px; }
.mar1Left { margin-left:12px; }
.mar05Right { margin-right:6px; }
.mar1Right { margin-right:12px; }
.mar2Right { margin-right:2em; }
.mar020Top {margin-top:0.240px;}
.mar025Top {margin-top:3px;}
.mar05Top { margin-top:6px; }
.mar2_5Right { margin-right:2.5em; }
.mar2_5Top { margin-top:2.5em; }
.mar_center{ margin:0 auto;}
.mar0{ margin:0 !important;}
.pad05 { padding:6px; }
.pad0_83{ padding:10px; }
.pad1 { padding:12px ; }
.pad05Top { padding-top:6px; }
.pad1Top { padding-top:12px ; }
.pad2_5Top { padding-top:2.5em ; }
.pad05Bottom { padding-bottom:6px; }
.pad1Bottom { padding-bottom:12px ; }
.pad2_5Bottom { padding-bottom:2.5em ; }
.pad05Left { padding-left:6px ; }
.pad015Left{ padding-left:0.15em;}
.pad0_83LeftRight { 
    padding-left:10px; 
    padding-right:10px; 
}
.pad1Left { padding-left:12px ; }
.pad1_5Left { padding-left:18px ; }
.pad2_5Left { padding-left:2.5em ; }
.pad05Right { padding-right:6px; }
.pad1Right { padding-right:12px ; }
.pad2Right { padding-right:2em; }
.pr_2Top{ position:relative; top:2px}
/*-- END - Margin - Paddings --------------------------------------------*/
/*-- END --- GENERAL STRUCTURE ------------------------------------------*/
/*-- 2 --- GENERAL CONTENT ----------------------------------------------*/
/*-- 2.1 - Align --------------------------------------------------------*/
.alignLeft { text-align:left !important;}
.alignRight { text-align:right !important;}
.alignCenter { text-align:center !important;}
.alingJustify { text-align:justify !important;}
.vAlignTop { vertical-align:top !important;}
.vAlignBottom { vertical-align:bottom !important;}
.vAlignMidle { vertical-align:middle !important;}
/*-- END - Align --------------------------------------------------------*/
/*-- 2.2 - Fonts sizes --------------------------------------------------*/
.font9 { font-size:9pt !important; }
.font10 { font-size:10pt !important; }
.font11 { font-size:11pt !important; }
.font12 { font-size:12pt !important; }
.font14 { font-size:14pt !important; }
.font16 { font-size:16pt !important; }
.font18 { font-size:18pt !important; }
.font20 { font-size:20pt !important; }
.font24 { font-size:24pt !important; }
.font28 { font-size:28pt !important; }
.font32 { font-size:32pt!important; }
.font36 { font-size:36pt !important; }
.font40 { font-size:40!important; }
strong { font-weight:bold; }
em { font-style:italic; }
h3, h4, h5, h6, p { padding-bottom:12px; }
ol{padding-left:20px;}
ol li {list-style-type:decimal !important}
ol li ol li{list-style-type:none !important}
/*-- END - Fonts sizes --------------------------------------------------*/
/*-- 2.3 - Colours ------------------------------------------------------*/
.grey{
    color:#666666 !important;
}
.grey2{
    color:#9E9E9E;
}
.black{
    color:#000000;
}
.orange{
    color:#e46d24;
}
.blue{
    color:#315570;
}
.black{
    color:#000;
}
a,
a:link,
a:active,
a:visited
{ color:#315570;
  text-decoration:none;
}
a:hover { text-decoration:underline; }
a.underline{ text-decoration:underline; }
/*-- END - Colours ------------------------------------------------------*/
/*-- 2.4 - Backgrounds --------------------------------------------------*/
.bkcWhite { background:#FFFFFF; }
.bkcGrey01 { background:#8A8A8A; }
.bkcGrey02 { background:#AFAFAF; }
.bkcGrey03 { background:#DFDFDF; }
.bkcGrey04 { background:#EFEFEF; }
.bkcBlue01 { background:#003366; }
.bkcBlue02 { background:#3399FF; }
.bkcBlue03 { background:#99CCFF; }
.bkcBlue04 { background:#E6EEFF; }
.bkcBlue08 { background:#d0e4ff; }
/*-- END - Backgrounds --------------------------------------------------*/
/*-- END --- GENERAL CONTENT --------------------------------------------*/
/*-- 4 --- GENERAL REGIONS & MENU ---------------------------------------*/
/*-- 4.1 - HEADER MENU GENCAT -------------------------------------------*/
.lineDegrTop{
    border-bottom:0.08em solid #BF2F14;
}
.lineDegrBottom{
    border-bottom:1px solid #D63B1D;
}
.line{
    height:1px;
    margin-right:18px;
}
#gencat
{    width:958px;
    margin: 0 auto;
}
#gencat #menu
{    display:none;
}
#menu_lang {
        display:none;
}
/*-- END - HEADER MENU GENCAT -------------------------------------------*/
/*-- 4.2 - PAGE CENTER --------------------------------------------------*/
#pageCenter
{    width:780px;} 
.bg{ background:none !important}
/*-- END - PAGE CENTER --------------------------------------------------*/
/*-- 4.2 - MAIN HEADER --------------------------------------------------*/
/*-- BEGIN: MAIN MENU --*/
#header
{    margin:12px 0 6px 0;
}
#menuheader
{    display:none
}
/*-- END: MAIN MENU --*/
/*-- END - MAIN HEADER --------------------------------------------------*/
/*-- BEGIN: BREADCRUMBS --*/
#breadcrumb{
    float:left;
    margin:3px 0 20px 0;
    display:inline;
}
#total #breadcrumb{
    float:left;
    margin:3px 0 0 0;
    display:inline;
}
#breadcrumb .track {
    font-size: 10px;
}
#breadcrumb .track a{
    color:#000000;
    text-decoration:none;
}
#breadcrumb .track a:hover{
    color:#000000;
    text-decoration:underline;
}
/*-- END: BREADCRUMBS --*/
/*-- BEGIN: CONTENT MAIN --*/
#main .twoColumn .mar { margin-right:12px; }
#main .twoColumn .column1
{    
    display:none;
}
#home #main .twoColumn .column1
{    
    display:block;
}
#home #main .twoColumn .column2
{    
    display:none;
}
#main .twoColumn .column2
{   padding:0;
    float:left;
   /* width:696px;*/
   width:100%;
    margin-bottom:30px
}
#main .twoColumn .column2 .txt{
    /*width:100%;*/
}
#main .twoColumn .column2 .box .txt{
    width:auto;
}
#home #main .twoColumn .column2
{
        width:211px;
}
#total #main .twoColumn .column2{   
    width:931px;
}
#main .fourBoxes .mar,
#main .threeBoxes .mar
{    margin-right:6px;
}
#main .threeBoxesEqual .box
{   width:216px;
    float:left;
}
#main .twoBoxes .box
{   width:326px;
    float:left;
}
#main .threeBoxes .box .boxBig .borderimg, #main .twoBoxes .box .boxBig .borderimg
{   width:320px;
    
}
#main .threeBoxes .boxBig, #main .twoBoxes .boxBig
{   width:329px;
    float:left;
}
#main .threeBoxes .boxCaixa
{   width:161px;
    float:left;
}
#main .fourBoxes .boxcontent,
#main .threeBoxes .boxcontent,
#main .twoBoxes .boxcontent
{    padding:5px 6px 2px 6px;
}
#main .fourBoxes .boxhead,
#main .threeBoxes .boxhead,
#main .twoBoxes .boxhead 
{
    padding:5px 6px 0 6px;
    color:#9b380d;
    font-weight:bold;
    font-size:14pt;  
}
#main .fourBoxes .boxhead a,
#main .threeBoxes .boxhead a,
#main .twoBoxes .boxhead a
{
    color:#9b380d;
    font-weight:bold;
    font-size:14pt;    
}
#main .boxhead span {
    padding-left:10px;
    font-weight:bold;
}
.titular_boxhead{
    color:#9B380D !important; 
    font-size:12pt; 
    font-weight:bold;
}
#main .fourBoxes label a,
#main .threeBoxes label a,
#main .twoBoxes label a
{ 
    color:#9b380d;
    font-weight:bold;
    text-decoration:none;
}
#main .fourBoxes label a:hover,
#main .threeBoxes label a:hover,
#main .twoBoxes label a:hover
{   color:#9b380d;
    text-decoration:underline;
}
#main .threeBoxes ul
{    /*margin-left:6px;*/
}
#main .threeBoxes ul li
{   
    padding:0 0 3px 12px;
}
#main .threeBoxes .grey ul li a,
#main .threeBoxes .grey ul li a:link,
#main .threeBoxes .grey ul li a:active,
#main .threeBoxes .grey ul li a:visited
{    font-size:12px;
    text-decoration:none;
    color:#666666;
}
#main .threeBoxes ul li .grey a:hover{
    text-decoration:underline;
}
#main .threeBoxes .black ul li a,
#main .threeBoxes .black ul li a:link,
#main .threeBoxes .black ul li a:active,
#main .threeBoxes .black ul li a:visited
{    font-size:12px;
    text-decoration:none;
    color:#000000;
}
#main .threeBoxes .black ul li a:hover
{    text-decoration:underline;
}
#main .column2 .img_cal
{    width:25px;
    height:25px;
    float:left;
}
#main .column2 .titular
{   width:198px;
    float:left;
}
#main .column2 a.negrita,
#main .column2 a.negrita:link,
#main .column2 a.negrita:active,
#main .column2 a.negrita:visited
{   font-weight:bold;
    color:#333333;
    text-decoration:none;
}
#main .column2 a.negrita:hover
{   text-decoration:underline;
}
#main .column2 a.text,
#main .column2 a.text:link,
#main .column2 a.text:active,
#main .column2 a.text:visited
{   color:#333333;
    font-size:11px;
    text-decoration:none;
}
#main .column2 a.text:hover
{    text-decoration:underline;
}
#main .column2 .calendar
{   color:#e77c0d;
    font-style:italic;
    font-size:11px;   
    padding-right:5px;
}
#main .column2 .linkSmall
{   font-size:11px;
    color:#333333;
}
#main .column2 .fletxa
{   color:#E46D24;
    position:relative;
    bottom:1px;
}
#main .column2 input.text, #main .column1 input.text
{   background: #ffffff;
    border: 1px #605F5F solid;
    color: #000000;
    width:124px;
    height:18px;
    font-size:10px;
}
#main .column2 select.text, #main .column1 select.text
{   background: #ffffff;
    border: 1px #605F5F solid;
    color: #000000;
    width:124px;
    height:20px;
    font-size:10px;
    float:left;
}
#main .column2 button.boton, #main .column1 button.boton
{   width:19px;
    height:16px;
    vertical-align:top;
    border:0;
    cursor:pointer;
    position:relative;
    bottom:1px;
    *bottom:0px;
}
#main .column2 .search,#main .column1 .search {
    padding-bottom:20px;
}
#main .column2 .search .title {
    float:left;
    margin-right:6px;
}
/*************************************************************************************************/
/*-- BEGIN: BANNERS SECTION --*/
#banner{
    display:none;
}
/*-- END: BANNERS SECTION --*/
/*-- BEGIN: CONTENT --*/
#title .title
{   font-size:17px;
}
#main .boxTitle{
    color:#502814;
    font-weight:bold;
    font-size:12px;
}
#main .lista a{
    font-size:11px;
    color:#315570;
    text-decoration:none;
}
#main .lista a:hover, #main .lista a:active{
    color:#3D7CA4;
    text-decoration:underline;
}
#main a{
    color:#3D7CA4;
    text-decoration:none;
}
#main .titular a{
    font-size:11px;
    color:#3D7CA4;
}
#main a:hover{
    color:#3D7CA4;
    text-decoration:underline;
}
#main ul{
    padding:0.600px 0 0 6px;
    
}
#main .listboxNoBullet ul{
    padding-left:0 !important;
    
}
#main .listbox ul li{
    background:url(../img/css_img/separador.jpg) left 3px no-repeat;
    padding-bottom:3px;
    padding-left:15px;
}
#main .listboxGrey ul li{
    background:url(../img/css_img/separador_grey.gif) left 3px no-repeat;
    padding-bottom:3px;
    padding-left:15px;
}
#main .listboxGrey ul li ul li{
    background:url(../img/css_img/point.gif) left 0.600px no-repeat;
    padding-left:15px;
    
}
#main .listboxNoBullet ul li{
    padding-bottom:3px;
    /*padding-left:15px;*/
}
#main #note ul li{
    background:url(../img/css_img/arrow.gif) left 0.12px no-repeat;
    padding-bottom:20px;
    padding-left:20px;
}
#main .boxImageText{
    margin:0 0 0 8px;
    width:8.336px;
    float:right;
}
#main .titleBoxImage{
    font-size:11px;
    font-weight:bold;
    color:#b82102;    
}
#main .boxImageText p{
    font-size:10px;
}
.text{
    font-size:11px;  
}
#main .textBox{
    font-size:11px;
}
#main .sections p
{   padding-bottom:0 !important;
    font-size:11px;
}
#main .sections ul{
    padding:0 !important;
}
#main .txt ul{
    margin-bottom:18px !important;
}
#main .txt img.floatRight{
    padding:0 0 6px 12px;    
}
#main .txt img.floatLeft{
    padding:0 12px 6px 0;    
}
#content
{    margin-bottom:36px;
}
#home #content
{    margin-bottom:0;
}
.noticia{
    /*width:632px;*/
}
.evento{
    width:681px;
}
.label_text{
    /*background:#fff url(../img/css_img/label.gif) left bottom repeat-x;*/
    border-bottom:1px solid #f8f8f8;
    padding: 5px 0 7px 8px;
    /*max-width: 668px;*/
    width: auto !important;
    /*width: 668px;*/
    }    
.label_content{
    /*padding-left: 3px;*/
} 
#main .label_text .boxTitle{
    color:#9B380D;
    font-size:14px;
}       
#main .title_date .label_text .boxTitle
{
    float:left;
    width:85%;
}
#main .title_date .label_text .date{
    float:right; 
    font-weight:bold;     
    margin-right:10px
}
.noticias{
    background-color:#eeeeee;
    /*width:478px;*/
    padding:6px 0 12px 10px;
    }    
.noticias ul{
    padding-left:0 !important;
    font-size:11px;
}
#main .noticias ul li{
    background:url(../img/css_img/bulletArrow_small.gif) left 5px no-repeat;
    padding-left:8px;
    border-bottom:1px solid #ccc;
    padding-right:5px !important;
}
#main .noticias .boxTitle, #main .buscador .boxTitle{
    color:#9B380D !important;
}
.mapa .box .boxhead{
    background:#fff url(../img/css_img/label.gif) left bottom repeat-x;
    border:1px solid #E1E1E1;
    border-bottom:0 !important;
    width:653px;
    padding:5px 0px 5px 5px;
    color:#4C381D;
    font-weight:bold;
}
.mapa .box .boxhead a{
    color:#4C381D !important;
    font-weight:bold;
}
.mapa .boxcontent{
    width:642px;
    border:#e1e1e1 1px solid;
    border-top:0 !important;
    padding-left:10px;
    padding-right:6px;
}
.mapa .boxcontent.listboxGrey ul li a, .mapa .boxcontent.listboxGrey ul li ul li a{
    color:#000000 !important;
}    
.buscador{
    width:118px;
}
.buscador .content{    
    padding:6px;
    height: 14.36px;
    background:#f1f1f1 url(../img/css_img/bg_buscador_noticia.jpg) left bottom no-repeat;
}    
.buscador p{
    font-size:11px;
}
.externo a {
    background:url(../img/css_img/link_externo.gif) right top no-repeat;
    padding-right:20px;
}
.pdf {
    background:url(../img/css_img/pdf16x16.gif) left top no-repeat;
    padding-left:22px;
    padding-bottom:2px;
}
.arrow {
    background:url(../img/css_img/bulletArrow_small.gif) left top no-repeat;
    padding-left:16px;
}
.admiration {
    background:url(../img/css_img/admiracion.gif) left top no-repeat;
    padding-left:16px;
}
.note {
    background:url(../img/css_img/lapiz.gif) left top no-repeat;
    padding-left:22px;
}
#main .column2 .img_sep
{
    width:12px;
    height:12px;
    float:left;
    margin-top: 4px;
    background:url(../img/css_img/separador.jpg) left top no-repeat;
}
/*-- BEGIN: TABLE --*/
table {
    border-spacing:1px;
    font-size:11px;
    /*background-color:#E7E7E7;
    color: #808080; */
}
caption {
    font-weight: bold;
    background: #F2F1EC;
    border-bottom:2px solid #E77B0E;
    color: #E77B0E;
    text-transform:uppercase;
    padding:10px;
}
td, th {
    padding: 4px;
}
thead th {
    text-align: center;
    background: #F5F5F5;
    color: #666;
    border: 1px solid #FFF;
    text-transform:uppercase;
    font-weight:bold;
}
tbody th {
    font-weight: bold;
}
tbody tr        {
    background-color:#FFF; 
    text-align:left;
    }
tbody tr.par     {
    background: #f9f9f9;
    border-top:1px solid #FFF;
}
tbody th a:link, tbody th a:visited{
    color:#3D7CA4;
    padding:3px 0px 0px 18px;
    }
tbody th a:hover{
    color:#3D7CA4;
    }
tbody tr td { 
    /*background: #FFF;*/
    border: 1px solid #FFF;
    }
tbody tr.par td{ 
    background: #f9f9f9;
    border-top:1px solid #FFF;
    }
table td a:link, table td a:visited {
    color: #3D7CA4;
    text-decoration: none;
}
table td a:hover {
    color: #3D7CA4;
    border-bottom:2px solid #E77B0E;
    text-decoration: none ; 
    
}
tfoot th, tfoot td {
    background-color:#E7E7E7; padding:10px;
    text-align:center; 
    border-bottom:3px solid #CCC;
    border-top:1px solid #DFDFDF;
}
/*-- END: TABLE --*/
/*-- END: CONTENT --*/
/*-- BEGIN:FOOTER --*/
#footer{
   display:none;
}
/*-- END: FOOTER --*/
.content_bottom{
    background:#F9F8F7 url(../img/css_img/bkg_content_bottom.gif) repeat-x left bottom;
    display:block;
    height:40px;
}
.title{
    font-size:12px;
    font-weight:bold;
    color:#9b380d;
    display:block;
    margin-bottom:4px;
    margin-right:13px;
    padding-bottom:4px;
    border-bottom:1px solid #E0E0E0;
}
#main .titleBig a, #main .titleBig{
    color:#e77c0d !important;
    font-size:14px;
    font-weight:bold;
    display:block;
    margin-bottom:4px;
    text-decoration:none;
}
#main .titleBig a:hover{
    color:#e77c0d !important;    
    text-decoration:underline;
}
.cons_map{
    width:552px;
    display:none;
}
.con_note{
    width:670px;
}
/****** Caja Adaptable ********/
.box_white .box_rounded {
    background: url(../img/css_img/roundedcornr_white_tl.gif) no-repeat top left;
}
.box_white .box_rounded_top {
    background: url(../img/css_img/roundedcornr_white_tr.gif) no-repeat top right;
}
.box_white .box_rounded_bottom {
    background: url(../img/css_img/roundedcornr_white_bl.gif) no-repeat bottom left;
}
.box_white .box_rounded_bottom div {
    background: url(../img/css_img/roundedcornr_white_br.gif) no-repeat bottom right;
}
.box_white .box_rounded_content {
    background: url(../img/css_img/roundedcornr_r.gif) top right repeat-y;
}
.box_grey .box_rounded {
    background: url(../img/css_img/roundedcornr_grey_tl.gif) no-repeat top left;
}
.box_grey .box_rounded_top {
    background: url(../img/css_img/roundedcornr_grey_tr.gif) no-repeat top right;
}
.box_grey .box_rounded_bottom {
    background: url(../img/css_img/roundedcornr_grey_bl.gif) no-repeat bottom left;
}
.box_grey .box_rounded_bottom div {
    background: url(../img/css_img/roundedcornr_grey_br.gif) no-repeat bottom right;
}
.box_grey .box_rounded_content {
    background: url(../img/css_img/roundedcornr_r.gif) top right repeat-y;
}
.box_cream .box_rounded {
    background: url(../img/css_img/roundedcornr_cream_tl.gif) no-repeat top left;
}
.box_cream .box_rounded_top {
    background: url(../img/css_img/roundedcornr_cream_tr.gif) no-repeat top right;
}
.box_cream .box_rounded_bottom {
    background: url(../img/css_img/roundedcornr_cream_bl.gif) no-repeat bottom left;
}
.box_cream .box_rounded_bottom div {
    background: url(../img/css_img/roundedcornr_grey_br.gif) no-repeat bottom right;
}
.box_cream .box_rounded_content {
    background: url(../img/css_img/roundedcornr_r.gif) top right repeat-y;
}
.box_rounded_top div,.box_rounded_top,
.box_rounded_bottom div, .box_rounded_bottom {
    width: 100%;
    height: 10px;
    font-size: 1px;
}
/****** Tabla Escala Adaptable ********/
.table td img{
    vertical-align:middle;
}
.bg_green{
    background-color:#00cc00 !important;
}
.bg_yellow{
    background-color:#ffcc00 !important;
}
.bg_orange{
    background-color:#ff6600 !important;
}
.bg_red{
    background-color:#ff0000 !important;
}
.td_background{
    background:#ff0000 url(../img/css_img/trama_perill_5.gif) left top repeat-y;
}
/****** End Tabla Escala Adaptable ********/
/****** My Form ******/
.myform{
    margin:0 auto;
    width:600px;
    padding:14px;
    border:solid 2px #E1DDD1;
    background:#F7F6F4;
}
/* ----------- stylized ----------- */
.myform h2 {
    font-size:16px;
    font-weight:bold;
    margin-bottom:6px;
}
.myform p{
    font-size:11px;
    color:#666666;
    margin-bottom:20px;
    border-bottom:solid 1px #E1DDD1;
    padding-bottom:10px;
}
.myform label, .myform .label{
    display:block;
    font-weight:bold;
    text-align:right;
    width:210px;
    float:left;
    margin-top:5px
}
.myform .rad label{
    width:auto;
    margin-top:0;
    font-weight:normal;
    text-align:left;
}
.myform .small{
    color:#666666;
    display:block;
    font-size:11px;
    font-weight:normal;
    text-align:right;
    width:120px;
}
.myform input, .myform textarea, .myform select{
    float:left;
    font-size:12px;
    padding:3px 2px;
    border:solid 1px #E1DDD1;
    width:240px;
    margin:2px 0 20px 10px;
    font-family:Arial, Helvetica, sans-serif;
}
.myform .input{
    width:6px !important;
}
.myform textarea.coment{
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #E1DDD1;
    width:564px;
    margin:2px 0 20px 10px; 
    font-family:Arial, Helvetica, sans-serif;
}
.myform .rad {
    width:210px;
    margin: 3px 0 20px 10px;
    float:left; 
}
.myform .rad input{ 
    width:20px;
    border:none !important; 
    /*float:none !important;*/
    padding:0 !important; 
    margin: 0 !important
}
.myform .rad span { 
    padding-bottom:3px
}
.myform .data { 
    width:100px !important
}
.myform .mides {
    margin: 3px 0 20px 10px;
    float:left; 
}
.myform .mides label{
    width:auto !important;
    font-weight:normal !important;
}
.myform .mida { 
    width:40px !important;
    /*float:none !important;*/
    margin: 2px 6px 2px 2px !important;
}
.myform button{ 
    background:#888888;
    color:#FFFFFF;
    border:solid 1px #666666;
    font-size:11px;
    font-weight:bold;
    padding:4px 6px; 
    float: right;
    margin:5px
}
/******End: My Form ******/
.powered{
        display:none;
}
.table_box2columns{ margin-bottom:1em; background:none !important}
.table_box2columns .txt{width:auto !important;}
table.t2_1 td{width:195px;}
table.t2_1 td.Big{width:390px}

/*
* Estil afegits per Aleix Masague Comas
*/
#main{
float:left;
}
#main .threeBoxes .boxBig, 
#main .twoBoxes .boxBig {
width:370px;
}
#main .twoBoxes .box {
width:470px;
}
#main .fourBoxes .box, 
#main .threeBoxes .box {
float:left;
width:19.5em;
}
#home #main{
margin-bottom:20px;
width:100%;
}
#content{
width:100%;
}
#pageCenter {
width:100%;
}
.banner{
float:left;
margin-right:6em;
}
#main .twoColumn .buscador{
display:none;
}