html, body {
/*	background-color: #d0d0ff;*/
	background-color: #ddd;
}
#container {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border:1px solid black;
	background-color: #fff;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	width:980px;
}
#banner {
	padding: 0px;
	/*margin-bottom: ;*/
	background-image: url(/img/logocabecera.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #2B5182;	
	padding: 0px;
	margin: 0px;
	height:105px;	
	cursor: pointer;
}
#imgScript{
	float:right;
	background:#FFF url(/img/img_swap1.jpg) right top no-repeat;
	/*width:440px;
	height:100px;	*/	
}
#separador{
/*	margin:0;
	min-width:670px;*/
	display:block;	
	clear:both;
	}
#midlink {
/*	top:75px; 
	left:0; 
	width:100%; 
	height:26px; */
	text-align:center;  
	background: url(/img/doors/cssplay_0.gif) repeat-x left bottom;	
	height:26px;
	margin-top:-5px;
	}
#content {
	padding: 5px; /*estaba en 0 antes de insertar contenido, comprobar si falla*/
	font-size: 11px;	
	color:#564b47;
	float:left;	
}
#left{
	float: left;
	width: 215px;
	margin: 0;
	margin-right: ;
	padding: 0px;
	font-size: 10px;	
	color:#564b47;	
}
#right {
	float: right;
	width: 170px;
	margin: 0;
	margin-left: ;
	padding: 5px;
	background: #ddd;
	font-size: 9px;	
	color:#564b47;  
}
#footer {
	clear: both;
	padding: 5px;
	margin-top: ;				
	border-top: 1px solid #000;
	text-align: center;		
	font-size: 11px;
	text-transform:capitalize;
	color: #ccc;
	background-color: #4F6682;
}	
#buscador{
	float:right;
	margin-bottom:-90px;
	margin-top:-36px;
	margin-right:20px;
	display:none;
}
#caja-buscador{
	width:145px;
	border: 1px #555 solid;
	border-right: 0px;
	color: #555;
	font-size:10px;
	background: #FFF url(/img/fnd_buscar.gif) no-repeat 130px center;
	margin-right:-10px;
	margin-bottom:9px;
	padding-bottom:6px;
	padding-left:5px;
}	
#boton-buscador{ 
	margin-left:4px;
	margin-top:12px;
}
#portada{
	margin: 0 auto 0 auto;
}
.UnaColumna {
	margin-left: 20px;	
	width:900px;
}
.DosColumnas {
	width:740px;
}
.TresColumnas {
	width:575px;
}