/* CSS Document */

html{

}
img{ border:none }
a{cursor:pointer;}

body{

}
/*	==========================		CONTENEDOR CENTRADOR							*/
#udecontrol{
}

#construccion{
	width:960px;
	height:auto;
	margin:auto;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

}
/*	========================		CONTENEDOR					*/	
#contenedor {
	position: relative;
	width:960px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}

/*	========================		BASES						*/	

#base_cabecera{
	position: relative;
	width:100%;
	height:345px;
	float:left;
	margin:2px 2px 2px 0;
	padding:0;
	background-color: #828C8F;
}
	#base_cabecera a.logo{
		width:470px;
		height:120px;
		position:absolute;
		top:10px;
		left:-50px;
		background:url('/udecontrol2/web/images/Gris2.0/fondo_logo.png') top left;
	}
	#base_cabecera #imagen_seccion{
		width:515px;
		height:255px;
		position:absolute;
		bottom:0px;
		right:0px;
		background:white url('/udecontrol2/web/images/Gris2.0/imagen_seccion.gif') top left;
	}

#base_centro_izquierda{
	width:635px;
	height:auto;
	float:left;
	margin:5px 5px 15px 5px;
	padding:10px 0 0 0;
	position:relative;
}
	*>#base_centro_izquierda{
		min-height:300px;
		height:auto;
	}
#base_centro_derecha{
	width:310px;
	height:300px;
	float:left;
	margin:10px 0 15px 5px;
	padding:0;
	background:#E0E4E6;
}
	*>#base_centro_derecha{
		min-height:300px;
		height:auto;
	}

#base_pie{
	width:100%;
	height: 30px;
	float:left;
	margin:0;
	padding:0;
	background-color: #828C8F;
}
	*>#base_pie{
		min-height: 30px;
		height:auto;
	}

#base_pie p{
	float:left;
	margin:12px 8px 0 8px;
	color:#FFF;
}
