/* CSS Document */
body{
	background:url(../images/background.jpg) no-repeat fixed;
	margin:0px;
}
td{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#25589b;
}
/* estilo sitio*/
.description{
	text-align:center;
	position:absolute;
	display:none;
}
.description strong{
	color:#6e8006;
	font-size:13px;
}
/* Style top corner */
.c-tl{
	background:url(../images/back-corner.png) no-repeat;
}
.c-tc{
	background:url(../images/back-corner-vertical.png) repeat-x top;
}
.c-tr{
	background:url(../images/back-corner.png) no-repeat right top;
}
/* Style center corner and body*/
.c-cl{
	background:url(../images/back-corner-horizontal.png) repeat-y left;
}
.c-cc{
	background:url(../images/back-body.png);
}
.c-cr{
	background:url(../images/back-corner-horizontal.png) repeat-y right;
}
/* Style bottom corner*/
.c-bl{
	background:url(../images/back-corner.png) no-repeat left bottom;
}
.c-bc{
	background:url(../images/back-corner-vertical.png) repeat-x bottom;
}
.c-br{
	background:url(../images/back-corner.png) no-repeat right bottom;
}
/* Style divs boton*/
#boton1{
	margin-left:165px;
}
#boton2{
	margin-left:130px;
}
#boton3{
	margin-left:178px;
}
#boton4{
	margin-left:66px;
}
#boton5{
	margin-left:170px;
}