/*-------------------------------------*/ 
/* Proyecto Mis Contratos */ 
.flota { 
float:left; 
width:225px; 
} 
.flota-features { 
float:left; 
width:228px; 
} 
.flota-title { 
float:left; 
width: 210px; 
margin-left: 8px; 
margin-right: 8px; 
} 
.exterior-top { 
height: 50px; 
} 
.exterior-bottom { 
height: 100px; 
width: 1000px; 
float: left; 
} 
.exterior-left { 
width: 25px; 
height: 350px; 
float: left; 
} 
.exterior-right { 
width: 35px; 
float: left; 
height: 350px; 
} 
.exterior-top-right { 
width: 55px; 
height: 64px; 
float: left; 
} 
.margins-feature { 
border-bottom: solid 2px #0C5AA4; 
border-left: solid 2px #0C5AA4; 
border-top: solid 1px #0C5AA4; 
} 
.margins-contents { 
border-top: none; 
} 
.margins-titles-off { 
border: solid 1px #0C5AA4; 
border-bottom: none; 
background: white; 
margin: 4px; 
margin-bottom: 0px; 
color: black; 
} 
.margins-titles-on { 
background: #0C5AA4; 
color: white; 
} 
.contract-title-box { 
height: 40px; 
padding: 10px; 
text-align: center; 
font-size: 18px; 
line-height: 40px; 
-moz-border-radius-topleft:15px; 
-moz-border-radius-topright:15px; 
-webkit-border-top-left-radius: 15px; 
-webkit-border-top-right-radius: 15px; 
cursor:pointer; 
cursor:hand; 
} 
.outer-title-box { 
border: solid 4px #0C5AA4; 
border-bottom: none; 
-moz-border-radius-topleft: 22px; 
-moz-border-radius-topright: 22px; 
-webkit-border-top-left-radius: 22px; 
-webkit-border-top-right-radius: 22px; 
cursor: pointer; 
cursor: hand; 
border-top-left-radius: 22px 22px; 
border-top-right-radius: 22px 22px; 
height: 60px; 
} 
.feature-title-box { 
height: 60px; 
width:253px; 
} 
.contract-title { 
font-size: 16px; 
font-weight: bold; 
padding: 5px; 
text-align: center; 
} 
.contract-description { 
font-size: 11px; 
text-align: left; 
} 
.features-list { 
margin: 0px; 
padding: 0px; 
text-align: center; 
font-weight: bold; 
font-size: 10px; 
color: black; 
} 
.features-list-li { 
line-height: 15pt; 
list-style: none; 
height: 55px; 
padding: 0px; 
padding-top: 15px; 
border-top: 1px dotted black; 
color: black; 
font-weight: normal; 
font-size: 14px; 
} 
.features-list-li-top { 
line-height: 15pt; 
list-style: none; 
height: 54px; 
padding: 0px; 
padding-top: 15px; 
border-top: none; 
color: black; 
font-weight: normal; 
font-size: 14px; 
} 
.features-list-li-title { 
line-height: 12pt; 
list-style: none; 
padding: 0px; 
border-top: 1px solid #0C5AA4; 
color: black; 
font-weight: normal; 
font-size: 12px; 
padding-left:10px; 
padding-right:3px; 
cursor:pointer; 
cursor:hand; 
text-align: left; 
} 
.features-list-li-title b { 
color: black; 
} 
.color-on b { 
color: white; 
} 
#feature_1, #feature_5 { 
height: 60px; 
padding-top: 9px; 
} 
#feature_2, #feature_3, #feature_4 { 
height: 60px; 
padding-top: 10px; 
} 
.contract-cost { 
font-size: 15px; 
font-weight: bold; 
text-align: center; 
border: 1px solid #0C5AA4; 
-moz-border-radius-bottomleft: 15px; 
-moz-border-radius-bottomright: 15px; 
-webkit-border-bottom-left-radius: 15px; 
-webkit-border-bottom-right-radius: 15px; 
border-bottom-left-radius: 15px 15px; 
border-bottom-right-radius: 15px 15px; 
margin-left: 4px; 
margin-right: 4px; 
margin-bottom: 4px; 
cursor: pointer; 
cursor: hand; 
padding-left: 4px; 
padding-right: 4px; 
padding-top: 15px; 
padding-bottom: 15px; 
color: black; 
} 
.outer-contract-cost { 
border: solid 4px #0C5AA4; 
margin-left: 8px; 
margin-right: 8px; 
border-top: none; 
-moz-border-radius-bottomleft: 22px; 
-moz-border-radius-bottomright: 22px; 
-webkit-border-bottom-left-radius: 22px; 
-webkit-border-bottom-right-radius: 22px; 
border-bottom-left-radius: 22px 22px; 
border-bottom-right-radius: 22px 22px; 
} 
.color-on { 
background: #0C5AA4; 
color: white; 
margin: 0px; 
} 
.color-off { 
background: white; 
color: black; 
} 
.effect_container { 
height: 355px; 
width: 679px; 
float: left; 
} 
.effect_container_desc { 
height: 354px; 
width: 677px; 
float: left; 
border: 1px solid black; 
} 
.effect_container_base { 
height: 352px; 
width: 675px; 
float: left; 
border: 2px solid #0C5AA4; 
} 
.effect_spaceholder { 
position: relative; 
} 
.effect_init_view { 
position: absolute; 
top: 0px; 
z-index:0; 
} 
.base_view { 
z-index:1; 
background: white; 
} 
.feature_desc { 
background: #0C5AA4; 
} 
.feature_content { 
padding: 20px; 
margin: 5px; 
height: 305px; 
background: white; 
border: solid 1px black; 
padding-top: 16px; 
} 
#main-content .feature_content h1 { 
margin-top: 0px; 
color: #0C5AA4; 
font-weight: normal; 
font-size: 22px; 
margin-bottom: 14px; 
padding: 0px; 
} 
.feature_content ul { 
list-style-type: disc; 
font-size: 10pt; 
line-height: 2; 
} 
.feature_content li { 
color: #0C5AA4; 
} 
.feature_content p { 
color: black; 
font-size:12px; 
} 
.div_content_feature { 
float:left; 
width: 300px; 
padding-top: 5px; 
} 
.div_content_feature p { 
margin-bottom: 15px; 
margin-top: 0px; 
font-size: 12px; 
} 
.div_image_feature { 
float: right; 
position: relative; 
right: 10px; 
top: 7px; 
text-align: center; 
font-size: 16px; 
vertical-align: middle; 
border: solid 1px #0C5AA4; 
} 
.img-feature-1 { 
width: 300px; 
} 
.img-feature-2 { 
width: 270px; 
} 
.img-feature-3 { 
width: 270px; 
} 
.img-feature-4 { 
width: 295px; 
} 
.img-feature-5 { 
width: 320px; 
} 
.div_image_feature p { 
padding-top: 85px; 
font-size: 14px; 
} 
.div_contract_paso { 
height: 180px; 
width: 150px; 
float: left; 
padding: 10px; 
text-align: center; 
font-size: 16px; 
vertical-align: middle; 
margin-top: 14px; 
border: solid 1px #0C5AA4; 
position: relative; 
} 
.div_separador_paso { 
float:left; 
width:53px; 
height:180px; 
} 
.paso_selected { 
box-shadow: 4px 4px 22px #777; 
-webkit-box-shadow: 1px 1px 22px #777; 
-moz-box-shadow: 4px 4px 22px #777; 
} 
.margin-paso-1 { 
margin-left: 1px; 
} 
.margin-paso-2 { 
 
} 
.num_contract { 
border: solid 3px #0C5AA4; 
margin-bottom: 14px; 
} 
.num_contract_selected { 
border: solid 3px #FD802C; 
} 
.num_contract_inside { 
color: black; 
font-weight: bold; 
font-size: 24px; 
padding: 2px; 
margin: 2px; 
border: solid 1px #0C5AA4; 
} 
.num_contract_inside_selected { 
background: #FD802C; 
color: white; 
border: solid 1px black; 
} 
.type_contract { 
font-size: 12px; 
font-weight: bold; 
margin-bottom: 7px; 
color: black; 
position: absolute; 
bottom: 2px; 
left: 10px; 
right: 10px; 
border-top: 1px solid #DDD; 
padding-top: 8px; 
} 
.type_contract_selected { 
color: #FD802C; 
} 
.desc_contract { 
line-height: 1.2; 
font-size: 15px; 
color: black; 
} 
.desc_contract b { 
color: black; 
font-size: 15px; 
} 
.img-logo-flota { 
float: left; 
margin-right: 7px; 
margin-bottom: 3px; 
margin-top: 4px; 
} 
.img-logo-flota-down { 
float: left; 
margin-right: 7px; 
margin-bottom: 15px; 
margin-top: 4px; 
} 
/*-------------------------------------*/
/*
     FILE ARCHIVED ON 01:39:19 Oct 10, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:06:23 Aug 26, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.555
  exclusion.robots: 0.032
  exclusion.robots.policy: 0.021
  esindex: 0.011
  cdx.remote: 91.813
  LoadShardBlock: 359.617 (3)
  PetaboxLoader3.datanode: 304.121 (5)
  PetaboxLoader3.resolve: 1274.077 (3)
  load_resource: 1263.848 (2)
*/