/* Clear margins and padding, a good start to any CSS */
* {margin:0;padding:0;}

html {


height:100%
/* Height is 100%, so the body can be 100% */
width:100%;

}

body {
background:url(images/degradadodecha2.jpg) ;
text-align:center;
margin-left:0px;
	margin-right:0px;
	margin-top:0px; 
	margin-bottom:0px;
padding:0;
/* Height is 100%, so the tiled BG will tile all the way down
the page, not just as far down as the page's content
(when the content's height < window's height) */
width:100%;
height:100%

}



/* CSS Document */


img {
	border:none;
}



#frame{
	width:775px;
	height:auto;
	
	padding:0px 0px 0px 0px;
	margin:auto;
}

#lefthalf {
   background-image:url(images/degradadoizda.jpg);
	background-repeat:repeat-x; 
   width: 50%;
   position: left-top;
	 height: 955px;

   left: 0px;
}






/* Header part style start from here */

#headcontainer{
	width:775px;
	height:167px;

	margin:0px 0px 0px 0px;
}


#rightcontainer{
	width:775px;
	height:137px;
	
	float:left;
	margin:0px 0px 0px 0px;
}





/* Header part style end here */


/* nav part style start from here */

#navcontainer{
	width:775px;
	height:31px;
	padding-top:0px;
	padding-right:0px;
	margin: 0px 0px -5px 0px;
	}

/* nav part style end here */

/* banner part style start from here */

#banner{
width:775px;
height:408px;
padding-top:0px;
padding-right:0px;
margin:0px 0px 0px 0px;
color : #ffffff;
	font-size : 16px;
	font-family : century gothic,Tahoma,Verdana,Arial;
	font-weight: normal;
	text-align: justify;	
		
}

#bleft{
width:544px;
height:408px;
padding-top:0px;
padding-right:0px;
float:left;
margin:0px 0px 0px 0px;
}

#bright{
width:231px;
height:408px;
padding-top:0px;
padding-right:0px;
float:left;
margin:0px 0px 0px 0px;
}
/* banner end part style end here */
/* body part style start from here */

#bodycontainer{
width:775px;
height:96px; 
padding-top:0px;
padding-right:0px;
margin:0px 0px 0px 0px;
}
/* body end part style end here */







