/* CSS Document */

#FondoMarcos {
 background-image:url(../imgs/fondo_perga0.jpg);
}

#MarcoSup {
 background:url(sup.jpg) repeat-x bottom;
 height: 17px;
 clear: both;
 width: 100%;
 margin: 0px;
}

#MarcoSupIzda {
 background:url(sup_izda.jpg) no-repeat left bottom;
 float: left;
 width:14px;
 height: 17px;
 margin: 0px;
}

#MarcoSupDcha {
 background:url(sup_dcha.jpg) no-repeat right bottom;
 float:right;
 width:16px;
 height: 17px;
}

#MarcoCentro {
 background: url(dcha.jpg) repeat-y right;
 width: 100%;
 font-size: .9em;
 
}

#MarcoCentroDcha {
 background: url(izda.jpg) repeat-y;
 padding: 0px 20px 0px 20px;
}

#MarcoInf {
 background:url(inf.jpg) top;
 background-repeat: repeat-x;
 height: 18px;
 clear: both;
 width: 100%;
}

#MarcoInfIzda {
 background:url(inf_izda.jpg) no-repeat left top;
 float: left;
 height: 18px;
 width:14px;
}

#MarcoInfDcha {
 background:url(inf_dcha.jpg) no-repeat right top;
 float:right;
 width:16px;
 height: 18px;
}
