html {
height: 100%;
}
body {
font-family: Arial, Helvetica, sans-serif;
height: 100%;
}

* {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}

#wrap {
min-height: 100%;
background: white;
height: auto !important;
height: 100%;
margin: 0 auto -150px auto;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 9%, #e0e0e0 20%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,#ffffff), color-stop(20%,#e0e0e0));
background: -webkit-linear-gradient(top,  #ffffff 9%,#e0e0e0 20%);
background: -o-linear-gradient(top,  #ffffff 9%,#e0e0e0 20%);
background: -ms-linear-gradient(top,  #ffffff 9%,#e0e0e0 20%);
background: linear-gradient(top,  #ffffff 9%,#e0e0e0 20%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
behavior: url('includes/PIE.htc');
text-align: center;
}

#wrap #main #email {
  background: url('../img/email.png') 87% 4px no-repeat;
  padding-left: 35px;
  height: 15px;
  padding-top: 5px;
  text-align: right;
}

#wrap #main #email a{
  float: right;
  font-size: 12px;
  color: #1D7F1D;
}

#main {
overflow: hidden;
padding-bottom: 30px;
width: 900px;
margin: 0 auto;
}
/* must be same height as the footer */

.line {
background-color: #1D7F1D;
height: 5px;
display: block;
width: 100%
}



div.nudge {
height: 120px;
clear: both;
display: block;
}

.clear {
clear: both;
width: 100%;
}

#footer {
border-top: 7px solid #494949;
position: relative;
margin-top: -155px; /* negative value of footer height */
  height: 150px;
clear: both;
background: #727272; /* Old browsers */
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.6, rgb(153,153,153)),
    color-stop(0.95, rgb(114,114,114))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(153,153,153) 60%,
    rgb(114,114,114) 95%
);


 /* background: -moz-linear-gradient(top, #727272 1%, #999999 63%);  FF3.6+ 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#727272), color-stop(63%,#999999));
background: -webkit-linear-gradient(top, #727272 1%,#999999 63%);
background: -o-linear-gradient(top, #727272 1%,#999999 63%);
background: linear-gradient(top, #727272 1%,#999999 63%); */
  color: white;
font-size: 12px;
behavior: url('includes/PIE.htc');
}


#footer{
  text-align: center;
  margin: 0 auto;
}

#footer div {
text-align: center;
width: 800px;
margin: 0 auto;
padding: 15px 0;
}
#footer div ul {
margin: 0 auto;
text-align: left;
vertical-align: top;
display: inline;
line-height: 20px;
width: 420px;
float: left;
}

#footer div ul.menu{
  width: 200px;
}


#footer ul li a {
color: white;
text-decoration: none;
}
#footer ul li a img{
  vertical-align: middle;
}


/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height: 100%;
float: left;
width: 0;
margin-top: -32767px;/* thank you Erik J - negate effect of float*/
}

ul#sitios {
margin: 2px auto;
width: 900px
}

ul#sitios li {
display: inline;
margin: 15px 8px 0 10px;
color: #525252;
font-size: 13px;
border: 0px solid #999;
padding: 3px;
}

ul#sitios li a {
margin-top: 4px;
color: #333;
text-decoration: none;
}

#logo {
width: 900px;
margin: 20px auto;
height: 140px;
}

#logo img.logo {
padding-left: 25px;
float: left;
}

ul#nav {
float: right;
display: inline;
padding: 40px 0px 6px 0 ;
font-size: 13px;
margin-right: 20px;
border-bottom: 8px solid #E8E8E8;
}

ul#nav li {
margin: 0;
text-align: center;
display: inline;


}

ul#nav li a { 
color: #666;
font-weight: bold;
padding: 6px 10px 5px 10px;
text-decoration: none;
behavior: url('includes/PIE.htc');
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 4px 4px 0px 0px;
border-radius: 4px 4px 0px 0px;


}

ul#nav li a:hover {
  -webkit-box-shadow: 0px 0px 1px 0px #C3C3C3;
  -moz-box-shadow: 0px 0px 1px 0px #C3C3C3;
  box-shadow: 0px 0px 1px 0px #C3C3C3;
  text-shadow: 1px 1px 0px #FFFFFF;
  filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
  text-decoration: none;
}

