html {
	margin: 0;
	padding: 0;
}


body {
	margin: 0;
	padding: 0;
	height: 1024px;
	width: 100%;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #BEBB4E;
	background: #752B53  url("../imgs/portada/fnd_portada.png")  no-repeat  center top ;
	
	
	
}

#centrado {
	position: relative;
	width: 830px;
	margin: 0 auto;
  padding: 0; 
  overflow: hidden;
}
html>body #columna_izq h1, html>body #columna_der h1 {
margin-top:0px;
padding:0;
}

/*** COLUMNA IZQUIERDA (CASA LUISA) ***/
#columna_izq { 
	width:415px;
	float:left;
	background: transparent url(../imgs/portada/fnd1_csluisa.png) no-repeat top;
	
}

	#columna_izq .cabecera {
		padding: 73px 0 11px 38px; 
		/*padding: 73px 0 11px 125px;
		border:#00FF00 solid 1px;*/
	}
	#columna_izq .logotipo_luisa {
		float:left;
		width:73px;
		padding: 7px 0 0 0;
		
	}	
	#logo_csluisa {
		position:relative;
		width: 193px;
		height:105px;
		margin: 0 0 0 100px;
		
		
	}
	
	#logo_csluisa span {
		position:absolute;
		background: transparent url(../imgs/portada/logo_casaluisa2.png) no-repeat top;
		z-index:2;
		left:0;
		top:0;
		width: 193px;
		height:105px;
	}
	
	/*CUERPO CASA LUISA */
	
	#columna_izq .cuerpo { 
		background: transparent url(../imgs/portada/fnd2_csluisa.png) no-repeat top;
		padding: 20px 45px 7px 45px;
		
	}
	/* Pie "a" casa Luisa  <------ */
	
	#columna_izq .pie_a .pie_a_izq {
		
		width:180px;
		float:left;
		padding: 0 0 0 27px;
		
	}
	
	#columna_izq .pie_a .pie_a_der { 
		width: 150px;
		float:right;
		
	}

/*** COLUMNA DERECHA (CASA DOLORES) ***/

#columna_der {
	width: 415px;
	float:left;
	background: transparent url(../imgs/portada/fnd1_csdolores.png) no-repeat top ;
	}
	#columna_der .cabecera { 
		padding: 73px 0 11px 31px;
		/*padding: 73px 0 11px 120px;
		border:#00FF00 solid 1px;*/
	}
	#columna_der .logotipo_dolores {
		float:left;
		width:73px;
		padding: 7px 0 0 0;
		
	}	
	#logo_csdolores {
		position:relative;
		width:193px;
		height:105px;
		margin: 0 0 0 89px;
		/*border:#FFFFFF solid 1px;*/
	}
	#logo_csdolores span {
		position: absolute;
		background: transparent url(../imgs/portada/logo_casadolores2.png) no-repeat top;
		width:193px;
		height:105px;
		left:0;
		top:0;
		z-index:2;
	
	}
	
	/*CUERPO CASA DOLORES */
	
	#columna_der .cuerpo { 
		background: transparent url(../imgs/portada/fnd2_csdolores.png) no-repeat top;
		padding: 20px 43px 7px 55px;
		/*border:#FFFFFF 1px solid;*/
	}
	/* Pie "a" casa Dolores*/
	#columna_der .pie_a {
		float: right;
	}
	#columna_der .pie_a .pie_a_izq {
		/*background-color: #602242;*/
		float:left;
		padding: 0 0 0 27px;
	}
	#columna_der .pie_a .pie_a_der {
		/*background-color:#33FF99;*/
		float: right;
		padding: 0 27px 0 0;
	}

/*** PIE ***/
.pie_a {
	font-size:12px;
	font-weight:bold;
	background-color:#602242;
	width: 410px;
	padding: 8px 0 3px 0;
	/*border:#FFFFFF solid 1px;*/
	
}

#pie_b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	text-transform:uppercase;
	padding: 8px 0 0 0 ;
}
.pie_b_izq{
	height: 72px;
	width: 370px;
	float:left;
	padding: 12px 0 0 40px;
	
}
.pie_b_der{

	float:left;
	width:413px;
}
.avisolegal{
	float:left;
	padding:12px 0 0 80px;
	
}
.avisolegal a{ 
	color:#FFFFFF;
	text-decoration:none;

}

#logosci {
	position:relative;
	width:95px;
 	height:34px;
	float:right;
	padding: 0 60px 0 0;
	
}
#logosci a{
	color:#FFFFFF;
	padding: 0 0 0 2px;
	text-decoration:none;
	font-size:8px;

}

#logosci a span{
 position:absolute;
 top: 0;
 left: 0;
 background: transparent url("../imgs/logo_sci.jpg") no-repeat left top;
 z-index:2;
 width:95px;
 height:34px;
 cursor:pointer;

}
/** clear: both */


.clear {
	clear:both
	
}

/* estilo del mail de contacto */
.mail {
	color:#BEBB4E;
	text-decoration:none;
}	