body{
background-color: #d9d9d7;
font-family: Verdana;
font-size: 11px;
/*color: #3a3a3a;*/
color: #666;
margin: 0px;
padding: 0px;

}

#todo{min-width: 1230px;}
#todos{min-width: 1830px;}
a img { border: 0; }

a:link,a:active,a:visited { 
   /*color:#3a3a3a; */
   color: #808080;
   text-decoration:none; 
}
a:hover { color: #808080; }

#menu{ 
	margin: 30px 30px 20px 25px;
	float: left;
	width: 160px;
}

#logo { padding-bottom:0px; }

#navcontainer{ }
.navlist{
margin-top: 13px;
padding-left: 0;
margin-left: 0;
/*font-weight: bold;*/
}
.navlist li{
list-style: none;
margin: 0;
padding-bottom: 1px;
/*border-top: 1px solid gray;*/
}
.navlist li span{
/*text-decoration: underline;*/
color:#444;
text-transform: uppercase;
}
.navlist li a { text-decoration: none; }

#texto{
	margin: 30px 40px 0px 0;
	padding-bottom: 60px;
	float: left;
	width: 230px;
}

#texto p { 
	line-height: 1.3em;
	margin-top: 0px;
}

#contenedor{ 
	margin-top: 30px;
	padding-bottom: 60px;
	float: left;
}
#contenedorrr{ 
	margin-top: 30px;
	padding-bottom: 60px;
	float: left;
	min-width:1250px; 
}

#foto{background-color: #000;
	/*
	width: 629px;
	height: 471px;
	*/
	
	width: 640px;
	height: 493px;
}

#numeros{
	margin-top:10px;
}

/* White-ness */
#whitetop {
	position: fixed;
	top: 0;
	left: 0;
	height: 8px;
	width: 100%;
	background: white;
	z-index: 9000;
}
#whitebtm {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
	background: white;
	z-index: 9001;
	
	padding-left: 27px;
	padding-top: 10px;
	
	color:#999;
}
#whiteleft {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 8px;
	background: white;
	z-index: 9002;
}
#whiteright {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 8px;
	background: white;
	z-index: 9003;
}
/* White-ness End */