/*Opera Fix*/
body before {/* thanks to Maleika (Kohoutec)*/
content:"";
height: 100%;
float: left;
width: 0;
margin-top: -32767px;/* thank you Erik J - negate effect of float*/
}


#news {
width: 960px;
margin: 15px auto;
text-align: left;
}

#news h3 {
font-size: 15px;
margin: 10px 0;
}


#news .bienvenida {
margin: 0px 0 0 15px;

display: inline-table;
vertical-align: top;
color: #333;
float: left;
text-align: left;
width: 500px;

}

#news p {
margin: 10px 0;
line-height: 18px;
}

 
#news .destacadas {
  float: right;
display: inline-table;
margin: 15px 70px 30px 5px;
width: 305px;
vertical-align: top;
}

#news .destacadas span#iso {
padding: 30px; 
width: 265px;
display: block;
border: 1px solid #999;
padding: 10px 16px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-border-radius: 6px;
font-size: 14px;
-webkit-box-shadow: 0 5px 8px -3px #333;
-moz-box-shadow: 0 5px 8px -3px #333;
color: white;
behavior: url('includes/PIE.htc');
margin-left: 40px;
}

#news .destacadas h1 {
}

#news .destacadas p {
display: block;
}

#news .destacadas p img {
}


#news .bienvenida h1 {
text-shadow: 1px 1px 0px #FFFFFF;
filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
font-weight: bold;
font-size: 20px;
color: #1D7F1D;
margin-bottom: 10px;
}

#news .bienvenida p {
text-shadow: 1px 1px 0px #FFFFFF;
filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
line-height: 20px;
font-size: 14px;
}

#news .bienvenida a {
font-weight: bold;
color: #333;
font-size: 12px;
text-decoration: none;
}
#news .bienvenida a:hover {
color: #1D7F1D;
text-decoration: underline;
}




#carrusel {
width: 860px;
margin: 0 auto 0 auto;
}

#carrusel #imagen {
-webkit-box-shadow: 4px 4px 8px #222;
-moz-box-shadow: 4px 4px 8px #222;
box-shadow: 4px 4px 8px #222;
background-color: #1D7F1D;
display: inline-block;
margin-right: -16px;
margin-left: -16px;
z-index: 10;
position: relative;
behavior: url('includes/PIE.htc');
border: 1px solid #CCCCCC;
}


#carrusel #imagen img {
display: inline-block;
behavior: url('includes/PIE.htc');
}

#carrusel ul#secciones_right {
vertical-align: top;
margin: 0;
z-index: 1;
position: relative;
display: inline-block;
-webkit-box-shadow: 3px 3px 6px #555;
-moz-box-shadow: 3px 3px 6px #555;
box-shadow: 3px 3px 6px #555;
width: 230px;
padding: 9px;
-moz-border-radius: 16px;
border-radius: 16px;
/*-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 16px;
-moz-border-radius-bottomright: 16px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 16px;
border-bottom-right-radius: 16px;
border-bottom-left-radius: 0px;*/
background-color: #1D7F1D;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.88, rgb(112,0,0)),
    color-stop(0.63, rgb(139,0,0))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(112,0,0) 88%,
    rgb(139,0,0) 63%
);
behavior: url('includes/PIE.htc');
}




#carrusel ul#secciones_left {
vertical-align: top;
margin: 0;
z-index: 1;
position: relative;
display: inline-block;
-webkit-box-shadow: -3px 3px 6px #555;
-moz-box-shadow: -3px 3px 6px #555;
box-shadow: -3px 3px 6px #555;
width: 230px;
padding: 9px;
-moz-border-radius: 16px;
border-radius: 16px;
/*-moz-border-radius-topleft: 16px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 16px;
border-top-left-radius: 16px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 16px;*/
background-color: #1D7F1D;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.88, rgb(112,0,0)),
    color-stop(0.63, rgb(139,0,0))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(112,0,0) 88%,
    rgb(139,0,0) 63%
);
behavior: url('includes/PIE.htc');
}


