﻿@charset "utf-8";
/* CSS Document */
*{
 margin-top: 0px;
 margin-bottom: 0px;
}
a, a:hover, a:visited{
text-decoration:none;
}
img{
	border:0px;
}
body {
	text-align:center;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-repeat:repeat-x
	}
#container{
	position:relative;
	width: 1200px;
	height:auto;
	top:0px;
	margin: 0px auto;	
	text-align:center;
}

#cabecera{
	position:relative;
	width: 1200px;
	height:245px;
	top: 0px;
	left:0px;
	margin-bottom:3px;
	background-image:url(../images/cabecera_2015.jpg);
}
#slider2{
	float:right;
	position:relative;
	width: 488px;
	height:144px;
	top:27px;
	right:39px;
	margin:0px;
	z-index:5000;
}
/*botonera*/
nav{
	position:relative;
	
	width: 1200px;
	height:40px;
	margin:0px auto;
	font-size:25px;
	font-family: 'Calligraffitti', cursive;
	font-weight: bold;
	color:#90F;
	text-align:left;
	margin-bottom:40px;
}
nav ul {
	float:left;
	height:0px;
	list-style:none;
	margin:0;
	padding:0;
}
nav li{
	float:left;
	padding:0px;
}
nav li a{
	color:#000; 
	display:block;
	padding:5px 20px; 
	text-align:center;
	text-decoration:none;
}
nav li a:hover, .nav ul li:hover a {
	background:#f8b932; /* Color de las pestañas al pasar el cursor */
	color:#FFFFFF; /* Color del texto al pasar el cursor */
	text-decoration:none;
}
section{
	position:relative;
	width:1200px;
	height:auto;
	margin:20px auto;
}
header{
	position:relative;
	font-family: 'Calligraffitti', cursive;
	font-size:35px;
	font-weight: bold;
	color:#90F;
	left:30px;
	text-align:left;
	margin-top:10px;
}
article{
	display:block; 
	width:1200px;
	position:relative;
	height:575px;		
	background-image:url(../images/ficha_index.jpg);
	background-repeat: no-repeat;
	background-size:100%
}
#izkierda{
	float:left;	
	position:relative;
	width:570px;
	height:auto;
	top:50px;
	left:30px;
	text-align:left;
	text-indent:15px;
	white-space:pre-line;
}
#derecha{
	float:left;
	position:relative;
	width:540px;	
	left:60px;
	height:auto;
	top:70px;	
	text-align:left;	
}
footer{
	clear:both;
	position:relative;
	top:50px;
	background-image:url(../images/fondo_pie.jpg);
	width:100%;
	height:275px;
	margin:0 auto;	
	text-align:center;
}
footer img{
	position:relative;
	top:18px;
	margin-bottom:17px;
}	
footer div{
	display: inline-block;
	margin:8px;
	font-size:20px;
}
.des{
color:#0555f9;
}
.dek{
color:#fd5705;
}
.vid{
color:#bd05f9;
}
.app{
color:#09e069;
}
.link{
	text-decoration:none;
}
a.link:hover{
	color:#39F;
}
