html, div, a, p, ul, li, img, body, h1, h2, h3, h4, span, hr	{margin: 0px; padding: 0px; border:0px; font-weight: inherit; font-style: inherit; 	font-size: 14px; font-family: inherit; vertical-align: baseline; background: transparent;}


/*################################## GENERAL ####################################*/

@font-face {
    font-family: typenormal;
    src: url("ErikaType.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: typebold;
    src: url("ErikaType_B.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: normal;
    src: url("Sansation_Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: normalbold;
    src: url("Sansation_Bold.ttf");
    font-weight: normal;
    font-style: normal;
}

html	{
	background: url("imatges/fondo.gif");
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	}


/*#################################### NORMAL ##########################*/	
body {
	position: relative;
	font-family: 'normal';
	color: white;
	min-height: 800px;
	margin: 0 auto 0 auto;
	border: 8px solid white;
	border-radius: 9px;
	margin-bottom: 10px;
	background-color: #ffffff;
}


header{
	height: 150px;
	/* ################### PROVISIONAL #################   background: black url("../imatges/cabecera_gijoe_esp.png") no-repeat;*/
	background-color: #000000;
	background-position: 50%;
}


#cos	{
	position: relative;
	min-height: 800px;
}

#contingut	{
	position: relative;
	min-height: 800px;
	background: #000000;
	margin: 0 auto 0 auto;
	overflow: hidden;
	/*border-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;*/
}

footer {
	position: relative;
	bottom: 0px;
	height: 75px;
	padding-top: 17px;
	background-color: #000000;
	margin: 0 auto 0 auto;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

a {
	outline:none;
	text-decoration: none;
	}
	
.texto_general{
	width: 85%;
	margin: 40px auto 20px auto;
}

h2 {
	font-size: 2em;
	margin: 15px 0px 8px 0px;
}



/* ################################################################### PROVISIONAL ################################################################### */


.contenedor_seccion_standby1 {
width: 1000px;
height: 271px;
margin: 0 auto 0 auto;
}

.contenedor_seccion_standby2 {
width: 579px;
height: 428px;
margin: 0 auto 0 auto;
}

/* ################################################################### FI DE PROVISIONAL ################################################################### */

/* ################################################################### PORTADAS ################################################################### */



/*@keyframes animacio {
	from {top: 145px;}
    to {top: 105px;}
}*/
.contenedor_seccion a {
	text-decoration: none;
}

.texto_seccion {
	position: relative;
	width: 294px;
	height: 110px;
	padding-top: 20px;
	background-color: rgba(60,60,60,0.6);
	top: 145px;
	transition: top 0.8s;
}

/*.texto_seccion:hover {
	animation-name: animacio;
	animation-duration: 2s;
}*/

.texto_seccion h3 {
	font-size: 30px;
	text-align: center;
	color: white;
		text-decoration: none;
}

.texto_seccion p {
	color: white;
	padding: 15px 23px 15px 23px;
	line-height: 21px;
		text-decoration: none;
}

#seccion_figuras {
	background: url("/imatges/fondo_seccion_figuras.jpg") no-repeat;
}

#seccion_vehiculos {
	background: url("/imatges/fondo_seccion_vehiculos.jpg") no-repeat;
}

#seccion_folletos {
	background: url("/imatges/fondo_seccion_fichas.jpg") no-repeat;
}

#seccion_fichas {
	background: url("/imatges/fondo_seccion_fichas.jpg") no-repeat;
}

#seccion_cardbacks {
	background: url("/imatges/fondo_seccion_cardbacks.jpg") no-repeat;
}

/* ######################################################### SERIES ############################################# */

.contenedor_seccion_series {
	width: 960px;
	margin: 40px auto 0px auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.seccion_series {
	/*float: left;*/
	/*margin: 30px 20px 10px 40px;*/
	width: 250px;
	height: 100px;
	border: 2px solid white;
}
.seccion_series p {
	float: right;
	margin: 15px 15px 0px 0px;
	width: 140px;
	height: 100px;
	font-size: 2em;
	text-align: right;
	color: #22cc22;
	text-shadow: 2px 2px #444444;
	font-weight: bold;
}

#serie1 {
	background: url("/imatges/botoseries1.png") no-repeat;
}

