﻿*{ margin: 0; padding: 0;}

body{
    font-family: Tahoma; 
    color: #656565; 
    min-width:1000px; 
    font-size:11px; 
    background-color: #00064C;
    background-image: url(../images/main_bg2_n2.jpg);
    background-position: center top;
    background-repeat: no-repeat;         
}

body.contacto{
    font-family: Tahoma; 
    color: #656565; 
    min-width:1000px; 
    font-size:11px; 
    background-color: #132C6F;
    background-image: url(../images/main_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}


html, body{
    height: 100%; 
}

td{
    vertical-align: top;
}

img{
    border: 0px;
}

/* ================================================================================*/

form{ margin: 0; padding: 0; }

div, td, input, select, p, a, li{
    font-family: verdana;
    font-size: 12px;
    color: #2A2A2A;
}

a{
    color: #1563A5;
    text-decoration: underline;
}

a:hover{
    text-decoration: none;
}

#main_inside{
    position:relative; 
    min-height:100%; 
    margin: 0 auto; 
/*    width: 1000px; 
   border: 1px solid #ff0000; */
}

.index{
    background-image: url(../images/main_x.jpg);
    background-position: 3px 541px;
    background-repeat: repeat-x;    
}

.cont{
    position:relative; 
    min-height:100%; 
    margin: 0 auto; 
/*    width: 1000px; 
   border: 1px solid #ff0000; */
}
    
/*For IE*/
* html #main_inside{
    height:100%; 
/*    width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1001?'1000px':'100%');  */
/*    width: 1000px; */
    margin: 0 auto;
}

#main_inside_in{ 
    position:relative; 
    min-height:100%; 
    margin: 0 auto; 
    width: 1000px;
}


/*For IE*/
* html #main_inside_in{
    height:100%; 
    /*    width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1001?'1000px':'100%'); */
   width: 1000px;
    margin: 0 auto;
}

#main_content{
    margin: 0 auto;
/*    border: 1px solid #fff000; */
}
/*=======================================================*/

/* header */
.header{
    height: 166px;    
}

.logo{
    float: left;
    padding: 12px 0px 0px 107px;
    width: 161px;
    height: 154px;
    background-image: url(../images/logo_bg.jpg);
    background-position: 70px top;
    background-repeat: no-repeat;
}

.logo_n2{
    float: left;
    padding: 12px 0px 0px 106px;
    width: 161px;
    height: 154px;
    background-image: url(../images/logo_bg_n2.jpg);
    background-position: 70px top;
    background-repeat: no-repeat;
}

.top_menu{
    float: left;
    padding: 35px 20px 0px 13px;
    background-image: url(../images/top_menu_line.jpg);
    background-position: 25px 72px;
    background-repeat: no-repeat;
}

.top_menu_k{
    float: left;
    padding: 35px 10px 0px 0px;
    background-image: url(../images/top_menu_line_n2.jpg);
    background-position: 0px 72px;
    background-repeat: no-repeat;
    position: relative;
    left: 14px;
}

