@charset "utf-8";
* {margin:0; padding:0}
img {
	display:block;
	border:none;
}
body {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(rcs/AD_black_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    }
    .oneColFixCtr #container {
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 950px;
	text-align: left;
	height: 650px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
    }
	
/* FONS ----------------------------------------------------------------------------------- */	
	#bg00mini {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(rcs/BG_00_mini.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}	
	#bg00 {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(rcs/AD_black_L.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
/* PANTILLAS ----------------------------------------------------------------------------- */
	#contA1 {
	width: 685px;
	float: left;
    }
	#contA2 {
	width: 250px;
	float: right;
    }
	#txtA {
	padding-top: 25px;
	line-height: 16px;
	}
	.contA1llista {
	height: 560px;
	margin-top: 20px;
	}
	
	
	#contB1 {
	height: 60px;
	line-height: 9px;
    }
	#contB2 {
	width: 950px;
	height: 600px;
    }
	#txtB {
	margin-top: 24px;
	width: 680px;
	float: left;
	line-height: 16px;
	}
	
	#contContact {
	width: 250px;
	float: left;
	padding-left: 410px;
	}
	
		
/* MENU SELECTE ---------------------------------------------------------------------------- */	
	#menu {
	margin-top: 24px;
	width: 250px;
	margin-bottom: 75px;
	}
	#menu2 {
	margin-top: 24px;
	width: 250px;
	}
	select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 20px;
	}
	.capaSelOtr {
		border:0; 
		position:relative;
		width:229px;
		height:12px;
		overflow:hidden;
	}
	.formSelDi {color: #999999;
		background: #000000;
		position:absolute;
		width:252px;
		height:22px;
		top:-3px;
		left:-3px;
	}

/* FORMULARI CONTACTE ---------------------------------------------------------------------------- */	
	input{
	font-size: 10px;
	color: #999999;
	background-color: #000000;
	border: none;
	width: 250px;	
	}	

	textarea{
	font-size: 10px;
	color: #999999;
	background-color: #000000;
	border: none;
	width: 250px;
	height: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	


/* ----------------------------------------------------------------------------------------------- */	
	
    .clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	a {
	text-decoration: none;
	color: #000000;
	}
	a:hover {
	text-decoration: none;
	color: #999999;
	}
	.Estilo1 {
	font-size: 9px;
	}
	.Estilo2 {
	color: #666666;
	}
