/* CSS Document */
<!--
#maincontainer{
width: 906px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}
#Tabla_01 {
	position:relative;
	left:0px;
	top:0px;
	width:906px;
	height:768px;
}

#index-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:72px;
	height:768px;
}

#index-02_ {
	position:absolute;
	left:72px;
	top:0px;
	width:768px;
	height:163px;
}

#index-03_ {
	position:absolute;
	left:840px;
	top:0px;
	width:66px;
	height:768px;
}

#index-04_ {
	position:absolute;
	left:72px;
	top:163px;
	width:768px;
	height:605px;
	background-image: url(Images/bg2.jpg);
}
body {
	background-image: url(Images/bg.jpg);
	background-repeat: repeat;
}
.Estilo1 {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}
.Estilo2 {
	font-family: "Times New Roman";
	font-weight: bold;
	color: #666666;
}
.Estilo3 {
	font-family: Verdana;
	font-size: 14px;
}

-->