.top_menu ul{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.top_menu ul li{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
    display: inline;
    float: left;
}

.top_menu ul li a{
    padding: 3px 12px 16px 12px;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    font-family: Trebuchet MS;
    font-size: 16px;
    font-weight: normal;
    display: block;
    color: #FFFFFF;    
}

.top_menu_k ul li a{
    padding: 2px 11px 18px 12px;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    font-family: Trebuchet MS;
    font-size: 16px;
    font-weight: normal;
    display: block;
    color: #FFFFFF;    
}

.top_menu ul li a.t_1_cur{
    text-decoration: none;
    background-image: url(../images/h_1.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.top_menu ul li a.t_2_cur{
    text-decoration: none;
    background-image: url(../images/h_2.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.top_menu ul li a.t_3_cur{
    text-decoration: none;
    background-image: url(../images/h_3.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.top_menu ul li a.t_4_cur{
    text-decoration: none;
    background-image: url(../images/h_4.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.top_menu ul li a.t_5_cur{
    text-decoration: none;
    background-image: url(../images/h_5.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.top_menu ul li a.t_6_cur{
    text-decoration: none;
    background-image: url(../images/h_6.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.top_menu ul li a.t_1:hover{
    text-decoration: none;
    background-image: url(../images/h_1.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.top_menu ul li a.t_2:hover{
    text-decoration: none;
    background-image: url(../images/h_2.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.top_menu ul li a.t_3:hover{
    text-decoration: none;
    background-image: url(../images/h_3.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.top_menu ul li a.t_4:hover{
    text-decoration: none;
    background-image: url(../images/h_4.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.top_menu ul li a.t_5:hover{
    text-decoration: none;
    background-image: url(../images/h_5.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}


.top_menu ul li a.t_6:hover{
    text-decoration: none;
    background-image: url(../images/h_6.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}



.top_menu_k ul li a.t_1_cur{
    text-decoration: none;
    background-image: url(../images/k_1.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.top_menu_k ul li a.t_2_cur{
    text-decoration: none;
    background-image: url(../images/k_2.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.top_menu_k ul li a.t_3_cur{
    text-decoration: none;
    background-image: url(../images/k_3.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.top_menu_k ul li a.t_4_cur{
    text-decoration: none;
    background-image: url(../images/k_4.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.top_menu_k ul li a.t_5_cur{
    text-decoration: none;
    background-image: url(../images/k_5.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.top_menu_k ul li a.t_6_cur{
    text-decoration: none;
    background-image: url(../images/k_6.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.top_menu_k ul li a.t_1:hover{
    text-decoration: none;
    background-image: url(../images/k_1.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.top_menu_k ul li a.t_2:hover{
    text-decoration: none;
    background-image: url(../images/k_2.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.top_menu_k ul li a.t_3:hover{
    text-decoration: none;
    background-image: url(../images/k_3.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.top_menu_k ul li a.t_4:hover{
    text-decoration: none;
    background-image: url(../images/k_4.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.top_menu_k ul li a.t_5:hover{
    text-decoration: none;
    background-image: url(../images/k_5.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}


.top_menu_k ul li a.t_6:hover{
    text-decoration: none;
    background-image: url(../images/k_6.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
}
/* //header */

/* show_product */
.show_block{
    padding: 0px 0px 0px 0px;
    clear: both;
    height: 353px;
    position: relative;    
}

.show_block .product{
    float: left;
    width: 354px;
    background-image: url(../images/for_product_img_bg_n4.jpg);   
    background-position: 92px 280px;
    background-repeat: no-repeat;
}

.show_block .product p{
    padding: 0px 0px 19px 138px;
    font-size: 24px;
    font-weight: bold;
    font-family: Trebuchet MS;
    color: #FFFFFF;
    line-height: 23px;
    letter-spacing: -1px;
    background-image: url(../images/product_p_n3.jpg);
    background-position: 268px 16px;
    background-position: 250px 17px;
    background-repeat: no-repeat;
}


.show_block .product_n2 p{
    padding: 0px 0px 20px 110px;
    font-size: 24px;
    font-weight: bold;
    font-family: Trebuchet MS;
    color: #FFFFFF;
    line-height: 23px;
    letter-spacing: -1px;
    background-repeat: no-repeat;
}

.show_block .product p span{
    padding: 0px 0px 16px 6px;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    color: #A1B7F0;
    display: block;
}

.show_block .product p span.i{
    padding: 0px 0px 0px 10px;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    color: #FFFFFF;
    font-weight: normal;
    font-style: italic;
    display: block;
    text-indent: 5px;
    letter-spacing: 0px;
}

.show_block .product_n2 p span.i{
    padding: 0px 0px 0px 40px;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    color: #FFF;
    font-weight: normal;
    font-style: italic;
    display: block;
    text-indent: 5px;
    letter-spacing: 0px;
    position: relative;
    left: -7px;
}

.show_block .product img.product_img{
    margin: 0px 0px 12px 139px;
}

.show_block .product_n2 img.product_img{
    margin: 0px 0px 12px 120px;
}

.show_block .product .product_link{
    clear: both;
    padding: 13px 0px 0px 15px;
    margin: 0px 0px 0px 100px;
    background-image: url(../images/product_link_bg_n2.jpg); 
    background-position: left 0px;
    background-repeat: no-repeat;
    width: 225px;
    height: 34px;
}

.show_block .product .product_link a{
    text-decoration: none;
    color: #66006D;
    line-height: 14px;
    font-size: 12px;
    font-family: Trebuchet MS;
    letter-spacing: 0px;
}

.show_block .product .product_link a:hover{
    text-decoration: underline;
}

/* gallery */

.show_block .gallery{
    float: left;
    width: 616px;
    background-image: url(../images/gal_bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
   position: absolute;
    top: -49px;
    left: 354px;
    padding: 8px 0px 0px 28px;
    z-index: 100;
    height: 386px;
}

.for_left_link{
    float: left;
    width: 29px;    
    width: 60px;
    padding: 153px 0px 0px 0px;
}

.for_right_link{
    float: left;
    width: 59px;    
    padding: 153px 0px 0px 0px;
}

.for_right_link a{
    float: right;
}


#SlideItMoo_info_outer{
   width: 390px;
    height: 312px;    
    position: relative;
    display: block;
    margin:0 auto;
    float: left;
    z-index: 5;
    padding: 0px 0px 0px 0px;    
    float: left;    
}

#SlideItMoo_info_inner{
    width: 390px;
   height: 312px;
    overflow: hidden;
    position: relative;
    margin:0 auto;
    float: left;
    z-index: 3;
    padding: 0px 0px 0px 0px;
}

#SlideItMoo_info_items{
   overflow: hidden;
    width: 4500px;
    z-index: 1;
    padding: 0px 0px 0px 0px;    
    position: relative;
}

#SlideItMoo_info_items .info_item{
   float:left;    
    overflow:hidden;
    padding: 0px 0px 0px 0px;
    width: 390px;    
    text-align:justify;
    height: 312px; 
}
#SlideItMoo_info_items .info_item a{
	text-decoration:none;
}

#SlideItMoo_info_outer .for_gal_line{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 17px;
    width: 352px;
    height: 48px;
    position: relative;
    top: -50px;        
    z-index: 200;    
   background: url(../images/gall_line.png) no-repeat top left !important;
   background-image: none;
}

* html #SlideItMoo_info_outer .for_gal_line{
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='../frontend/images/gall_line.png');       
}

#SlideItMoo_info_outer .for_gal_line p{
    padding: 13px 0px 0px 10px;
    color: #01103B;
    font-size: 15px;
    font-weight:bold;
    text-align:left;
    font-family: Trebuchet MS;
    word-spacing:-2px;
}

#SlideItMoo_info_outer .for_gal_line p span{
    font-style: italic;
    font-size: 12px;
}

/* //gallery */

/* //show_product */

/* product_row */

.product_row{
    clear: both;
    background-image: url(../images/product_row_bg.jpg);
    background-position: left 7px;
    background-repeat: no-repeat;
    /*height: 241px;*/
    height: 252px;    
}

.product_row .product_cell{
    padding: 19px 0px 0px 59px;
   float: left;
    width: 300px;
}

.product_row .product_cell_2{
    padding: 14px 0px 0px 4px;
   float: left;
    width: 275px;
}

.product_row .product_cell_3{
    padding: 15px 0px 0px 0px;
   float: left;
    width: 310px;
}

.product_row .product_cell h3{
    padding: 20px 0px 6px 25px;
    margin: 0px 0px 0px 0px;
    color: #DB1E24;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    font-family: Trebuchet MS;
    font-style: italic;    
}

.product_row .product_cell_2 h3{
    padding: 45px 0px 6px 12px;
    margin: 0px 0px 0px 0px;
    color: #DB1E24;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    font-family: Trebuchet MS;
    font-style: italic;    
}

.product_row .product_cell_3 h3{
    padding: 24px 0px 6px 15px;
    margin: 0px 0px 0px 0px;
    color: #DB1E24;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    font-family: Trebuchet MS;
    font-style: italic;    
}

.product_row .product_cell .for_img{
    padding: 0px 4px 0px 0px;
    float: left;
}

.product_row .product_cell .for_desc{
    padding: 8px 0px 0px 0px;
    float: left;
    width: 162px;
}

.product_row .product_cell_2 .for_desc{
    padding: 8px 0px 0px 0px;
    float: left;
    width: 148px;
}

.product_row .product_cell h3 span{
    padding: 0px 0px 0px 0px;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    display: block;
    line-height: 28px;
}

.product_row .product_cell a.img{
    float: left;
    width: 130px;    
}

.product_row .product_cell .for_desc p{
    padding: 0px 0px 6px 0px;
    line-height: 18px;
    font-size: 12px;
    float: left;
}

.product_row .product_cell_2 .for_desc p{
    padding: 0px 0px 24px 0px;
    line-height: 18px;
    font-size: 12px;
    float: left;
}

.product_row .product_cell .for_desc a.pronto{
    padding: 10px 21px 15px 16px;
    height: 13px;
    text-decoration: none;
    color: #07236C;
    display: block;
    background-image: url(../images/pronto.jpg);    
    background-position: left top;
    background-repeat: no-repeat;
    clear: both;
    float: none;
    font-weight: bold;
    }

.product_row .product_cell .for_desc a.pronto_prr{
    padding: 10px 25px 15px 11px;
    height: 13px;
    text-decoration: none;
    color: #07236C;
    display: block;
    background-image: url(../images/prr.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    clear: both;
    float: left;
    font-weight: bold;    
    white-space: nowrap;
}

.product_row .product_cell .for_desc a.pronto_prr2{
    padding: 10px 25px 15px 16px;
    height: 13px;
    text-decoration: none;
    color: #07236C;
    display: block;
    background-image: url(../images/prr2.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    clear: both;
    float: left;
    font-weight: bold;    
    white-space: nowrap;
}

.product_row .product_cell_3 a.pronto{
    padding: 10px 21px 15px 21px;
    margin: 0px 85px 0px 0px;
    text-decoration: none;
    color: #07236C;
    display: block;    
    background-image: url(../images/prr3.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    clear: both;
    float: right;
    font-weight: bold;
}

.product_row .product_cell_3 .view_1{
    position: absolute;
    z-index: 10;
}

.product_row .product_cell_3 .view_1 a.pronto{
    padding: 10px 35px 15px 15px;
    margin: 0px 85px 0px 0px;
    text-decoration: none;
    color: #07236C;
    display: block;    
    background-image: url(../images/prr3.jpg);   
    background-position: left top;
    background-repeat: no-repeat;
    clear: both;    
    float: left;
    font-weight: bold;
    white-space: nowrap;
}

.product_row .product_cell .for_desc a.pronto:hover{
    text-decoration: none;
}

.product_row .product_cell_3 .for_img{
    padding: 5px 3px 0px 26px;
    float: left;
}

.product_row .product_cell_3 .for_desc{
    padding: 8px 0px 0px 0px;
    float: left;
    width: 162px;
}

.product_row .product_cell_3 .for_desc p{
    padding-bottom: 25px;    
    overflow: hidden;
    width: 162px;
    height: 53px;             
}

.product_row .product_cell ul{
    padding: 12px 0px 3px 20px;
    margin: 0px;
    width: 250px;
}

.product_row .product_cell ul li{
    padding: 0px 0px 3px 0px;
    margin: 0px;
    height: 15px;
    line-height: 15px;
    list-style: none;
}

.product_row .product_cell ul li span{
    padding: 0px 0px 0px 10px;
    line-height: 14px;
    position: relative;
    top: -2px;
} 

.product_row .product_cell_3 .view_2 ul{
    font-size: 0px;
    line-height: 0px;    
}

.product_row .product_cell_3 .view_2 ul li{
    padding: 0px 0px 3px 0px;
    font-size: 0px;
    line-height: 0px;    
}

.product_row .product_cell_3 .view_2{
    display: none;
    position: absolute;
    z-index: 1;
}

.product_row .product_cell_3 .view_3{
    display: none;
    position: absolute;
    z-index: 1;
}

* html .product_row .product_cell_3 .view_1 a.pronto{
    padding: 10px 35px 15px 15px;
    margin: 0px 0px 0px 15px;
    text-decoration: none;
    color: #07236C;
    display: block;
    background-image: url(../images/prr3.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    clear: both;    
    float: left;
    font-weight: bold;
    white-space: nowrap;
}

.product_row .product_cell_3 .view_2 a.pronto{
    padding: 10px 35px 15px 15px;
    margin: 0px 0px 0px 133px;
    text-decoration: none;
    color: #07236C;
    display: block;
    background-image: url(../images/prr3.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    clear: both;    
    float: left;
    font-weight: bold;
    white-space: nowrap;
}

.product_row .product_cell_3 .view_2 ul li input.fl_left{
    float: left;
}

.product_row .product_cell_3 .view_2 ul li span{
    font-size: 12px;
    line-height: 14px;
    padding: 0px 0px 0px 9px;        
    width: 220px;
    height: 18px;
    float: left;
    display: block;
    overflow: hidden;
}

* html .product_row .product_cell_3 .view_2 ul li{
    padding: 0px 0px 0px 0px;
    font-size: 0px;
    line-height: 0px;    
}

* html .product_row .product_cell ul li span{
    padding: 0px 0px 0px 10px;
    line-height: 12px;    
    position: relative;
    top: -1px;
} 

* html .product_row .product_cell_3 .view_2 ul li input.fl_left{
    font-size: 0px;
    font-size: 12px;
    line-height: 14px;
    padding: 0px 0px 0px 9px;
    margin: 0px;
    line-height: 0px;
    height: 18px;    
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
    top: -3px;
}

*+html .product_row .product_cell_3 .view_2 ul li input.fl_left{
    font-size: 0px;
    font-size: 12px;
    line-height: 14px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    line-height: 0px;
    height: 18px;    
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
    top: -3px;    
}

* html .product_row .product_cell_3 .view_2 a.pronto{
    padding: 10px 35px 15px 15px;
    margin: 0px 0px 0px 80px;
    text-decoration: none;
    color: #07236C;
    display: block;
    background-image: url(../images/prr3.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    clear: both;    
    float: left;
    font-weight: bold;
    white-space: nowrap;
}

.product_row .product_cell_3 .view_2 ul li span{
    font-size: 12px;
    line-height: 14px;
    padding: 0px 0px 0px 9px;        
}
/*
* html .product_row .product_cell_3 .view_2 ul li input{
    font-size: 0px;
    padding: 0px;
    margin: 0px;
    line-height: 0px;
    height: 18px;
}    */

.product_row .product_cell .view_3 ul{
    padding: 6px 0px 0px 26px;
    font-size: 10px;
}

.product_row .product_cell .view_3 ul li{
    padding: 4px 0px 9px 0px;
    font-size: 12px;
    line-height: 14px;
}

.product_row .product_cell .view_3 ul li span{
    font-size: 10px;
    padding: 0px;    
    line-height: 14px;
    display: block;
    position: relative;
    top: -3px;    
}

.product_row .product_cell .view_3 p.total{
    padding: 0px 0px 0px 86px;
    font-size: 10px;
    line-height: 14px;
    position: relative;
    top: 4px;
}

* html .product_row .product_cell_3 .view_3 ul{
    padding: 10px 0px 0px 26px;
    font-size: 10px;
}

*+html .product_row .product_cell_3 .view_3 ul{
    padding: 13px 0px 0px 26px;
    font-size: 10px;
}

* html .product_row .product_cell_3 .view_3 ul li{
    padding: 1px 0px 4px 0px;
    font-size: 0px;
    line-height: 0px;    
}

*+html .product_row .product_cell_3 .view_3 ul li{
    padding: 1px 0px 3px 0px;
    font-size: 0px;
    height: 24px;
    line-height: 0px;    
}

* html .product_row .product_cell  .view_3 ul li span{
    padding: 0px 0px 1px 0px;
    line-height: 12px;    
    position: relative;
    height: 10px;
    top: -1px;
} 

*+html .product_row .product_cell  .view_3 ul li span{
    padding: 0px 0px 0px 0px;
    line-height: 10px;        
    position: relative;
    height: 10px;
    top: -3px;
} 

* html .product_row .product_cell .view_3 p.total{
    padding: 0px 0px 0px 86px;
    font-size: 10px;
    line-height: 14px;
    position: relative;
    top: 0px;
}

*+html .product_row .product_cell .view_3 p.total{
    padding: 0px 0px 0px 86px;
    font-size: 10px;
    line-height: 12px;
    position: relative;
    top: -1px;
}

.product_row .product_cell .view_3 ul li .voites_row{
    width: 180px;
    height: 10px;
    background-image: url(../images/r_none.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 0px 6px 0px 0px;
}

.product_row .product_cell .view_3 ul li .voites_row div{
    display: block;
    height: 6px;
    font-size: 6px;
    overflow: hidden;
    background-image: url(../images/r_first.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #A9BAF2; 
    padding: 0px 0px 0px 3px;
}
/* //product_row */

/* total_content */

.total_content{
    padding: 0px 0px 0px 0px;
    clear: both;
    
    height: auto !important;     
   min-height: 545px !important; 
   height: 545px; 
}

/* content */
.total_content .content{
    float: left;    
    clear: both;
    width: 745px;
    position: relative;
    top: -60px;
}

.total_content .content_2{
    width: 738px;
}

.total_content .content h1{
    padding: 0px 0px 3px 0px;
    margin: 0px 0px 0px 297px;
    font-family: Trebuchet MS;
    font-size: 32px;
    line-height: 32px;
    font-style: italic;
    color: #A2B7F0;
    font-weight: normal;
    background-image: url(../images/h1_x.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    letter-spacing: -1px;
    float: left;    
}

* html .total_content .content h1{
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 150px;
    font-family: Trebuchet MS;
    font-size: 32px;
    line-height: 32px;
    font-style: italic;
    color: #A2B7F0;
    font-weight: normal;
   clear: both;
    letter-spacing: -1px;
    width: 269px;
    height: 32px;
    display: block;
   background: url(../images/h1_bg.png) no-repeat top left !important;
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='images/h1_bg.png');   
}

.total_content .content .picter{
    float: left;
   width: 195px;
    clear: both;
    padding: 3px 0px 0px 0px;
    margin: 0px 24px 0px 0px;
}

.total_content .content .picter .p_top{
    padding: 0px 0px 0px 0px;
    font-size: 1px;
    height: 13px;
    width: 195px;
    overflow: hidden;
   background: url(../images/p_top.png) no-repeat top left !important;
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='images/p_top.png');   
}

.total_content .content .picter .for_picter{
    width: 169px;
    padding: 0px 14px 0px 12px;
   background: url(../images/p_y.png) no-repeat top left !important;
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='images/p_y.png');   
}

.total_content .content .picter .p_bot{
    padding: 0px 0px 0px 0px;
    font-size: 1px;
    height: 16px;
    width: 195px;
    overflow: hidden;
   background: url(../images/p_bot.png) no-repeat top left !important;
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='images/p_bot.png');   
}

.total_content .content .text_block{
    clear: both;
    padding: 19px 40px 0px 77px;    
}

.total_content .content h3{
    padding: 13px 0px 14px 210px;
    margin: 0px 0px 0px 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height:21px;
    color: #FFFFFF;
    font-weight: normal;
}

.total_content .content h3 span{
    padding: 9px 0px 0px 0px;
    display: block;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

.total_content .content p{
    padding: 0px 0px 18px 0px;
    margin: 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #E3E3E5;
}

.total_content .content p.b_i{
    font-weight: bold;
    font-style: italic;
}

.total_content .content p span.ca{
    color: #A0B5EE;
    font-weight: bold;    
}
.total_content .content p span.caBig{
    color: #A0B5EE;
    font-weight: bold;
    font-size:16px;
}
.total_content .content .text_block .more{
    clear: both;
    margin: 0 auto;
    color: #A2B7F0;
    font-size: 14px;
    width: 650px;
}

.total_content .content .text_block .more a{
    text-decoration: none;
    color: #A2B7F0;
    font-size: 14px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   position: relative;
    top: 1px;
}

.total_content .content .text_block .more a:hover{
    text-decoration: underline;
}

/* form */

.form{
    clear: both;
    padding: 28px 0px 0px 0px;
    margin: 0px 0px 0px 296px;
    width: 375px;
}

.form .form_row{
    clear: both;
    padding: 0px 0px 0px 0px;
    width: 373px;
}

.form .form_row .text{
    float: left;
    padding: 6px 30px 0px 0px;
    width: 70px;
    color: #E3E3E1;
    text-align: right;
}

.form .form_row .for_inp{
    float: left;
    width: 273px;
    height: 26px;
    padding: 0px 0px 19px 0px;
}

.form .form_row .for_inp_2{
   float: left;
    width: 273px;
    height: 196px;
    padding: 0px 0px 19px 0px;
}

* html .form .form_row .for_inp_2{
    float: left;
    width: 272px;
    height: 196px;
    padding: 0px 0px 19px 0px;
    position: relative;
    top: -1px;
}

.form .form_row .for_inp input{
    width: 266px;
    height: 21px;
    background-color: #132E73;
    border: 1px solid #3F71D4;
    color: #E3E3E1;
    padding: 3px 0px 0px 5px;
}

* html .form .form_row .for_inp input{
    width: 266px;
    height: 21px;
    background-color: #132E73;
    border: 1px solid #3F71D4;
    color: #E3E3E1;
    padding: 3px 0px 0px 5px;
}

.form .form_row .for_inp_2 textarea{
    width: 266px;
    height: 191px;
    background-color: #132E73;
    border: 1px solid #3F71D4;
    color: #E3E3E1;
    padding: 3px 0px 0px 5px;
    overflow: auto;
}

* html .form .form_row .for_inp_2 textarea{
    width: 266px;
    height: 191px;
    background-color: #132E73;
    border: 1px solid #3F71D4;
    color: #E3E3E1;
    padding: 3px 0px 0px 5px;
    overflow: auto;
}

.form .form_row .for_sub_2{    
    padding: 0px 0px 0px 0px;
    width: 62px;
    float: right;
}

.form .form_row .for_sub_2 input{
    width: 62px;
    height: 26px;
    border: none;
    background-color: transparent;
    background-image: url(../images/sub_22.jpg);
    background-image: url(../images/sub_lit.jpg);   
    background-position: -1px -1px;
    background-repeat: no-repeat;    
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 0px 0px 4px 0px;
}
/* //form */

/* agenda */

.total_content .content .agenda_menu{
    padding: 29px 0px 0px 0px;
    margin: 0px 0px 0px 295px;
    clear: both;
}

* html .total_content .content .agenda_menu{
    padding: 0px 0px 0px 0px;
    margin: 29px 0px 0px 295px;
    clear: both;
}

*+html .total_content .content .agenda_menu{
    padding: 0px 0px 0px 0px;
    margin: 29px 0px 0px 295px;
    clear: both;
}

.total_content .content .agenda_menu p{
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    color: #FFFFFF;
}

.total_content .content .agenda_menu ul{
    padding: 7px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.total_content .content .agenda_menu ul li{
    padding: 0px 23px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: inline;
}

.total_content .content .agenda_menu ul li a{
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    color: #98ADEC;
    font-weight: bold;
    font-size: 18px;
    font-family: Trebuchet MS;
}

.total_content .content .agenda_menu ul li a.cur{
    padding: 0px 0px 0px 0px;
    color: #FFFEFF;
    font-weight: bold;
}

.total_content .content .agenda_menu ul li a:hover{
    text-decoration: none;
    color: #FFFEFF;
}

/* monce */
.total_content .content .monce{
    padding: 12px 0px 0px 150px;
    clear: both;
}

.total_content .content .monce .title{
    padding: 0px 0px 0px 4px;
    color: #ED2E1C;
    font-size: 20px;
    font-family: Trebuchet MS;
    position: relative;
    top: 3px;
}

.total_content .content .monce .title span{
    color: #ED2E1C;
    font-size: 20px;
    font-family: Trebuchet MS;
    padding: 0px 9px 0px 10px;
}

.total_content .content .day_row{
    padding: 0px 0px 0px 0px;
    margin: 21px 0px 0px 0px;
    clear: both;
}

.total_content .content .day_row .day{
    padding: 2px 0px 0px 0px;
    float: left;
    width: 128px;
    text-align: right;
    color: #A1B6EF;
    font-size: 18px;
    font-weight: normal;
}

.total_content .content .day_row .day_news{
    padding: 0px 0px 0px 19px;
    float: left;
    width: 390px;
}

.total_content .content .day_row .day_news span.day_title{
    padding: 0px 0px 4px 0px;
    color: #FFFDFF;
    font-size: 20px;
    font-weight: normal;
    display: block;
}

.total_content .content .day_row .day_news .sday_desc{
    display: block;
}

.total_content .content .day_row .day_news a{
/*  color: #A1B7F1;*/
    text-decoration: none;
    font-size: 11px;
    display: block;
    padding: 4px 0px 0px 0px;
    float: left;
    color: #e474ca;
}

.total_content .content .day_row .day_news p{
    padding: 0px 0px 3px 0px;
    line-height: 18px;
}

.total_content .content .day_row .day_news a:hover{
    text-decoration: underline;
}

.total_content .content .monce .links{
    padding: 25px 0px 0px 10px;
    clear: both;
    color: #6B82C5;
}

.total_content .content .monce .links a{
    text-decoration: none;
    color: #FEFFFF;
    padding: 0px 6px 0px 6px;
    font-size: 12px;
}

.total_content .content .monce .links_2 a{
    text-decoration: none;
    color: #FEFFFF;
    padding: 0px 3px 0px 3px;
    font-size: 12px;
}

.total_content .content .monce .links a.images{
    padding: 0px;
}

.total_content .content .monce .links a:hover{
    text-decoration: underline;
}

/* //agenda */

/* //content */

/* right_cell */

.total_content .right_cell{
    float: left;
    width: 255px;    
    padding: 5px 0px 0px 0px;
}

.total_content .right_cell_2{
    float: left;
    width: 255px;    
    padding: 63px 0px 0px 0px;
}

.total_content .right_cell h3{
    padding: 0px 0px 7px 0px;
    margin: 0px 0px 0px 0px;
    font-family: Trebuchet MS;
    font-size: 22px;
    line-height: 22px;    
    color: #EC2F1B;
    font-weight: normal;
/*    background-image: url(../images/h1_x.png);
    background-position: left bottom;
    background-repeat: repeat-x;  */
    letter-spacing: 0px;
    width: 193px;    
}
.total_content .right_cell h3 .smallFeat{
    padding: 0px 0px 7px 0px;
    margin: 0px 0px 0px 0px;
    font-family: Trebuchet MS;
    font-size: 16px;
    line-height: 22px;    
    color: #FFF;
    line-height:20px;
    font-weight: normal;
}
.total_content .right_cell h3.blue{
    color: #A3B5F3;
}

.total_content .right_cell .sep_sep{
   height: 3px;
   font-size: 3px;
   line-height: 3px;
   padding: 0px;
   margin: 0px;
   width: 193px;   
   clear: both;   
   /*background: url(../images/h1_x.png) no-repeat top left !important;    */
}

* html .total_content .right_cell .sep_sep{
   height: 3px;
   font-size: 3px;
   line-height: 3px;
   padding: 0px;
   margin: 0px;
   width: 193px; 
   position: relative; 
   z-index: 100;
   display: block; 
   clear: both;       
   /*background-image: none;   
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='images/h1_x.png');   */
}

.total_content .right_cell .tel{
    font-size: 24px;
    line-height: 24px;
    color: #FEFEFE;
    font-weight: normal;
    font-family: Trebuchet MS;
    padding: 0px 0px 0px 0px;!important;
    font-weight: normal;
    margin:0px;
    clear: both;
    width:210px;
    float:left;
}

.clear{
    font-size: 1px;
    clear: both;
}

.total_content .right_cell .specialist{
    padding: 21px 0px 0px 0px;
    clear: both;
}

.total_content .right_cell .specialist .specialist_row{
    padding: 0px 0px 11px 2px;
    height: 44px;
   clear: both;    
}

.total_content .right_cell .specialist .specialist_row .spec_img{
    padding: 0px 10px 0px 0px;
    float: left;
    width: 52px;
}

.total_content .right_cell .specialist .specialist_row .spec_img img{
    border: 2px solid #A3B5F3;
}

.total_content .right_cell .specialist .specialist_row .spec_desc{
    padding: 5px 10px 0px 0px;
    float: left;
    width: 130px;
}

.total_content .right_cell .specialist .specialist_row .spec_desc p{
    padding: 0px 0px 0px 0px;
    color: #E6E8E5;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
}

.total_content .right_cell .specialist .specialist_row .spec_desc p span{
    padding: 3px 0px 0px 0px;
    color: #A3B5F3;
    font-size: 12px;
    font-style: normal;
    display: block;
}

.total_content .right_cell .sep{
    padding: 0px 0px 0px 0px;
    margin: 9px 0px 0px 0px;
    font-size: 5px;
    height: 5px;
    width: 187px;
   background: url(../images/h1_x.png) no-repeat top left !important;
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='images/h1_x.png');   
}

.total_content .right_cell .right_ban{
    padding: 24px 0px 0px 0px;
    clear: both;
}

.total_content .right_cell .right_ban span.proxi{
    padding: 0px 0px 0px 32px;
    color: #EC2E18;
    font-family: Trebuchet MS;
    font-size: 20px;
    line-height: 20px;
    font-style: italic;
}

.total_content .right_cell .right_ban span.name{
    padding: 0px 0px 0px 20px;
    color: #EC2E18;
    font-family: Trebuchet MS;
    font-size: 28px;
    display: block;
    line-height: 28px;    
}

.total_content .right_cell .right_ban span.name span.prenda{
    padding: 0px 0px 0px 61px;
    display: block;
    line-height: 26px;
    position: relative;
    top: -3px;
}

.total_content .right_cell .right_ban a img{
    margin: 0px 0px 0px 0px;
    position: relative;
    top: -17px;
    left: 13px;
}

.total_content .right_cell .right_ban a.pronto_2{
    text-decoration: none;
    color: #0F2C75;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    top: -10px;
    left: 40px;
   padding: 12px 15px 10px 13px;
    z-index: 100;
    width: 80px;
    
    height: 20px;
    display: block;
    text-align: center;
    cursor: pointer;
   background: url(../images/promo.png) no-repeat top left !important;
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='images/promo.png');   
}

.total_content .right_cell .right_ban a.pronto_2:hover{
    text-decoration: none;
}

/* news */
.total_content .right_cell .news{
    padding: 15px 0px 17px 0px;
    width: 190px;
    clear: both;
}

.total_content .right_cell .news a.tit{
    padding: 0px 0px 0px 3px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: normal;
    font-family: Trebuchet MS;
    text-decoration: none;
}
.total_content .right_cell .news span.tit{
    padding: 0px 0px 0px 3px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: normal;
    font-family: Trebuchet MS;
    text-decoration: none;
}

.total_content .right_cell .news a.tit:hover{    
    text-decoration: underline;
}

.total_content .right_cell .news p{
    padding: 5px 0px 5px 3px;
    color: #E3E3E3;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
}

.total_content .right_cell .news span.dateBig{
    padding: 0px 0px 0px 4px;
    font-size: 22px;
    color: #DE71C4;
    font-family: Trebuchet MS;
    font-weight: bold;
}

/* //right_cell */

/* left_cell */

.left_cell{
    float: left;
    padding: 0px 0px 0px 0px;
    margin-left:-35px;
    margin-right:35px;
    width: 350px;
    position: relative;
}

.left_cell .product{
    clear: both;
    padding: 0px 0px 0px 142px;    
}

/* FOR FADE */

.left_cell .left_prod{
    position: absolute;
    opacity: 0;
    visibility: hidden; 
    z-index: 5;   
/*  display: none;   */

}

.product_view .products{
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    z-index: 5;
    display: none;   
}


.product_view .products_first{
    visibility: visible;   
    opacity: 1;
    display: block; 
    z-index: 10;
}

.left_cell .left_prod_first{    
    visibility: visible;   
    opacity: 1;
    display: block; 
    z-index: 10;
}

/* //FOR FADE */

.left_cell .product_23{
    clear: both;
    padding: 0px 0px 0px 0px;
}

.left_cell .product_23 a img.product_img2{
    position: relative;
    left: 59px;
    top: 2px;
}

.left_cell .product_23 a img.product_img23{
    position: relative;
    left: 55px;
    top: 2px;
}

.left_cell .product p{
    padding: 0px 0px 14px 0px;
    font-size: 24px;
    font-weight: bold;
    font-family: Trebuchet MS;
    color: #FFFFFF;
    line-height: 23px;
    letter-spacing: -1px;
    
/*    height: auto !important;     
   min-height: 180px !important; 
   height: 180px;  */
}

.left_cell .product_23 p{
    padding: 0px 0px 14px 142px;
    font-size: 24px;
    font-weight: bold;
    font-family: Trebuchet MS;
    color: #FFFFFF;
    line-height: 23px;
    letter-spacing: -1px;
}

.left_cell .product p span{
    padding: 0px 0px 16px 6px;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    color: #A1B7F0;
    display: block;
}

.left_cell .product p span.i{
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    color: #FFFFFF;
    font-weight: normal;
    font-style: italic;
    display: block;
    letter-spacing: 0px;
    width: 165px;
}

.left_cell .product_23 p span.i{
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    color: #FFFFFF;
    font-weight: normal;
    font-style: italic;
    display: block;
    letter-spacing: 0px;
    width: 180px;
}

.left_cell .product_2{
    clear: both;
    padding: 270px 0px 0px 142px;    
}

.left_cell .product_2 span.proxi{
    color: #95ACE2;
    font-family: Trebuchet MS;
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
}

.left_cell .product_2 span.name{
    color: #FFFFFD;
    font-family: Trebuchet MS;
    font-size: 26px;
    line-height: 28px;
    display: block;
    padding: 0px 0px 0px 0px;
}

.left_cell .product_2 .prod_row{
    padding: 12px 0px 0px 0px;
    clear: both;
}

.left_cell .product_2 .prod_row .prod_img{
    float: left;
    width: 60px;
}

.left_cell .product_2 .prod_row .prod_desc{
    float: left;
    width: 148px;
}

.left_cell .product_2 .prod_row .prod_desc p{
    padding: 0px 0px 5px 0px;
    font-size: 12px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #96ACE5;
    line-height: 18px;
}

.left_cell .product_2 .prod_row .prod_desc a.pronto_2{
    text-decoration: none;
    color: #0F2C75;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: 0px;
    left: -1px;
   padding: 12px 10px 10px 13px;
    z-index: 100;
    width: 70px;
    height: 20px;
    display: block;
    text-align: center;
    cursor: pointer;
    
   background: url(../images/promo.png) no-repeat top left !important;
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='images/promo.png');   
}

.left_cell .product_2 .prod_row .prod_desc a.pronto_2:hover{
    text-decoration: none;
}

/* //left_cell */

/* product_view */

.product_view{
    float: left;
    position: relative;
    width: 620px;        
}

.product_view .for_big_img{
    padding: 0px 0px 0px 0px;
    position: relative;
    top: -48px;
    left: 84px;
}

.product_view .for_big_img_2{
    padding: 0px 0px 0px 0px;
    position: relative;
    top: -55px;
    left: 5px;
}

.for_products_bg{
    background-image: url(../images/for_smoll_bg_n2.jpg);
    background-position: 300px 409px;
    background-repeat: no-repeat;
}                                   

.product_view .for_smoll_img{
   position: relative;
    top: -50px;
    left: 0px;
    padding: 9px 0px 0px 44px;
    height: 180px;
} 

.product_view .for_smoll_img_2{
   position: relative;
    top: -50px;
    left: 0px;
    padding: 0px 0px 0px 44px;
    height: 180px;
} 

.product_view .for_smoll_img p{
    padding: 0px 0px 0px 0px;
    color: #A2B6F3;
    font-size: 17px;
    font-family: Trebuchet MS;
    position: absolute;
    top: -22px;
    left: 35px;
}

.product_view .for_smoll_img_2 p{
    padding: 0px 0px 0px 0px;
    color: #A2B6F3;
    font-size: 17px;
    font-family: Trebuchet MS;
    position: absolute;
    top: -31px;
    left: 35px;
}


.product_view .for_smoll_img a{
    margin: 0px 0px 0px 0px;
}

/* //product_view */


/* //total_content */

/*=======================================================*/

#footer_block{
    height: 136px; 
    clear: both;
}

#footer_block2{
    height: 108px; 
    clear: both;
}

#footer_main{
    height: 136px; 
    margin: -136px auto; 
    position: relative; 
    width: 100%;
}

#footer_main_2{
    height: 108px; 
    margin: -108px auto; 
    position: relative; 
    width: 100%;
}

.fot{
    height: 49px; 
    margin: 0 auto; 
    width: 1000px; 
}

/*For IE*/
* html #footer{
/*    width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1001?'1000px':'100%');*/
    margin: 0 auto; 
    width: 1000px;
    width: 100%;
}

.fot_2{
    width: 100%;
    height: 136px;
    background-image: url(../images/main_x3.jpg);
    background-position: 400px bottom;
    background-repeat: repeat-x;
}

#footer_in{ 
    margin: 0 auto; 
    padding: 0px 0px 0px 0px;
    height: 108px;
    width: 1000px;
    background-image: url(../images/search_bg_n2.jpg);
    background-position: 52px bottom;
    background-repeat: no-repeat;        
}

.fot_2 #footer_in{ 
    margin: 0 auto; 
    padding: 0px 0px 0px 0px;
    height: 136px;
    width: 1000px;
    background-image: none;
}

#footer_in .search_cell{
    padding: 23px 0px 0px 82px;
    float: left;
    width: 297px;    
}

#footer_in .search_cell_2{
    padding: 43px 0px 0px 84px;
    float: left;
    width: 313px;
}

#footer_in .search_cell p{
    padding: 0px 0px 6px 1px;
    color: #E6E6F0;
    font-weight: bold;
}

#footer_in .search_cell p.p_2{
    padding: 2px 0px 4px 0px;
    color: #504E4F;
    font-weight: bold;
    position: relative;
    left: -1px;
}

#footer_in .search_cell .search_div{
    padding: 0px 0px 0px 0px;
}

#footer_in .search_cell .search_div .inp{
    padding: 3px 1px 0px 0px;
    width: 178px;
    float: left;
}

#footer_in .search_cell .search_div .inp_n2{
    padding: 3px 1px 0px 0px;
    width: 180px;
    height: 30px;
    float: left;
    background-image: url(../images/inp_n2.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

#footer_in .search_cell .search_div .inp input{
    width: 164px;
    height: 21px;
    border: 1px solid #3A67C2;
    padding: 3px 0px 0px 10px;
    background-color: transparent;
    color: #FFFFFF;    
}

#footer_in .search_cell .search_div .inp_n2 input{
    width: 164px;
    height: 21px;
/*  border: 1px solid #3A67C2;  */
    padding: 4px 0px 0px 10px;
    background-color: transparent;
    color: #FFFFFF;    
    border: none;
    font-size: 11px;
}

#footer_in .search_cell_2 .search_div .inp input{
    width: 164px;
    height: 21px;
    border: 1px solid #3A67C2;
    padding: 3px 0px 0px 10px;
    background-color: #132E73;
    color: #FFFFFF;    
}

#footer_in .search_cell .search_div .sub{
    padding: 1px 0px 0px 0px;
    float: left;
}

#footer_in .search_cell .search_div .sub_n2{
    padding: 0px 0px 0px 0px;
    float: left;
}

#footer_in .search_cell .search_div .sub input{
    width: 66px;
    height: 31px;
    color: #ffffff;
    text-align: center;
    padding: 0px 0px 1px 0px;
    cursor: pointer;
    background-image: url(../images/sub_23.jpg);    
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 13px;    
    border: none;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: -1px;
}

#footer_in .search_cell .search_div .sub_n2 input{
    width: 66px;
    height: 30px;
    color: #ffffff;
    text-align: center;
    padding: 0px 0px 3px 0px;
    cursor: pointer;
    background-image: url(../images/sub_n2.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 13px;    
    border: none;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: -1px;
}

.fot_2 #footer_in .search_cell .search_div .sub{
    padding: 3px 0px 0px 2px;
}

.fot_2 #footer_in .search_cell .search_div .sub input{
    width: 64px;
    height: 28px;
    color: #ffffff;
    text-align: center;
    padding: 0px 0px 4px 0px;
    cursor: pointer;
    background-image: url(../images/sub_24.jpg);
    background-image: url(../images/sub_lit.jpg); 
    background-position: -1px -1px;
    background-repeat: no-repeat;
    font-size: 13px;
    border: none;
    background-color: transparent;
    font-weight: bold;
}

#footer_in .banner{
    padding: 19px 0px 0px 0px;
    float: left;
    width: 303px;
}

#footer_in .banner_2{
    padding: 57px 0px 0px 11px;
    float: left;
    width: 360px;
}

#footer_in .copyright{
    padding: 36px 0px 0px 0px;
    float: left;
    width: 170px;
    }

#footer_in .copyright p{
    padding: 0px 0px 0px 0px;
    color: #E3E7F2;
    font-size: 11px;
}

#footer_in .copyright p.n2{
    padding: 0px 0px 0px 0px;
    color: #869FE2;
    font-size: 11px;
}

#footer_in .copyright p.n2 a{
    padding: 0px 0px 0px 0px;
    color: #869FE2;
    text-decoration: none;
    font-size: 11px;
}

#footer_in .copyright p.n2 a:hover{
   text-decoration: underline;
}


#footer_in .copyright_2{
    padding: 66px 0px 0px 0px;
    float: left;
    width: 154px;
}

#footer_in .copyright_2 p{
    padding: 0px 0px 0px 0px;
    color: #162D73;
}

a .atras_img{
   position: relative;
   top: 1px;
   margin: 0px 0px 0px 0px;
}

a:hover .atras_img{ 
   margin: 0px 0px 0px 0px;
   text-decoration: none;
}



/* ================================================================================*/

/*Opera Hack*/
@media all and (min-width: 0px) {

}
