@charset "UTF-8";
/* CSS Document */


td.ficha_bg {
background:url(../Images/Template/ficha_bg.jpg) top left repeat-x #FCFCFC;
}

tr.ficha_odd td {
background:#e4e4e4;
}

tr.ficha_even td {
background:#FFF;
}

td.ficha_label {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
width:100px;
padding-left:6px;
}

td.ficha_value {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
padding-left:6px;
}


td.home_box1 {
background:url(../Images/Template/bg_homebox1.png) top left no-repeat;
width:542px;
height:237px;
}

td.home_box2 {
background:url(../Images/Template/bg_homebox2.png) top left no-repeat;
width:353px;
height:237px;
text-align:center;
}


td.home_box2 embed, td.home_box2 object {
width:306px;
height:184px;

}


.stepcarousel{
position: relative; /*leave this value alone*/
border: none;
overflow: scroll; /*leave this value alone*/
width: 542px; /*Width of Carousel Viewer itself*/
height: 235px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 40px; /*margin around each panel*/
margin-top:20px;
width: 462px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}