#serie2 {
	background: url("/imatges/botoseries1.png") no-repeat;
}

#serie3 {
	background: url("/imatges/botoseries2.png") no-repeat;
}

#serie4 {
	background: url("/imatges/botoseries3.png") no-repeat;
}

#serie5 {
	background: url("/imatges/botoseries4.png") no-repeat;
}

#serie6 {
	background: url("/imatges/botoseries4.png") no-repeat;
}

#serie7 {
	background: url("/imatges/botoseries5.png") no-repeat;
}

/* ######################################################### MENU ############################################# */


nav {
	position: relative;
	width: 100%;
	height: 30px;
	background: rgb(181,198,208);
	z-index: 1;
}


#super_menu2 {
	width: 100%;
	height: 30px;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

nav ul li {
	list-style-type: none;
	list-style-position: inside;
}

.menu {
	/*display: inline;*/
	color: #555577;
	line-height: 30px;

	/*background: linear-gradient(to bottom, rgba(224,239,249,1) 0%,rgba(181,198,208,1) 41%,rgba(216,225,231,1) 71%,rgba(242,246,248,1) 100%);*/
}

.menu p{
	font-size: 16px;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
}

.menu p a {
	outline-style: none;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	color: #555577;
	/*background: red;*/
	white-space: pre;
}

.fletxa	{
	/*float: left;*/
	width: 6px;
	height: 30px;
	line-height: 27px;
	font-size: 18px;
	text-align: center;
	text-shadow: 1px 1px #777777;
	background: rgb(181,198,208);
	/*background: linear-gradient(to bottom, rgba(224,239,249,1) 0%,rgba(181,198,208,1) 41%,rgba(216,225,231,1) 71%,rgba(242,246,248,1) 100%);*/
}

.vacio {
	color: #dddddd;
	text-shadow: 1px 1px 0px #444444;
	line-height: 27px;

}

.vacio p	{
	font-size: 16px;
	text-align: center;
}

.actiu p {
	color: black;
	text-shadow: none;
	font-family: 'normalbold';
}

.actiu p a	{
	color: black;
	text-shadow: none;
	font-family: 'normalbold';
}

.menu_gen {
	color: #555577;
	line-height: 36px;
	background: rgb(181,198,208);
}

.menu_gen p {
	text-align: right;
	white-space: pre;
}

/*.menu_gen p a {
	display: block;
}*/

.fletxa_submenu {
	float: right;
	margin: 0px 30px 0px 0px;
}

.top {
	line-height: 40px;
}

.drop_linea	{
	background: rgb(181,198,208);
	width: 127px;
	height: 4px;
	margin: 0px;
	padding: 0px;
}

.drop_linea hr {
	width: 85%;
 	background: white;
	/*border: 0px;*/
	height: 2px;
	/*padding: 0px;*/
	margin: 0px auto 0px auto;
	/*clear: both;*/
	box-shadow: 1px 1px #777777;
}

.tapa	{
	width: 100%;
	height: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: rgb(143,156,164);
	clear: both;
	/*background: linear-gradient (to-bottom, rgba(181,198,208,1) 0%, rgba(181,198,208,0.7) 80%, rgba(181,198,208,0.5) 100%);*/
}

.ralla	{
	/*float: left;*/
	text-align: center;
	width:3px;
	height: 30px;
	line-height: 40px;
	padding-bottom: 3px;
	text-shadow: 1px 1px #eeeeee;
}

.submenu {
	width: 127px;
	line-height: 36px;
	color: inherit;
	text-shadow: none;
	font-weight: inherit;
	text-align: center;
}

.submenu2 {
	position: absolute;
	margin-left: 127px;
}

.submenu2 p a	{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 18px;
}