#carrusel ul#secciones_unico {
vertical-align: top;
margin: 0;
z-index: 1;
position: relative;
display: inline-block;
-webkit-box-shadow: 3px 3px 6px #555;
-moz-box-shadow: 3px 3px 6px #555;
box-shadow: 3px 3px 6px #555;
width: 260px;
padding: 10px;
-moz-border-radius: 16px;
border-radius: 16px;
/*-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 16px;
-moz-border-radius-bottomright: 16px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 16px;
border-bottom-right-radius: 16px;
border-bottom-left-radius: 0px;*/
background-color: #1D7F1D;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.88, rgb(112,0,0)),
    color-stop(0.63, rgb(139,0,0))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(112,0,0) 88%,
    rgb(139,0,0) 63%
);
behavior: url('includes/PIE.htc');
}


#carrusel ul#secciones_left li {
color: white;
padding: 10px 0 10px 10px;
font-size: 13px;
border-bottom: 1px solid #A23333;
width: 85%;
margin-left: 15px;
height: 14px;
}

#carrusel ul#secciones_right li {
color: white;
font-size: 13px;
border-bottom: 1px solid #A23333;
width: 85%;
height: 14px;
text-align: right;
margin-right: 15px;
padding: 10px 10px 10px 0;
}

#carrusel ul#secciones_unico li {
color: white;
padding: 6px 6px 6px 2px;
font-size: 13px;
border-bottom: 1px solid #A23333;
width: 72%;
margin-left: 40px;
height: 14px;
text-align: right;
}



#carrusel ul#secciones_right li a, #carrusel ul#secciones_left li a, #carrusel ul#secciones_unico li a {
color: white;
text-decoration: none;
}

span.flecha {
color: #1D7F1D;
font-size: 14px;
vertical-align: top;
height: 14px;
}
              


#contenidos {
width: 900px;
text-align: left;
margin: 10px auto;
}

#contenidos h1 {
font-size: 24px;
font-weight: bold;
color: #1D7F1D;
}

#contenidos h2 {
color: #444;
line-height: 17px;
font-size: 14px;
font-weight: bold;
margin: 14px 0 0px 0;
}



#contenidos h3 {
font-weight: bold;
color: #444;
line-height: 17px;
font-size: 13px;
margin: 5px 0 0px 0;
}

#contenidos p {
margin: 10px 0 0 0;
color: #555;
font-size: 12px;
}

#contenidos #leftcolumn {
width: 240px;
display: inline-block;
float: left;
text-align: center;
}



#contenidos #leftcolumn a {
font-size: 12px;
color: #333;
text-decoration: none;
}

#contenidos #leftcolumn a:hover {
text-decoration: underline;
}

ul.images {
  position: relative;
  behavior: url('includes/PIE.htc');
}


ul.images a{
    display: inline-block;
    margin: 6px;
}

ul.images a img {

  -webkit-box-shadow: 0px 0px 4px 1px #999;
  -moz-box-shadow: 0px 0px 4px 1px #999;
  box-shadow: 0px 0px 4px 1px #999;
  border: 1px solid #999;
}




ul.pdf {
position: relative;
behavior: url('includes/PIE.htc');
}

ul.pdf li {
display: block;
font-size: 15px;
padding: 2px 10px 4px 30px;
background: url('../img/pdf.png') 0px 0px no-repeat ;

}

ul.pdf li.doc{
  background: url('../img/doc.png') 0px 0px no-repeat ;
}

ul.pdf li.pps{
  background: url('../img/pps.png') 0px 0px no-repeat ;
}

ul.pdf li.video{
  background: url('../img/video.png') 0px 0px no-repeat ;
}

ul.pdf li a {
text-decoration: none;
font-weight: bold;
color: #666;
font-size: 13px;
}



ul.contacto li {
padding: 4px 0 2px 10px;
list-style-image: url('../img/contacto.png') ;
list-style-position: inside;
}


#contenidos #leftcolumn h2 {
color: #1D7F1D;
font-size: 16px;
margin: 5px 6px;
text-align: left;
text-shadow: 1px 1px 0px #FFFFFF;
filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
}

#contenidos #leftcolumn img {
margin: 10px 0;
  /*border: 1px solid #C3C3C3;*/
}

#contenidos #leftcolumn img.logo{
  margin: 0 auto;
}

