/*  CSS RESET */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd,/* ol, ul, li,*/ fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a, a:visited {
	color:black;
	text-decoration: none;
}

body {
	line-height: #333;
	font-family:"Verdana",Helvetica,Arial,sans-serif;
	font-size:75%;
	background-color:#000000;
}

/*ol, ul {
	list-style: none;
}*/

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*fin de CSS reset*/

#altavoz {
	height:300px;
	width: 200px;
	background-image: url(img/altavoz.jpg);
}
#bandera {
	height: 20px;
	width: 20px;
	margin: 0 0 5px 65px;
	}
.blanco{
	color:#FFF;
	padding-top: 5px;
	position: relative;
	}

#cabecera {
	height:40px;
	width:450px;
	background-image:url(img/cabecera.jpg);
	background-repeat:no-repeat;
	margin: 50px 0 0 180px;
}
#castellano {
	height: 300px;
	width: 150px;
	color: #fcb817;
	margin: 45px 0 0 520px;
	position: absolute;
}
#catalan {
	height: 300px;
	width: 150px;
	margin: 45px 0 0 360px;
	color: #fcb817;
	position: absolute;
}
#condiciones {
	height: 400px;
	width: 700px;
	padding: 20px 50px 0 50px;
	text-align: justify;
}
#contenedor {
	background-color:#000000;
	height: 400px;
	width: 1000px;
	color:#FFF;
	margin: 100px auto;
}
#contenedor2 {
	background-color:#000000;
	height: 500px;
	width: 800px;
	color:#FFF;
	margin: 200px auto;
}
#copy {
	font-size: 14px;
	margin-top: 50px;
	position: relative;
}

#idioma {
	color: #FC7956;
	margin-left: 139px;
}
#imagencentral {
	margin: 0px 0 20px 0;
	}
#ingles {
	height: 300px;
	width: 150px;
	color: #Fcb817;
	position: absolute;
	margin: 45px 0 0 680px;
}
#logo {
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 100px;
	position: absolute;
	margin: 50px 0 0 50px;
}
#logo2 {
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	width: 250px;
	height: 135px;
	position: absolute;
	margin: 65px 0 0 430px;
}
p {
	text-align:center;
	padding: 0px 0 25px 0px;
	color: #FC7956;
	}
	
#setup {
	text-align: center;
	color:#fC7956;
}