.submenu3{
	position: absolute;
	margin-left: 127px;
	width: 0px;
	height: 0px;
}


.submenu3 p a	{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 18px;
}

.submenu4 {
width: 100%;
height: 100%;

	}
	
.submenu4 p {
	font-size: 16px;
	text-align: center;
}

.submenu_anyos {
	width: 70px;
	height: 30px;
	line-height: 30px;
	margin: 2px 3px 0px 3px;
}

.submenu_letras	{
	float: left;
	width: 30px;
	height: 30px;
	line-height: 40px;
}

#submenu_figuras {
	visibility: hidden;
}

#menu_figuras:hover #submenu_figuras {
	visibility: visible;
}

#submenu_fichas_drop{
	visibility: hidden;
	margin-top: -30px;
}

#submenu_fichas:hover #submenu_fichas_drop {
	visibility: visible;
}

#submenu_series p a {
	font-size: 16px;
}
#submenu_series_drop	{
	visibility: hidden;
	width: 280px;
	height: 100px;
	color: #555577;
	background: rgb(181,198,208);
	/*padding: 5px 5px 5px 10px;*/
	margin: -37px 0px 0px 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#submenu_series_drop p a {
font-size: 18px;
}

#submenu_series:hover #submenu_series_drop {
	visibility: visible;
}

#submenu_alfabetico_drop	{
	visibility: hidden;
	width: 212px;
	height: 141px;
	color: #555577;
	background: rgb(181,198,208);
	margin: -70px 0px 0px 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#submenu_alfabetico:hover #submenu_alfabetico_drop {
	visibility: visible;
}

#submenu_subgrupos_drop {
	visibility: hidden;
	width: 470px;
	height: 260px;
	color: #555577;
	background: rgb(181,198,208);
	padding: 10px 5px 5px 20px;
	margin: -115px 0px 0px 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#submenu_subgrupos:hover #submenu_subgrupos_drop {
	visibility: visible;
}

.submenusubgrupos {
	float: left;
	width: 235px;
	height: 32px;
	line-height: 30px;
}

#submenu_pilotos_drop	{
	visibility: hidden;
	width: 280px;
	height: 100px;
	color: #555577;
	background: rgb(181,198,208);
	margin: -40px 0px 0px 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#submenu_pilotos:hover #submenu_pilotos_drop {
	visibility: visible;
}

#submenu_cardbacks_drop	{
	visibility: hidden;
	margin-top: -30px;
	width: 280px;
	height: 100px;
	color: #555577;
	background: rgb(181,198,208);
	margin: -30px 0px 0px 127px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


#submenu_cardbacks:hover #submenu_cardbacks_drop {
	visibility: visible;
}

/*############## COMENTARIO CARDBACKS #################*/

.textocard	{
	position: relative;
	width: 800px;
	height: auto;
	padding: 10px 15px;
	border: 2px #660099 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	margin: 30px auto 0px auto;
	color: #660099;
	background: #dddddd;
}

.textocard p	{
	font-size: 1.05em;
	line-height: 1.4em;
}

.textoseries	{
	position: relative;
	width: 290px;
	height: auto;
	padding: 10px 35px;
	border: 2px #660099 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	margin: 30px auto 0px auto;
	color: #660099;
	background: #dddddd;
}

.textoseries p	{
	font-size: 1.15em;
	line-height: 1.4em;
}
/*############### llicència ###############*/


.texto_licencias {
	width: 600px;
	height: 240px;
	margin: 200px auto 0px auto;
	line-height: 19px;
}

.texto_licencias p {
font-size: 1.1em;
margin: 0 auto  auto;
}

.texto_licencias img {
	margin-top: 15px;	
}

#llicencia	{
	width: 120px;
	height: 25px;
	margin: 40px auto 0px auto;
	background-color: #000000;
}

#llicencia p	{
	font-size: 0.8em;
	/*line-height: 25px;*/
	color: rgb(191,195,236);
}

/*#llicencia	p a:hover	{
	color: red;
}*/



