/* CSS Document */

body{
   align:center;
	width: 100%;
	height: 100%;
	margin:0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
		
}

#top{
  width: 1025px;
  height: 174px;
  background:url(imagenes/top.jpg) no-repeat;
}


#left{
  width: 234px;
  height: 304px;
  text-align:right;  
  background:url(imagenes/left.jpg) no-repeat right;
}


#right{
  width: 203px;
  height: 304px;
  text-align:right;
  background:url(imagenes/right.jpg) no-repeat right;
}


#bottom{
  width: 1025px;
  height: 89px;
  background:url(imagenes/bottom.jpg) no-repeat;
}

#centro{
  width: 588px;
  height: 264px;
  padding-top: 40px;
  text-align:left; 
}

#espacio{
 line-height:9px;  

}

#marco{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image:url(imagenes/background.jpg) bottom repeat-x;	
}

#banner{
height: 760px;
	width:  420px;
	overflow:hidden;
	}

#bannerintro{
	height: 500px;
	width:  600px;
	overflow:hidden;
	background-color:#CC9900;
}

#bannerprincipal{
	float: left;
	height: 699px;
	width: 1010px;
	overflow: visible;
	background-color:none;
	background-image:url(imagenes/background.jpg) bottom repeat-x;
 }

table.paginaprincipal{
	margin-left: 0px;
	width: 100%;
	height: 100%;
	background-image:url(imagenes/background.jpg) bottom repeat-x;	
}


table.paginaintro{
	width: 100%;
	height: 100%;
	background-image:url(imagenes/backgrounduno.jpg) bottom repeat-x;
	padding-bottom: 20px;
}


td.fondobottom{
	vertical-align:top;
	background-color: #CC9900;
	/*background-image:url(../imagenes/backgrounduno.jpg);
	background-position:bottom;
	background-repeat: repeat-x;*/
	width: 100%;
}


td.fondoprincipal{
	vertical-align: top;
	width: 1010px;
	background-image:url(../imagenes/background.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
}
