h1 {
    color: #000000;
    font-size: 24px;
    font-weight:bold;
    line-height:27px;
}
h2 {
    color: #202020;
    font-size: 20px;
    line-height:25px;
    opacity: 1.0;
    margin-top:5px;
}
h3 {
}
a {
}
mas_info {
    
}
.titol {
    color: #000000;
    font-size: 34px;
    font-weight:normal;
    margin: 0px;
    padding: 0px;
}

.div_columna{
    width: 480px;
    margin-bottom: 37px;
}
.botoW8bigx2 {
    width: 470px;
    height: 310px;
    background-repeat: no-repeat;
    border:none;
    margin:5px;
    opacity: 1;
}
.botoW8bigx2:hover h1 {
    text-decoration:none;
}
.botoW8bigText {
    width:185px;
    height:auto;
    float:right;
    margin-right:2px;
    margin-top:8px;
}

.botoW8litWx2 {
    width: 470px;
    height: 150px;
    background-repeat: no-repeat;
    border:none;
    cursor: pointer;
    margin:5px;
    opacity: 1;
}
.botoW8litWx2:hover h1 {
    text-decoration:none;
}
.botoW8litTextWx2 {
    width:320px;
    height:auto;
    margin-top:16px;
    padding:16px;
    margin-bottom:32px;
}
.divW8bigText {
    width:310px;
    height: auto;
    border:none;
    padding-top:10px;
    margin:5px;
    margin-bottom:32px;
    opacity: 1;
    background-color: #FFFFFF;
}
.div_mas_info {
    height:auto;
    width:100%;
    text-align:right;
    margin-top:15px;
    margin-right:30px;
    float:right;
}
.mas_info {
    color:rgb(44,101,171);
    font-size: 22px;
    font-weight: bold;
    line-height:29px;
}
.mas_info:hover {
    color:#000000;
}

.columnaProds {
    width: 160px;
    margin-bottom: 5px;
    border-width: 1px;
    border-style: solid;
    padding: 24px 2px 3px 2px;
}
.columnaProdsTitols {
    width: 224px;
    margin-bottom: 5px;
    border-style: none;
    padding: 24px 2px 3px 0px;
}
.columnaProdsTitols div {
    text-align: right;
}

.prodClassic {
    border-color: #538DD5;
}
.prodPremium {
    border-color: #99CC66;
}
.prodProfessional {
    border-color: #E26B0A;
}
.celaHeadProds {
    width:100%;
    height:208px;
}
.celaHeadProds h3 {
    font-size:18px;
}
.titolProd {
    width:100%;
    height:94px;
} 
.titolProd h1 {
    font-size:21px;
} 
.celaProds {
    width: 100%;
    border-top-color: rgb(200,200,200);
    border-top-style: solid;
    border-top-width: thin;
    padding: 5px 0px;
}
#idCelaProdsTxt, .celaProdsTxtR {
    width:100%;
    font-size: 13px;
    line-height:16px;
}
.celaProdsTxtR {
    font-size: 16px;
    line-height:19px;
    height:19px;
    overflow:hidden;
}
.celaProdsTxt2 {
    width:100%;
    height: 19px;
    font-size: 19px;
}
.celaProdsYes, .celaProdsNo {
    height: 19px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.celaProdsYes {
    background-image: url("../imagesV3/yes.png");
}
.celaProdsNo {
    background-image: url("../imagesV3/no.png");
}
#idRowExtend {
    display:none;
}
@media (max-width: 1272px) {
    .columnaProds { width: 176px; }
    #idColumnaProdsTitols { display:none; }
    #idCelaProdsTxt { display:inline-block; }
}
@media (min-width: 1272px) {
    .columnaProds { width: 160px; }
    #idColumnaProdsTitols { display:inline-block; }
    #idCelaProdsTxt { display:none; }
}
@media (max-width: 480px) {
    .div_columna { width:100%; }
}
@media (min-width: 480px) {
    .div_columna { width:480px; }
}