#contenidos #leftcolumn ul {
text-align: left;
-moz-border-radius: 4px;
border-radius: 4px;
border: 1px solid #C3C3C3;
padding: 10px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* W3C */
behavior: url('includes/PIE.htc');
}

#contenidos #leftcolumn ul li {
display: block;
font-size: 13px;
line-height: 19px;
color: #555;
}

#contenidos #maincolumn {
width: 590px;
margin-right: 32px;
display: inline-block;
float: right;
}

#contenidos #maincolumn img.novedades_img{
  float: left;
  padding: 10px 16px 3px 3px;

}


#contenidos #maincolumn span.link{
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 12px 8px;
  border: 1px solid red;
  display: block;
  width: 260px;
  -webkit-box-shadow: 0px 0px 4px 1px #ffffff;
  -moz-box-shadow: 0px 0px 4px 1px #ffffff;
  box-shadow: 0px 0px 4px 1px #ffffff;
  border: 1px solid #B5B5B5;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* W3C */
  
}

#contenidos #maincolumn a{
  color: #1D7F1D;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 0px #FFFFFF;
}


#contenidos #maincolumn span.link a{
  color: #1D7F1D;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 0px #FFFFFF;
}

#contenidos #maincolumn span.link a:hover{
  color: #333;
  text-shadow: 1px 1px 0px #FFFFFF;
  filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
}

#contenidos img.prod {
margin: 10px 5px;
background-color: #EFEFEF;
padding: 12px;
border: 1px solid #C3C3C3;
-webkit-box-shadow: 0px 0px 4px 1px #ffffff;
-moz-box-shadow: 0px 0px 4px 1px #ffffff;
box-shadow: 0px 0px 4px 1px #ffffff;
}


#contenidos #maincolumn div.verde{
  background-color: #1D7F1D;
  color: white;
  padding: 5px 15px 15px 15px;
  margin: 10px;
  width: 80%;
  -webkit-box-shadow: 0px 0px 4px 1px #ffffff;
  -moz-box-shadow: 0px 0px 4px 1px #ffffff;
  box-shadow: 0px 0px 4px 1px #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#contenidos #maincolumn div.verde li {
    color: #E0E0E0;
    
}

#contenidos #maincolumn div.verde h2 {
    color: white;
    
}
#contenidos #maincolumn div.muestra{
  overflow: auto;
}




#contenidos #maincolumn div.muestra p{
  width: 250px;
  margin-right: 20px;
  
}

#contenidos #maincolumn div.muestra img.right{
  margin: -10px 120px 20px 0px;
}



#contenidos #maincolumn div.equipos{
  width: 100%;
  overflow: auto;
  margin-bottom: 15px;
}

#contenidos #maincolumn div.equipos h2{
  padding-top: 10px;

}


#contenidos #maincolumn img.right{
  float: right;
  vertical-align: top;
}

#contenidos #maincolumn ul {
padding-left: 20px;
padding-top: 10px;
}


#contenidos #maincolumn ul li {
display: block;
font-size: 13px;
line-height: 19px;
color: #555;
list-style: disc inside url('../img/contacto.png');
}

#contenidos #maincolumn p {
line-height: 18px;
font-size: 13px;

letter-spacing: 0,2em;
}

#contenidos #maincolumn bold{
  font-weight: bold;
  
}

#contenidos #maincolumn h1.small_title {
font-size: 22px;
}

#contenidos ul#display_productos {
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-border-radius: 8px;
background: #ebebeb; /* Old browsers */
behavior: url('includes/PIE.htc');
position: relative;
padding: 8px;
border: 1px solid #999;
}

#contenidos li {
  display: inline;
  
}


#contenidos  ul#display_productos li {
margin-right: 1px;
height: 200px;
width: 285px;
margin-left: 3px;
zoom: 1;
display: inline-table;

}


#contenidos  ul#display_productos li img {
margin: 7px 0;
border: 1px solid #999;
margin-left: 3px;
overflow: hidden;
border: 1px solid #777;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-border-radius: 8px;
behavior: url('includes/PIE.htc');
position: relative;
-webkit-box-shadow: 0 5px 8px -3px #333;
-moz-box-shadow: 0 5px 8px -3px #333;
box-shadow: 0 5px 8px -3px #333;
}
#contenidos  ul#display_productos li h2 {
font-size: 16px;
margin: 4px 0 0 0;
padding-left: 15px;
}

