BODY {background-attachment:fixed}
div.izquierda
{
     position: fixed;
     top: 13px;
     left: 10px;
     height:202px;
     width: 160px;
     background-color:#000000;
}
div.derecha
{
     position: fixed;
     top: 13px;
     right: 10px;
     height:202px;
     width: 160px;
     background-color:#000000;
}
.style1 {
	font-size: 36px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.style2 {color: #000000}
.style3 {font-size: 16px}
.style4 {
        padding: 6px;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.style6 {font-size: 24px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; }
.sindecoracion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}
#tooltip {
    padding: 3px;
    background: #f9f9f9;
    border: 1px solid #eee;
    text-align: center;
    font-size: smaller;
}

span.tip {
    border-bottom: 0px solid #eee;
}
#bottom {background-image: url(layout2/bottom.png);background-repeat: repeat-x;background-position:center top;position: fixed;bottom: 0;left: 100%;width: 100%;height: 35px;margin-left: -100%;z-index:10;}

#top {background-image: url(layout2/top.png);background-repeat: repeat-x;background-position:center bottom;position: fixed;top: 0;left: 100%;width: 100%;height: 35px;margin-left: -100%;z-index:10;}

#left {background-image: url(layout2/left.png);background-repeat: repeat-y;background-position:left center;position: fixed;top: 0;left: 0;width: 30px;height: 100%;z-index:10;}

#right {background-image: url(layout2/right.png);background-repeat: repeat-y;background-position:right center;position: fixed;top: 0;right: 0;width: 30px;height: 100%;z-index:10;}

#topright {background-image: url(layout2/topright.png);background-position:-30px 0px;position: fixed;top: 0;right: 0;width: 30px;height: 249px;z-index:10;}

#topleft {background-image: url(layout2/topleft.png);background-position:0px 0px;position: fixed;top: 0;left: 0;width: 30px;height: 249px;z-index:10;}

#bottomright {background-image: url(layout2/bottomright.png);background-position:-90px 0px;position: fixed;bottom: 0;right: 0;width: 30px;height: 249px;z-index:10;}

#bottomleft {background-image: url(layout2/bottomleft.png);background-position:-60px 0px;position: fixed;bottom: 0;left: 0;width: 30px;height: 249px;z-index:10;}

* html #top, * html #bottom, * html #right, * html #left, * html #topright, * html #topleft, * html #bottomright, * html #bottomleft{display:none;}
