	body
	{ 
		background-color:Transparent; 
		background-image:url(img/fondo.jpg);
		background-position:top Center;
		background-attachment:scroll;
		background-repeat:repeat-y;
		border-width:0px;
		border-style:Solid;
		background-color:rgb(0,0,0);
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		scrollbar-face-color:#4A5A65;
		scrollbar-base-color:rgb(0,0,0);
		scrollbar-3dlight-color:rgb(39,13,14);
		scrollbar-shadow-color:rgb(45,15,16);
		scrollbar-darkshadow-color:rgb(39,13,14);
		scrollbar-highlight-color:rgb(39,13,14);
		scrollbar-track-color:rgb(0,0,0);
		scrollbar-arrow-color:rgb(39,13,14);
	} 

	
	@font-face {
	font-family: century;
	src: url('img/century.TTF');
	font-weight: bold;
	}

	@font-face {
	font-family: lucida;
	src: url('img/lucida.TTF');
	font-weight: bold;
	}

	h1
	{ 
		color:#B15E4D;
		font-size:18px;
		font-family: times new romand;
		
	}

	.cabecera
	{ 
		color:#9FB0C8;
		font-size:11pt;
		font-family: Century Gothic,century, times new romand;
		font-weight: bold;
	}

	.marron
	{
		color:#B15E4D;
	}
	

	h2
	{ 
		color:#eaecee;
		font-size:12px;
		font-family: Lucida Sans;
	}


	.cuerpo
	{ 
		color:#E8E9E9;
		font-size:8pt;
		font-family: Lucida Sans,lucida, sans-serif;
		font-weight: bold;
		line-height:1.1em;
	}
	
		@-moz-document url-prefix() {
	  .cuerpo {
	    word-spacing:0.2em;
	  }
	 }

	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.cuerpo {
		 line-height:1.3em;
		 }
	}
	
	

	a
	{
		color:#7B8B9D;
		font-size:8pt;
		font-family:Lucida Sans,lucida, sans-serif;
		font-weight: bold;
		text-decoration:none;
		-moz-transition: all  1.2s ease-out;
		-webkit-transition: all 1.2s ease-out;
		-o-transition: all 1.2s ease-out;
		-ms-transition: all 1.2s ease-out;
	}

			@-moz-document url-prefix() {
	  a {
	    word-spacing:0.2em;
	  }
	 }

	a:hover
	{
		color:#B2C6D6;
		//text-decoration: underline;
		font-weight: bold;
		text-shadow: #B2C6D6 0px 0px 5px;
		-moz-transition: all 0s ease-out;
		-webkit-transition: all 0s ease-out;
		-o-transition: all 0s ease-out;
		-ms-transition: all 0s ease-out;
	}

	.listarepro
	{
		color:#B6B7B9;
		cursor:pointer;
		line-height:1.3em;
		//line-height:0.7em;
		-moz-transition: all 1s ease-out;
		-webkit-transition: all 1s ease-out;
		-o-transition: all 1s ease-out;
		-ms-transition: all 1s ease-out;
	}

	.listarepro:hover
	{
		color:#7B8B9D;
		text-shadow: #B2C6D6 0px 0px 5px;
		-moz-transition: all 0s ease-in;
		-webkit-transition: all 0s ease-in;
		-o-transition: all 0s ease-in;
		-ms-transition: all 0s ease-in;
	}

	#lost
	{
		color:#7B8B9D;
		text-shadow: #B2C6D6 0px 0px 5px;
	}



	.nl
	{
		font-size:8pt;
		text-shadow: #000000 2px 2px 2px,#000000 0px 0px 2px,#000000 -2px -2px 2px,#000000 0px 0px 5px,#000000 0px 0px 10px;
	}



	div
	{
		scrollbar-face-color:#4A5A65;
		scrollbar-base-color:rgb(0,0,0);
		scrollbar-3dlight-color:rgb(39,13,14);
		scrollbar-shadow-color:rgb(45,15,16);
		scrollbar-darkshadow-color:rgb(39,13,14);
		scrollbar-highlight-color:rgb(39,13,14);
		scrollbar-track-color:rgb(0,0,0);
		scrollbar-arrow-color:rgb(39,13,14);
	}

	.logo
	{
		position:absolute;
		left:50%;
		z-index:1;
		top:0;
		WIDTH:785;
		height:248;
		margin-left:-386;
	}

	#menu
	{
		position:absolute;
		z-index:1; 
		left:50%; 
		top:0px; 
		WIDTH:970px; 
		height:340px; 
		margin-left:-482px;
	}

	.boton
	{
		background-color:#7B8B9D; 
		font-family: Lucida Sans,lucida, sans-serif; 
		font-size: 8pt;
		color:000000;
		border: 1px solid #000000;
		font-weight: bold;
		height:21;
		width:182;
		cursor:pointer;
		-moz-border-radius: 20px 20px 20px 20px;
		-webkit-border-radius: 20px 20px 20px 20px;
		-o-border-radius: 20px 20px 20px 20px;
		-ms-border-radius: 20px 20px 20px 20px;
		border-radius: 20px 20px 20px 20px;
		-moz-box-shadow: 0 0 10px rgba(156, 176, 192, 0.5);
		-webkit-box-shadow: 0 0 10px rgba(156, 176, 192, 0.8);
		-o-box-shadow: 0 0 10px rgba(156, 176, 192, 0.8);
		-ms-box-shadow: 0 0 10px rgba(156, 176, 192, 0.8);
		box-shadow: 0 0 10px rgba(156, 176, 192, 0.5);
		-moz-transition: all  1.2s ease-out;
		-webkit-transition: all 1.2s ease-out;
		-o-transition: all 1.2s ease-out;
		-ms-transition: all 1.2s ease-out;
	}

	.boton:hover
	{
		color:eaecee;
		text-shadow: #000000 0px 0px 5px;
		-moz-transition: all 0s ease-out;
		-webkit-transition: all 0s ease-out;
		-o-transition: all 0s ease-out;
		-ms-transition: all 0s ease-out;
	}

	.mail
	{
		background-color:111111; 
		font-family: Lucida Sans,lucida, sans-serif; 
		font-size: 10pt;
		color:eaecee;
		border: 2px solid #7B8B9D;
		width:180;
	}

	.option
	{
		background-color:transparent;
	}

	.noticias
	{
		valign:top;
		width:550;
		padding: 0px 0px 0px 0px;
	}

	.tnoticias
	{
		-moz-border-radius: 20px 0px 0px 20px;
		-webkit-border-radius: 20px 0px 0px 20px;
		-o-border-radius: 20px 0px 0px 20px;
		-ms-border-radius: 20px 0px 0px 20px;
		border-radius: 20px 0px 0px 20px;
		background-color:rgba(0, 0, 0, 0.2);
		width:655px;
		//position:relative;
		left:20px;
		top:0px;
		padding: 10px 5px 0px 10px;
		-moz-box-shadow: 0 0 10px rgba(156, 176, 192, 0.8);
		-webkit-box-shadow: 0 0 10px rgba(156, 176, 192, 0.8);
		-o-box-shadow: 0 0 10px rgba(156, 176, 192, 0.8);
		-ms-box-shadow: 0 0 10px rgba(156, 176, 192, 0.8);
		box-shadow: 0 0 10px rgba(156, 176, 192, 0.8);
	}

	.video
	{
		-moz-box-shadow: 0 0 10px rgba(156, 176, 192, 0.8);
		-webkit-box-shadow: 0 0 10px rgba(156, 176, 192, 0.8);
		-o-box-shadow: 0 0 10px rgba(156, 176, 192, 0.8);
		-ms-box-shadow: 0 0 10px rgba(156, 176, 192, 0.8);
		box-shadow: 0 0 10px rgba(156, 176, 192, 0.8);
	}

	#noticias
	{
		position:absolute;
		z-index:1;
		left:60px;
		top:433px;
		width:680px;
		height:912px;
		//height:920px;
		padding: 0px 0px 0px 20px;
		overflow-y: auto;
		overflow-x: hidden;
	}


	#darkevo
	{
		position:absolute;
		z-index:-1;
		left:-19px;
		top:380px;
		//top:385px;
		width:857px;
		height:989px;
	}

	#demo
	{
		position:absolute;
		z-index:-1;
		left:-15px;
		top:380px;
		//top:385px;
		width:857px;
		height:994px;
	}

	.fechas
	{
		position:absolute;
		z-index:1;
		left:30;
		top:433;
		width:750px;
		height:912px;
		//height:920px;
		overflow:auto;
	}

	.links
	{
		position:absolute;
		z-index:1;
		left:40;
		top:433;
		width:700px;
		height:912px;
		//height:920px;
		overflow:auto;
	}

	.cronicas
	{
		position:absolute;
		z-index:1;
		left:60;
		top:433;
		width:680px;
		height:912px;
		//height:920px;
		overflow:auto;
		padding: 20px 0px 0px 0px;
	}
	
	.fgrupo
	{
		background-image:url(img/fn.png);
		border: 2px solid #442211;
	}
	
	.imgn
	{
		-moz-border-radius: 20px 0px 0px 20px;
		-webkit-border-radius: 20px 0px 0px 20px;
		-o-border-radius: 20px 0px 0px 20px;
		-ms-border-radius: 20px 0px 0px 20px;
		border-radius: 20px 0px 0px 20px;
		-moz-box-shadow: 0 0 10px rgba(156, 176, 192, 0.4);
		-webkit-box-shadow: 0 0 10px rgba(156, 176, 192, 0.4);
		-o-box-shadow: 0 0 10px rgba(156, 176, 192, 0.4);
		-ms-box-shadow: 0 0 10px rgba(156, 176, 192, 0.4);
		box-shadow: 0 0 10px rgba(156, 176, 192, 0.4);
		padding: 0px 0px 0px 0px;
	}

	.tdimgn
	{
		padding:0px 0px 10px 0px;
	}

	.imgc
	{
		filter: alpha(opacity=70);
		opacity: 0.7;
		-moz-opacity:0.7; 
	}

	.imgc:hover
	{
		filter: alpha(opacity=100);
		opacity: 1;
		-moz-opacity:1;
	}

	.tn
	{
		filter: alpha(opacity=90);
		opacity: 0.9;
		-moz-opacity:0.9;
		-webkit-opacity:0.9;
		-ms-opacity:0.9;
		-o-opacity:0.9;
	}

	
	select
	{
		background-color:111111; 
		font-family: Lucida Sans,lucida, sans-serif; 
		font-size: 10pt;
		color:#eaecee;
		border: 2px solid #7B8B9D;
		font-weight: bold;
		width:180;
	}

	.caja
	{
		background-color:111111; 
		font-family: Lucida Sans,lucida, sans-serif; 
		font-size: 10pt;
		color:#eaecee;
		border: 2px solid #7B8B9D;
		font-weight: bold;
	}

	.newsletter
	{
		
		z-index:0;
		left:-10;
		top:340;
		width:250px;
	}

	.foro
	{
		position:absolute;
		z-index:0;
		left:5;
		top:416px;
		width:385px;
		height:210px;
		overflow:hidden;
	}

	.prensa
	{
		background-image:url(img/fprensa.png);
	}

	.reviews
	{
		overflow:auto;
		height:125;
		width:270;
	}

	.tlist
	{
	position:absolute;
	left:56;
	z-index:2;
	width:172;
	background:transparent;
	border: 0px solid;
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	//font-size: 10pt;
	color:#000000;
	filter: alpha(opacity=66);
	opacity: 0.66;
	-moz-opacity:0.66; 
	}

	.blist
	{
	width:100;
	left:92;
	filter: alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity:0.80; 
	cursor:pointer;
	}

	.blist:hover
	{
		color:#7B8B9D;
	}

	.dia
	{
		text-align:right;
		 font-size:14pt;
		 color:#A7ADB4;
		 line-height:0.90em;
	}

	.mes
	{
		text-align:right;
		 font-size:9pt;
		 color:#A7ADB4;
		 line-height:0.90em;
	}

	.anyo
	{
		
		text-align:center;
		letter-spacing:-1.2px;
		 font-size:9pt;
		 color:#BBBFC4;
		 //line-height:0.90em;
		 position:relative;
		 left:-1px;
		 top:5px;
		 width:17px;
		-webkit-transform: rotate(-90deg); 
		-moz-transform: rotate(-90deg);	
		-o-transform: rotate(-90deg);	
		-ms-transform: rotate(-90deg);	
		-transform: rotate(-90deg);	
		transform: rotate(-90deg);	
	}

	@-moz-document url-prefix() {
	  .anyo {
	   letter-spacing:-0.9px;
	  }
	 }


	table
	{
		border-collapse:separate;
		empty-cells:hide;
		outline:none;

	} 

	input,select,textarea{
		outline:none;
	}


	.evocreditos
	{
		visibility:visible;
		position:absolute;
		width:842px;
		top:927px;
		left:0px;
		z-index:2;
		text-shadow: rgba(0,0,0,0.5) 0px 0px 2px;
		//text-shadow: #000000 0px 0px 2px;

		-moz-opacity:0; 
		-webkit-opacity:0; 
		-op-opacity:0; 
		-ms-opacity:0; 
		opacity:0; 

		-moz-transition: all  1s ease-in;
		-webkit-transition: all 1s ease-in;
		-o-transition: all 1s ease-in;
		-ms-transition: all 1s ease-in;
	}

	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.evocreditos {
		 line-height:1.2em;
		 }
	}

	.ficha
	{
		position:absolute;
		z-index:2;
		left:55px;
		width:450px;
		text-shadow: rgba(0,0,0,1) 0px 0px 2px, rgba(0,0,0,0.5) 0px 0px 2px;
		//text-shadow: #000000 0px 0px 2px, #000000 0px 0px 2px;
		-moz-transition: all  1s ease-in;
		-webkit-transition: all 1s ease-in;
		-o-transition: all 1s ease-in;
		-ms-transition: all 1s ease-in;
		-moz-opacity:0; 
		-webkit-opacity:0; 
		-op-opacity:0; 
		-ms-opacity:0; 
		opacity:0; 
	}

	.nane
	{
		line-height:3em;
		top:450px;
	}

	.jorge
	{
		line-height:3.2em;
		top:450px;
	}

	.keko
	{
		line-height:2.6em;
		top:450px;
		width:400px;
		//width:420px;
	}

	.tato
	{
		line-height:3.2em;
		top:450px;
	}

	.pablo
	{
		line-height:3em;
		top:450px;
	}

	#fotofichanane
	{
		position:absolute;
		z-index:-1;
		left:255px;
		top:390px;
		//top:385px;
		width:578px;
		height:902px;
	}

	#fotofichajorge
	{
		position:absolute;
		z-index:-1;
		left:228px;
		top:430px;
		width:602px;
		height:929px;
	}

	#fotofichakeko
	{
		position:absolute;
		z-index:-1;
		left:222px;
		top:365px;
		width:646px;
		height:989px;
	}

	#fotofichatato
	{
		position:absolute;
		z-index:-1;
		left:240px;
		top:425px;
		width:598px;
		height:926px;
	}

	#fotofichapablo
	{
		position:absolute;
		z-index:-1;
		left:265px;
		top:455px;
		width:599px;
		height:895px;
	}

	.icot
	{
		-moz-opacity:0.7; 
		-webkit-opacity:0.7; 
		-op-opacity:0.7; 
		-ms-opacity:0.7; 
		opacity:0.7; 

		-moz-transition: all  1.2s ease-out;
		-webkit-transition: all 1.2s ease-out;
		-o-transition: all 1.2s ease-out;
		-ms-transition: all 1.2s ease-out;
	}

	.icot:hover
	{
		-moz-opacity:1; 
		-webkit-opacity:1; 
		-op-opacity:1; 
		-ms-opacity:1; 
		opacity:1; 

		-moz-transition: all  0s ease-out;
		-webkit-transition: all 0s ease-out;
		-o-transition: all 0s ease-out;
		-ms-transition: all 0s ease-out;
	}

	.icocarga
	{
		position:absolute;
		top:30px;
		left:50%;	
		-moz-opacity:0;
		-webkit-opacity:0; 
		-op-opacity:0; 
		-ms-opacity:0; 
		opacity:0; 
		//visibility:hidden;

		-moz-transition: all  1s ease-in;
		-webkit-transition: all 1s ease-in;
		-o-transition: all 1s ease-in;
		-ms-transition: all 1s ease-in;
	}
