html, *{
	margin: 0;
	padding: 0;
}


body {      
	margin: 15px 0 ;
	padding: 0 ;
	text-align: center ;   
	color: #FFFFCC;
	background-color: #000000;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg-tortue.gif);
	background-position: 0 55px;
	background-attachment: fixed;
	scrollbar-face-color: #7B0000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #A24444; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #180000; 
	scrollbar-arrow-color: #FFFFFF;       
}

div#arriba {
	height: 94px;
	width: 100%;
	background-color: #000;	
	text-align: center;
}

div#container{
	width: 100%;
	text-align: center;
	margin-top: 0px;
	padding-top: 30px;
}
div#container img{
	padding: 15px;
	border-top: 1px dotted #ffc;
	border-bottom: 1px dotted #ffc;         
}

link {
	font-style: italic;
	color: #FFFFCC;
	text-decoration: underline;
}                                                                                         

.foot{        
	text-align: center;
	font-size: 15px;
	margin-top:40px;
	
}    
.divdosdiv{
	width: 60%;	
	text-align: left;
	border: 2px solid #fff;        
	                         
}

.textdiv{
	float:left;
	width:455px;
	margin-left: 35px;
	text-align: left;
}  
.textdiv p, .textdiv ul{
	margin-top: 70px;	
}
.imgdiv{
	width:30%; 
	border: 2px solid #fff;   
}   
div#caja{        
	width: 200px;
	text-align:left;
	border: 2px solid #fff;        
}

.clearboth{
	clear:both;	
}
                
h1{
	margin-bottom: 30px;	
}            
ul{	
}  
span.fuerte{
	font-weight: bold;
	color: #fff;
}

