/*
	WayWeb Costa Rica...
    Developed by WayWeb Lab
    2009
*/

#flash {
 float: left;
 width: 100%;
 height:auto !important;
 height:186px;
 min-height:186px;
 background: transparent;
}

#flash .flash {
margin:0 0 0 43px;
}
/*banner de la pagina de inicio*/
#flash a img
{
  margin:0px 44px;
}
.btnBanner
{
height:33px;
width:80px;
float:right;
margin-right:400px;
margin-top:-15px;
background-image: url(../images/fondo-btn.png);
background-repeat: no-repeat;
}

#bannerNext
{
margin:8px 15px 0px 0px;
float:right;
height:15px;
width:15px;
background-image: url(../images/btn-siguiente.png);
background-repeat: no-repeat;
}

#bannerBack
{
margin:8px 0px 0px 12px;
float:left;
height:15px;
width:15px;
background-image: url(../images/btn-anterior.png);
background-repeat: no-repeat;
}

#bannerNext:hover
{
background-image: url(../images/btn-siguiente-over.png);
background-repeat: no-repeat;
}

#bannerBack:hover
{
background-image: url(../images/btn-anterior-over.png);
background-repeat: no-repeat;
}

