/*CSS RESET ERIC MEYERS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*FIN CSS RESET*/

body {
	background: #000;
}

a {
	text-decoration: none;
}

strong {
	font-weight: 800;
}

em {
	font-style: italic;
}

#contenedor {
	width: 907px;
	margin: 0 auto;
	background: #000001;
}

#header {
	background: url('images/background_header.jpg') no-repeat;
	height: 117px;
}

#menu {
	height: 19px;
	border-bottom: 2px solid #fff;
	text-transform: uppercase;
	font: 13px Verdana;
}

#menu a {
	color: #fff;
	margin: 0 12px;	
}

#menu a:hover {
	color: #ffbe5c;
}

#contenido {
	font: 13px Georgia;
	color: #e2e2e2;
	text-align: justify;
	padding: 0 8px;
}

#footer {
	background: url('images/background_footer.png') no-repeat;
	padding-top: 54px;
	text-align: center;
	font: 11px Verdana;
	color: #c5c5c5;
}

a.facebook {
	float: right;
	width: 82px;
	height: 25px;
	margin-top: 23px;
}

a.facebook span {
	display: none;
}

#contenido h1 {
	font: 15px Verdana;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

.clear {
	clear: both;
}

.separador {
	height: 10px;
}

/*BANDERAS*/
#idiomas {
	float: right;
	margin: 16px 50px 0;	
}

#idiomas a {
	float: left;
	width: 44px;
	height: 36px;
	background: url('images/banderas.png') no-repeat;
}

#idiomas a span {
	display: none;
}

#idiomas a.idioma-ca {
	background-position: 0px 0px;
}

#idiomas a.idioma-ca:hover {
	background-position: 0px -46px;
}

#idiomas a.idioma-de {
	background-position: 0px -92px;
}

#idiomas a.idioma-de:hover {
	background-position: 0px -138px;
}

#idiomas a.idioma-en {
	background-position: 0px -184px;
}

#idiomas a.idioma-en:hover {
	background-position: 0px -230px;
}

#idiomas a.idioma-espanol {
	background-position: 0px -276px;
}

#idiomas a.idioma-espanol:hover {
	background-position: 0px -322px;
}

#idiomas a.idioma-fr {
	background-position: 0px -368px;
}

#idiomas a.idioma-fr:hover {
	background-position: 0px -414px;
}

#idiomas a.idioma-it {
	background-position: 0px -460px;
}

#idiomas a.idioma-it:hover {
	background-position: 0px -506px;
}

label {
	float: left;
	width: 120px;
}
