body {
	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10 0 10 0px;
	text-align: center;
	background-color: #2B2B2B;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
#contenedor{
	text-align: left;
	margin: auto;
	width: 728px;
} 

/* ----------- MENU DESPLE --------------------*/

*{
	margin: 0;
	padding: 0;	
}

a:link, a:visited {color: #000; text-decoration:none;}

a:hover { color:#F60;}

.menux span {
    color:#FFF;
	font-size:16px;
	font-weight:bold;
}

.menux {
	list-style:none; 
	height:40px; 
	background:#EB3D00;
	padding-top:10px;
}

.menux ul {display:none;}

.menux li {
	display:block; 
	float:left; 
	position:relative; 
	z-index:999;
}

.menux li a {
	display:block; 
	line-height:25px; 
	color:#000;
	padding:0 7px;
	text-decoration:none;  
}

.menux li ul{
	position:absolute;
	top:25px;
	left:0px;
	background:#FFA346;
	border:1px solid #FFF;
}

.menux li ul li{
	width:200px;
}
.menux li ul li ul{
	position:absolute;
	top:-1px;
	left:200px;
}

.menux li:hover > a{color:#fff; background:#000;}

.menux li:hover > ul{display:block;}



/*--------- Fin menu desple ------------------*/

#cuerpo{
	margin: 10 0 10 0px;
	background-color:#CCCCCC;
}
#lateral{
	width: 160px;
	background-color: #999999;
	float:right;
}
#lateral a{
	color: #3333cc;
	text-decoration: none;
}
#principal{
	padding: 10px 5px 10px 5px;
	margin-right: 170px;
	color:#000;
}
#principal { 
    min-height:400px;
    height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}
#principal ul{
margin-left:10px;
}
#pie{
	clear: both;
	color:#CCCCCC;
	background-color: #000000;
	padding: 3px 10px 3px 10px;
	text-align:right;
}
.text_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #FFFFFF;
	padding-right: 20px;
	font-weight:bold;
}
#box {
	margin-bottom: 90px;
	padding-bottom: 5px;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#serverkit {
	margin-top: 10px;
}
.mensaje_error {
	height:20px;
	color:#FF0000;
	background-image: url(img/ico_error.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}
.mensaje_ok {
	height:20px;
	color:#00CC33;
	background-image: url(img/ico_ok.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}#intro_flash {
	height: 350px;
	width: 600px;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#box  img {
	float: right;
	margin-bottom: 5px;
	margin-top:25px;
	margin-left: 5px;
}
<!-- estilo imagenes min de las galerias  -->
#container{
width:700px;
margin:0px auto 40px auto;
}
.marcoFotos{
width:100px;
height:100px;
background-color:#eeeeee;
border-top:#cccccc 1px solid;
border-left:#cccccc 1px solid;
border-right:#666666 1px solid;
border-bottom:#666666 1px solid;
padding-top:5px;
padding-left:5px;
margin-left:5px;
margin-bottom:5px;
float:left;
}
.emapi {
	font-size: 10pt;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #000;
	background-color:#FFFFCC;
}

.img{
    float:left;
	margin-right:10px;
	margin-bottom:10px;
	}