#contenidos  ul#display_productos li a h2 {
color: #1D7F1D;
text-decoration: none;
}


#contenidos  ul#display_productos li a h3 {
font-size: 12px;
margin: 0;
padding-left: 15px;
}


#contenidos  ul#display_productos li a {
text-decoration: none;
behavior: url('includes/PIE.htc');
}


  
  




/*NUEVO CARRUSEL */

div.sc_menu {
  behavior: url('includes/PIE.htc');
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  width: 860px;
  margin: 20px auto;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu {
  display: block;
  /* Max width here, for users without Javascript */
  width: 5900px;
  padding: 0px 0 0 5px;
  /* Remove default margin */
  margin: 0;
  background: url('navigation.png');
  list-style: none;
}


ul.sc_menu div.caption {
background: #333;
color: white;
}

ul.sc_menu div.caption span.logo {
display: block;
background: white;
border-bottom: 1px dashed #999;
}

ul.sc_menu img#content {
}


.sc_menu li {
display: block;
float: left;
}



.sc_menu a {
display: block;
text-align: left;
text-decoration: none;
}
.sc_menu span {
line-height: 18px;
/* We want a caption to display on the next line */
font-family: Arial, Helvetica, sans-serif;
display: block;
font-size: 14px;
padding: 12px 0 0px 0;
text-align: left;
font-weight: bold;
}

ul.sc_menu li.left {
padding-left: 65px;
}


.sc_menu span.small {
color: white;
background: #333;
opacity: 0.8;
-moz-opacity: 0.8;
filter: alpha(opacity=80);
padding: 1px 0 10px 20px;
position: relative;
}

ul.sc_menu div.capty-caption span.small {
font-size: 11px;
}

.capty-wrapper .capty-image{

}

.sc_menu span {
/*  display: none;*/
  padding-left: 20px;
}
.sc_menu a:hover span {
display: block;
}
.sc_menu img {
overflow: hidden;
padding: 0;

}
.sc_menu a:hover img {
filter: alpha(opacity=100);
opacity: 1;
}


.certificados a.certi {
background-color: #999;
padding: 15px;
border: 1px solid #e3e3e3;
display: inline-block;
margin: 10px 5px;
}

.certificados a.certi:hover {
background-color: #666;
}


 a.link {
font-size: 12px;
color: #222;
margin-left: 50px;
}


img.prodimage {

-moz-border-radius: 10px;
border-radius: 10px;
-webkit-border-radius: 10px;
behavior: url('includes/PIE.htc');
position: relative;
-webkit-box-shadow: 0px 0px 4px 3px #ffffff;
-moz-box-shadow: 0px 0px 4px 3px #ffffff;
box-shadow: 0px 0px 4px 3px #ffffff;
}


ul#filiales {
border: 1px solid #999;
text-align: center;
}
ul#filiales li {
text-align: center;
font-size: 14px;
font-weight: bold;
margin: 5px auto;
}
ul#filiales li a {
text-align: center;
}

ul#filiales li img {
margin: 0 auto!important;
display: block;
}

#contenidos #maincolumn ul.fotech li {
padding-left: 5px;
list-style-position: outside;
}

form#contacto{
  margin-top: 20px;
  
}

form#contacto label{
  font-size: 13px;
  display: block;
}


form#contacto input, form#contacto textarea{
  display: block;
  border: 1px solid #999;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px;
  margin: 8px 0 10px 0;
  behavior: url('includes/PIE.htc');
  width: 280px;
}

form#contacto input[type="submit"]{
  font-size: 12px;
}

form#contacto input:focus, textarea:focus {
background: #fcfff4; /* Old browsers */
  background: -moz-linear-gradient(top, #fcfff4 46%, #e9e9ce 77%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,#fcfff4), color-stop(77%,#e9e9ce)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcfff4 46%,#e9e9ce 77%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcfff4 46%,#e9e9ce 77%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #fcfff4 46%,#e9e9ce 77%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #fcfff4 46%,#e9e9ce 77%); /* W3C */
  behavior: url('includes/PIE.htc');
}



















