@charset "UTF-8";
/* CSS Document */


*{
padding:0px;
margin:0px;
}

ul{
	list-style:none;
}

body{
background:#FFFFFF;

}
img {
border: 0px none;
}

#container{
width:794px;
height:1900px;
background-color:#FFF;
margin-left:11px;
margin-top:14px;
}

#header{
	width:794px;
	height:64px;
	float:left;
	background-color:#FFF;
}

#logo{
	height:64px;
	width:209px;
	float:left;
}

#blank{
	height:64px;
	width:94px;
	float:left;
}

#home{
	width:133px;
	height:64px;
	float:left;
}

#blank1{
	width:106px;
	height:64px;
	float:left;
}

#directory{
	width:125px;
	height:64px;
	float:left;
}

#left{
	width:260px;
	height:1900px;
	background-color:#FFF;
	float:left;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	border-top: 2px solid #000;

}

#center{
	width:260px;
	height:1900px;
	background-color:#FFF;
	float:left;
	border: 2px solid #000;
}

#right{
	width:260px;
	height:1900px;
	background-color:#FFF;
	float:left;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
#hold-left {
	background-color:#FFF;
	width:240px;
	height:1850px;
	float:left;
	margin-top:9px;
	margin-left:9px;
}

.texto {
	margin-left:40px;
}
#hold-center {
	background-color:#FFF;
	width:231px;
	height:1850px;
	float:left;
	margin-top:9px;
	margin-left:9px;
}

#hold-right {
	background-color:#FFF;
	width:231px;
	height:1850px;
	float:left;
	margin-top:9px;
	margin-left:9px;
}

	
	