article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

* {
    margin-top: 0!important;
}

.separador {
    float: none!important;
    clear: both!important;
	height: 0px;
}

body {
    background-color: #FFF;
    text-align: center;
    font-size: 70%;
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
    color: #666;
}

* {
    margin-top: 0!important;
}

html, body {
  height: 100%;
  margin: 0;
}

	/****** cambio_movil ********/
	#jssor_1 {
		visible: false;
	}
	
	#jssor_2 {
		visible: false;
	}

.wrapper {
  min-height: 100%!important;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -160px!important;
}
.piehome,
.push {
  height: 160px;
}

.piehome {
	width: 100%;
	z-index: 999999999999;
}

.oculto {
    display: none!important;
    visible: false!important;
}


/********************************/
.cont {
    width: 980px;
    padding: 0;
    padding-bottom: 0;
    margin: auto;
    text-align: left;
}

.cont_gr {
    width: 1200px;
    padding: 0;
    padding-bottom: 0;
    margin: auto;
    text-align: left;
}

::selection {
    background-color: #29589E;
    color: #D3EFFE;
}

::-moz-selection {
    background-color: #29589E;
    color: #D3EFFE;
}

::-o-selection {
    background-color: #29589E;
    color: #D3EFFE;
}

::-webkit-selection {
    background-color: #29589E;
    color: #D3EFFE;
}

#masinfo {
    border: 3px solid #999;
    background-color: #FFF;
    width: 650px!important;
    color: #333;
    text-align: left;
    padding: 15px;
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -325px;
    z-index: 999999999;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 5px 5px 10px rgba(2, 22, 68, 0.7);
    -o-box-shadow: 5px 5px 10px rgba(2, 22, 68, 0.7);
    -webkit-box-shadow: 5px 5px 10px rgba(2, 22, 68, 0.7);
    box-shadow: 5px 5px 10px rgba(2, 22, 68, 0.7);
    font-size: 110%;
}

#masinfo h2 {
    color: #666;
    font-size: 210%;
    font-weight: lighter;
    text-align: center;
    font-family: 'Quicksand', cursive;
}

#masinfo p {
    margin-bottom: 20px;
}

#masinfo .centrado {
    text-align: center;
}

#masinfo a,
#masinfo a:link,
#masinfo a:visited {
    color: #414141;
    text-decoration: none;
    font-weight: bold;
}

#masinfo a:hover {
    color: #414141;
    text-decoration: underline;
    font-weight: bold;
}

#masinfo .centrado a {
    text-align: center;
    text-decoration: none!important;
}


/*********************************** popup **************************************/

#popup {
	border: 1px solid #666;
	background-color: #FFFFFF;
	color: #000000;
	width: 521px!important;
	max-width: 95%;
	text-align: left;
	padding: 0px;
	padding-bottom: 15px;
	display: none;
	position: absolute;
	/*top: 30%;*/
	top: 50px;
	left: 50%;
	margin-left: -265px;
	z-index: 999999999;
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	-o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
}

#popup img {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	max-width: 100%;
}

#popup h1 {
	text-transform: uppercase;
	text-align: center;
	font-size: 220%;
	margin: 0px;
	padding: 4px;
	color: #FFFFFF;
	background-color: #E20816;
}

#popup h1 span {
	display: block;
	float: right;
	margin-right: 10px;
	font-size: 80%;
}

#popup h2 {
	 color: #000000;
	 text-transform: uppercase;
	 margin: 20px;
	 text-align: left;
	 text-shadow: 1px 1px 1px rgba(0,0,0, 0.2);
}

#popup h2 a, #popup h2 a:link, #popup h2 a:visited, #popup h2 a:hover {
	color: #FF0000!important;
	text-decoration: underline;
}

#popup .porbea {
	font-size: 140%;
	margin: 4px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#popup .porbea .rojo {
	color: #E20816;
}

#popup a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#popup a.rojo {
	color: #FF0000!important;
	text-decoration: none;
	font-weight: bold;
}

#popup h1 a {
	color: #FFFFFF!important;
}

#popup .centrado {
	text-align: center;
}


#popup2 {
	border: 1px solid #666;
	background-color: #FFFFFF;
	color: #000000;
	width: 800px;
	text-align: center;
	padding: 0px;
	padding-bottom: 15px;
	display: none;
	position: absolute;
	/*top: 30%;*/
	top: 50px!important;
	left: 50%;
	margin-left: -400px;
	z-index: 999999999;
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	-o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
}

#popup2 img {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#popup2 h1 {
	text-transform: uppercase;
	text-align: center;
	font-size: 220%;
	margin: 0px;
	padding: 4px;
	color: #FFFFFF;
	background-color: #E20816;
}

#popup2 h1 span {
	display: block;
	float: right;
	margin-right: 10px;
	font-size: 80%;
}

#popup2 h2 {
	 color: #000000;
	 text-transform: uppercase;
	 margin: 20px;
	 text-align: left;
	 text-shadow: 1px 1px 1px rgba(0,0,0, 0.2);
}

#popup2 h2 a, #popup2 h2 a:link, #popup2 h2 a:visited, #popup2 h2 a:hover {
	color: #FF0000!important;
	text-decoration: underline;
}

#popup2 .porbea {
	text-align: left;
	font-size: 140%;
	margin: 4px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#popup2 .porbea .rojo {
	color: #E20816;
}

#popup2 a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#popup2 a.rojo {
	color: #FF0000!important;
	text-decoration: none;
	font-weight: bold;
}

#popup2 h1 a {
	color: #FFFFFF!important;
}

#popup .centrado {
	text-align: center;
}



/*****************************************************************************************************************************************/

#cabecera {
    display: block;
    z-index: 999;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    text-align: left;
    background-color: #FFF;
    /*overflow: hidden;*/
}

#cabecera #logo_header {
    float: left;
	margin: 0px;
	padding: 0px;
    margin-left: 15px;
    width: 273px;
}

#cabecera #logo_header img {
    width: 273px;
	height: 54px;
	margin: 0px;
	padding: 0px;
	border: none;
}
#cabecera img {
    border: 0;
}

#cabcentral {
	margin: auto;
	padding: 0px;
	padding-top: 12px;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	color: #000;
}

#cabcentral span {
	color: #E30614;
}

#cont_idiomas {
	float: right;
	width: 150px;
	margin-right: 0px;
	text-align: right;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 3px;
}

#cont_idiomas ul{
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	text-align: center;
}

#cont_idiomas ul li {
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	list-style: none;
	text-align: center;
	display: inline; 
	vertical-align: middle;
}

#cont_idiomas img {
	border: none;
	vertical-align: middle;
}

#logosizq {
	width: 150px;	
	margin: 0px;
}

/********** sticky **********/

.fixed {
	position: fixed;
 	top:0; left:0;
	width: 100%; 
	height: auto!important; 
	padding-top: 0px!important;
	z-index: 99999999999999999999!important;
}

.fixed #logo_header {
    float: left;
	margin-top: 10px!important;
    margin-left: 0px!important;
	background-color: #FFF!important;
	font-size: 90%;
    width: 200px!important;
}

.fixed #logo_header img {
    width: 200px!important;
	height: auto!important;
	padding-left: 15px!important;
}

.fixed #cont_idiomas, .fixed #cabcentral {
	display: none!important;
	visible: false!important;
}

.fixed #menu_principal {
    float: right;
	width: 100%;
	margin: 0px;
	font-size: 100%;
}

.fixed #menu_principal #nav {
	font-size: 100%;
}

/*********************************************************** menu principal desplegable ******************************************************/
#menu_principal {
    height: 30px;
    margin-top: 0px!important;
    padding-top: 0px!important;
    margin-right: 0px;
    font-family: 'Quicksand', Arial;
    text-decoration: none;
    font-size: 110%;
    text-decoration: none;
    color: #666;
    text-align: right; 
	background-color: #E30614;
	border-top: 4px solid #000;
}

#menuicon {
	display: none;
	visibility: hidden;
}


#menu_principal img {
	vertical-align: middle;
	border: none;
}

/* Main */
/* main menu styles */

#nav {
display:inline-block;
width:100%;
font-size: 120%;
margin:0px auto;
z-index: 999999999;
color: #666;
padding:0;
}

#nav li {
margin:10px;
margin-left: 0px!important;
margin-right: 0px!important;
float:left;
position:relative;
list-style:none;
}

#nav li:first-of-type {
	margin-left: 40px!important;
}

#nav li:last-of-type {
	margin-right: 40px!important;
}

#nav a {
color: #FFF;
background-color: #E30614;
text-decoration:none;
z-index: 999999999;
display:block;
padding: 4px;
margin-left: 0px!important;
margin-right: 0px!important;
/*font-family: 'Abel', Arial;*/
text-decoration: none;
padding-left: 15px;
padding-right: 15px;
background-color: rgba(121, 174, 205, 0);
-moz-transition: .4s ease-in all;
-webkit-transition: .4s ease-in all; 
-o-transition: .4s ease-in all;
transition: .4s ease-in all;
}


#nav li.gobik {
	color: #000;
	display: block!important;
	float: right!important;
	font-weight: bold;
	padding: 0px;
	padding-top: 1px;
	margin-right: 50px!important;
}

#nav li.gobik a {
	background-color: #FFF!important;
	color: #000!important;
	font-weight: bold!important;
	padding: 0px;
	padding-right: 5px;
}

#nav li.gobik a:hover {
	font-weight: bold;
	background-color: #FFF!important;
	color: #E30614!important;
}


/* selected menu element */

#nav .current a, #nav li:hover > a {
background-color: #900!important;
color: #FFF;
z-index: 999999999;
}

/* sublevels */
#nav ul {
font-weight: normal;
text-align: left;
}

#nav ul li:hover a, #nav li:hover li a {
background:none;
border:none;
color:#666;
z-index: 999999999;
padding-top: 10px;
padding-bottom: 10px;
}

#nav ul li a:hover {
background-color: #E30614!important;
color:#fff;
z-index: 999999999;
}


/* drop down */

#nav li:hover > ul {
opacity:1;
visibility:visible;
}

#nav ul {
opacity:0;
visibility:hidden;
padding:0;
width:175px;
z-index: 999999999;
position:absolute;
background: #FFF;
border:1px solid #CCC;
-moz-transition:opacity .25s linear, visibility .1s linear .1s;
-webkit-transition:opacity .25s linear, visibility .1s linear .1s;
-o-transition:opacity .25s linear, visibility .1s linear .1s;
transition:opacity .25s linear, visibility .1s linear .1s;
}

#nav ul.submenu li {
float:none;
z-index: 999999999;
margin:0!important;
}
#nav ul a {
font-weight:normal;
z-index: 999999999;
}
#nav ul ul {
left:160px;
top:0px;
}


/*************************************************************************************************************************************************************/

/*************************************************************************************************************************************************************/

#logos_marquee {
	max-width: 100%;
	height: 40px;
	overflow: hidden;
	background-color: #FFF;	
}

.marquee-sibling {
	height: 40px;
	float: left;
	width: 20%;
	text-align: center;	
	background-color: #000;
	z-index: 9999999999999999999999999;
}

.marquee-sibling img {
	height: 36px;
	padding-top: 2px;
}

.marquee-with-options {
	float: right;
	height: 40px;
	width: 80%;
	overflow: hidden
}

.marquee-with-options img {
	height: 40px;
	border: none;	
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

/******************************************** botones inferiores *******************************************************/

#botones_inf {
	height: 120px;
	background-image: url(../img/70.png);
	background-repeat: repeat;
}

#botones_inf a.bot, #botones_inf div.bot {
	display: block;
	float: left;
	width: 25%;
	height: 120px;
	font-size: 130%;
	color: #FFF;
	font-weight: bold;
	-moz-transition: .4s ease-in all;
	-webkit-transition: .4s ease-in all; 
	-o-transition: .4s ease-in all;
	transition: .4s ease-in all;
	text-decoration: none;
}

#botones_inf div.bot a {
	color: #FFF;
	text-decoration: none;
}

#botones_inf div.bot a:hover {
	color: #FFF;
	text-decoration: underline;
}

#botones_inf a.bot span, #botones_inf div.bot span {
	color: #E30614;
	font-size: 80%;
}

#botones_inf a.bot:hover, #botones_inf div.bot:hover {
	background-color: #000;
}

.cont_boton {
	border-left: 1px solid #E30614;
	border-right: 1px solid #E30614;
	height: 120px;
}

#botones_inf a.bot .cont_boton img, #botones_inf div.bot .cont_boton img  {
	border: none;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
}

#bthom1, #bthom4 {
	width: 80px;
}

#bthom2, #bthom3 {
	width: 100px;
}

/***************************************/

#bandanegra {
	background-color: #000;
	float: left;
	clear: both;
	width: 300px;
	margin-left: 10%;
	color: #FFF;
	font-size: 130%;
}

#bandanegra .rojo {
	color: #E40715;
}

#bandanegra a, #bandanegra a.link, #bandanegra a.visited {
	color: #E40715;
	text-decoration: none;
}

#bandanegra a.hover {
	text-decoration: underline;
}

.btstore {
	max-width: 100%;
	display: block;
	margin: auto;	
}

.btstore2 {
	display: none;
	background-color: #FFF!important;
	margin: 0px!important;
	padding: 0px!important;
	text-align: center!important;
	width: 100%;
}

/************************************* contenido ****************************************/

#contenido {
	float: none;
	clear: both;
	width: 1070px;
	margin: auto;
	padding-top: 50px!important;
	padding-bottom: 50px;
	font-size: 140%;
}

#contenido article {
	margin-bottom: 25px;	
}

#contenido .bannerseg {
	width: 100%;
	border: none;
}

#contenido h1 {
	color: #CC0000;
	font-size: 180%;
	font-family: 'Quicksand', Arial;
	text-align: left;
	padding-bottom: 3px;
	/*border-bottom: 1px solid #CCC;*/
	margin-bottom: 20px;
}

#contenido h2 {
	color: #000;
	font-size: 140%;
	text-align: left;
	font-family: 'Quicksand', Arial;
	padding-bottom: 3px;
	margin-bottom: 15px;
}

#contenido .imgsec {
	float: right;
	margin-left: 60px;
	margin-bottom: 20px;	
}

#contenido .imgsec2 {
	display: block;
	margin: auto;
	max-width: 100%;	
}

#contenido strong, #contenido b {
	color: #000;
}

#contenido ul, #contenido ol, #contenido p {
	line-height: 20px;
	margin-bottom: 25px;
	text-align: justify;
}

#contenido a, #contenido a:link {
	color: #E30614;
	text-decoration: none;
}

#contenido a:hover {
	color: #E30614;
	text-decoration: underline;
}

#contenido table {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #999999;
}

#contenido table td {
	padding: 3px;
}

#contenido table th {
	padding: 3px;
	background-color: #EBEBEB;
	color: #333333;
}

#contenido table tr:nth-child(even) {background-color: #EFEFEF!important}
#contenido table tr:nth-child(odd) {background-color: #FFF!important}


/************************************* inscripciones ***********************************/

.elementoinscrip {
	clear: both;
	margin-bottom: 35px;
}


.elementoinscrip img {
	float: left;
	border: none;
	width: 70px;
	margin-right: 30px;
}

.elementoinscripul {
	float: left;
	border: none;
	width: 570px;
	margin-right: 20px;
}

/************************************* formularios **************************************/


form {

}

legend {
	color: #333; !important;
	padding: 10px;
	font-weight: bold;
}


.cajatexto {
	width: 300px;
	border: 1px solid #999999;
	color: #666666;
	font-family: Trebuchet, Arial;
	padding: 3px;
	padding-left: 7px;
	-moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
	-o-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.cajatexto2 {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.cajatextarea {
	width: 450px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	height: 150px;
	padding: 3px;
	padding-left: 7px;
	-moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
	-o-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.etiqueta {
	display: block;
	float: left;
	width: 130px;
	text-align: left;
}

.cajaselect {
	width: 306px;
	border: 1px solid #CCCCCC;
}

.boton {
	width: 150px;
	border: 1px solid #333333;
	background-color: #333333;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 3px;
}

a.botonImp {
	width: 150px;
	border: 1px solid #333333;
	background-color: #333333;
	color: #FFFFFF!important;
	text-decoration: none!important;
	text-transform: uppercase;
	padding: 3px;
	padding-left: 15px;
	padding-right: 15px;
}

.boton2 {
	width: 150px;
	/*border: 1px solid #70973E;
	background-color: #70973E;*/
	border: 1px solid #990000;
	background-color: #990000;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 3px;
}

#login, #fconsultas {
	margin-left: 25px;
	padding-left: 5px;
	text-align: left;
}

fieldset {
	margin-top: 10px;
	margin-bottom: 25px;
	padding: 20px;
	border: 1px solid #CCC;
}

legend {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}


/************************************* patrocinadores paginas (no home) ***********************************/

#patrocina {
	width: 100%;
	background-color: #DFDFDF;
	margin: 0px;
	text-align: center;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 25px;
}

#patrocina .contpatrocina {
	width: 1070px;
	margin: auto;
	margin-top: 15px;
	text-align: center;	
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: #DFDFDF;
}

#patrocina .sep {
	border-bottom: 1px solid #999999;
	margin: 10px;
}

#patrocina h3 {
	color: #333333;
	font-size: 130%;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

#patrocina ul {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

#patrocina ul li {
	display: inline;
	list-style: none;
}

#patrocina ul.patro1 li {
	margin-right: 10px;
}

#patrocina ul.patro1 li img {
	height: 70px;
	margin-bottom: 10px;
	border: 1px solid #999;
}

#patrocina ul.patro1 li img.segurosbilbao {
	height: 70px;
	margin-bottom: 10px;
}

#patrocina ul.patro12 li {
	margin-right: 10px!important;
}

#patrocina ul li img {
	display: inline;
	list-style: none;
	vertical-align: middle;
	border: none;
}

#patrocina ul.patro12 li img {
	height: 55px;
	margin-right: 15px;
	margin-bottom: 6px;
}



/************************************************************************** pie ******************************************************************/
#pie {
    background-color: #000;
    color: #CCC;
    float: none;
    clear: both;
    margin: 0;

    padding: 10px;
    text-align: left;
    border-top: 1px solid #CCC;
}

#pie img {
    vertical-align: middle;
    border: none;
}

#pie #colpie1 img {
	max-width: 100%;	
}

#pie h4 {
    color: #FFF;
	font-size: 110%;
	padding-top: 17px;
	font-family: 'Quicksand', Arial;
}

#pie #colpie2 h4, #pie #colpie3 h4 {
    text-align: left;
}

#pie #colpie1,
#pie #colpie2,
#pie #colpie3,
#pie #colpie4 {
    color: #CCC;
    float: left;
    width: 22%;
	min-height: 180px;
    font-size: 110%;
    line-height: 17px;
    margin: 0;
	margin-left: 10px;
	margin-right: 10px;
    padding: 0;
    padding-top: 4px;
}

#pie #colpie1 p {
	/*text-align: justify;*/
}

#pie a,
#pie a:link,
#pie a:visited {
    color: #FFF;
    text-decoration: none;
}

#pie a:hover {
    color: #FFF;
    text-decoration: underline;
}


#pie ul {
    margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/********************************************** ir_arriba ***************************************************/

.ir-arriba {
	display: none;
	padding: 20px;
	background: #E40715;
	background-image: url(../img/arriba.png);
	background-position: center center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0px 0px 10px rgba(2, 22, 68, 0.7);
    -o-box-shadow: 0px 0px 10px rgba(2, 22, 68, 0.7);
    -webkit-box-shadow: 0px 0px 10px rgba(2, 22, 68, 0.7);
    box-shadow: 0px 0px 10px rgba(2, 22, 68, 0.7);
	font-size: 20px;
	color: #fff!important;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}



/*********************************************** social *****************************************************/


#social {
    font-size: 100%;
    font-weight: bold;
    color: #3F65A7;
    text-transform: uppercase;
	text-align: left!important;
}

#social span {
    font-size: 120%;
}

#social ul {
    margin: 0;
    padding: 0;
	padding-top: 16px;
}

#social ul li {
    margin: 0;
    margin-right: 7px;
    padding: 0;
    list-style: none;
    display: inline;
}

#social ul li b {
    color: #333;
}

#social img {
    border: none;
    width: 28px;
    vertical-align: middle;
    /*opacity: .85;*/
}

#social img:hover {
    opacity: 1;
}


/************************************************ autor *****************************************************/

#autor {
    width: 980px;
    float: none!important;
    clear: both!important;
    margin: auto;
    padding-top: 15px;
    text-align: center!important;
    font-size: 90%;
    color: #CCC;
}

#autor p {
    text-align: center!important;
    float: none!important;
}

#autor a,
#autor a:link {
    color: #FFF;
    text-decoration: none;
}

#autor a:hover {
    color: #FFF;
    text-decoration: underline;
}


.botondownload {
	display: block;
	width: 350px;
	text-align: center;
	padding: 15px;
	border: 1px solid #666;
	color:  #333;  	
	font-family: 'Quicksand', Arial;
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
	text-decoration: none!important;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #e8e8e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fcfcfc 0%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}

.botondownload:hover {
	background: #C00; /* Old browsers */
	color: #FFF!important;
	text-decoration: none!important;
}

.botondownload1 {
	display: block;
	width: 350px;
	text-align: center;
	padding: 15px;
	border: 1px solid #666;
	color:  #B6CA1D!important;  	
	font-family: 'Quicksand', Arial;
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
	text-decoration: none!important;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #e8e8e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fcfcfc 0%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}

.botondownload1:hover {
	background: #B6CA1D; /* Old browsers */
	color: #FFF!important;
	text-decoration: none!important;
}

.botondownload3 {
	display: block;
	width: 350px;
	text-align: center;
	padding: 15px;
	border: 1px solid #666;
	color:  #02987B!important;  	
	font-family: 'Quicksand', Arial;
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
	text-decoration: none!important;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #e8e8e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fcfcfc 0%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}

.botondownload3:hover {
	background: #02987B; /* Old browsers */
	color: #FFF!important;
	text-decoration: none!important;
}

.dorsal {
	display: block!important;
	margin: auto!important;
	width: 500px!important;
	max-width: 95%;	
}

/*********************************************************************************************************************************************/
/********************************************************** responsive ***********************************************************************/
/*********************************************************************************************************************************************/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

}

@media only screen and (max-width: 1200px) {
	/*************************************************************************** home *********************************************************************************************/
	.marquee-sibling img {
		max-width: 40%;
		height: auto;
		padding-top: 2px;
		/*float: left;*/
	}
	
	#contenido {
		float: none;
		clear: both;
		width: 900px;
		margin: auto;
		padding-top: 30px;
		padding-bottom: 50px;
		font-size: 130%;
	}

	#patrocina .contpatrocina {
		width: 900px;
		margin: auto;
		margin-top: 15px;
		text-align: center;	
		padding-top: 18px;
		padding-bottom: 18px;
		background-color: #DFDFDF;
	}
	
	#autor {
   		width: 100%!important;
	}
	
	#nav li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#nav li.gobik {
		margin-right: 10px!important;
	}
}


@media only screen and (max-width: 970px) {
	
	/* menu principal */
	#menu_principal {
    	text-decoration: none;
    	font-size: 100%;
	}

	#nav li:first-of-type {
		margin-left: 10px!important;
	}
	
	#nav li:last-of-type {
		margin-right: 10px!important;
	}
	

	
	
	
	.cont {
		width: 100%;
		padding: 0;
		padding-bottom: 0;
		margin: auto;
		text-align: left;
	}
}

@media only screen and (max-width: 900px) {
	
	#cabcentral {
		margin: auto;
		padding: 0px;
		padding-top: 20px;
		text-align: center;
		font-size: 120%;
		font-weight: bold;
		font-style: italic;
		color: #000;
	}
	
	#contenido {
		float: none;
		clear: both;
		width: 95%;
		margin: auto;
		padding-top: 30px;
		padding-bottom: 50px;
		font-size: 130%;
	}
	
	#contenido .imgsec {
		float: right;
		margin-left: 25px;
		margin-bottom: 15px;
		max-width: 300px;	
	}

	#patrocina .contpatrocina {
		width: 100%;
		margin: auto;
		margin-top: 15px;
		text-align: center;	
		padding-top: 18px;
		padding-bottom: 18px;
		background-color: #DFDFDF;
	}
	
	#nav li.gobik {
		color: #FFF;
		float: left;
		padding: 0px;
		padding-top: 1px;
		margin-right: 0px!important;
	}
	
	#nav li.gobik a img {
		display: none;
	}
	
	#nav li.gobik a {
		color: #FFF!important;
		background-color: #E30614!important;
		text-decoration:none;
		z-index: 999999999;
		display:block!important;
		float: left!important;
		padding: 4px;
		margin-left: 0px!important;
		margin-right: 0px!important;
		/*font-family: 'Abel', Arial;*/
		text-decoration: none;
		padding-left: 10px;
		padding-right: 10px;
		background-color: rgba(121, 174, 205, 0);
		-moz-transition: .4s ease-in all;
		-webkit-transition: .4s ease-in all; 
		-o-transition: .4s ease-in all;
		transition: .4s ease-in all;
	}
	
	#nav li.gobik a:hover {
	}	
	
}

@media only screen and (max-width: 800px) {
	
	
	
	/* menu principal */
	
	#nav li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	
	
	
	
	#botones_inf a .cont_boton img {
		border: none;
		margin: 0px;
		padding: 0px;
		padding-top: 4px;
	}
	
	#bthom1, #bthom4 {
		width: 60px;
	}
	
	#bthom2, #bthom3 {
		width: 80px;
	}
	
	/**************** contenido ************************/
	#contenido {
		float: none;
		clear: both;
		width: 95%;
		margin: auto;
		padding-top: 30px;
		padding-bottom: 50px;
		font-size: 120%;
	}

}


@media only screen and (max-width: 750px) {
	#nav {
		display:none;
	}
	
	#menu_principal {
		width: 100%!important;
		height: auto!important;
		margin-top: 0px!important;
		margin: auto!important;
		padding: 0px!important;
		padding-bottom: 10px!important;
		float: none;
	}

	#menuicon {
		display: block!important;
		visibility: visible!important;	
		width: 30px!important;
		height: 30px!important;		
		border: none;
		float: right;
		margin-top: 7px!important;
		margin-right: 7px!important;
	}
	
	#nav li {
		display: block;
		float: none;
		clear: both;
		width: 100%;
		text-align: left;
		padding-left: 0px;
	}
	
	#nav li:first-of-type {
		margin-left: 0px!important;
	}
	
	#nav li:last-of-type {
		margin-right: 0px!important;
	}
	
	
	
	/* drop down */

	#nav li:hover > ul {
		opacity:1;
		visibility:visible;
	}
	
	#nav ul {
		opacity:0;
		visibility:hidden;
		padding:0;
		width:175px;
		z-index: 999999999;
		top: 0px;
		left: 120px;
		position:absolute;
		background: #FFF;
		border:1px solid #CCC;
		-moz-transition:opacity .25s linear, visibility .1s linear .1s;
		-webkit-transition:opacity .25s linear, visibility .1s linear .1s;
		-o-transition:opacity .25s linear, visibility .1s linear .1s;
		transition:opacity .25s linear, visibility .1s linear .1s;
	}
	
	#nav ul.submenu li {
		float:none;
		z-index: 999999999;
		margin:0!important;
	} 
	
	#nav ul a {
		font-weight:normal;
		z-index: 999999999;
	}
	
	#nav ul ul {
		left:160px;
		top:0px;
	}	
}

@media only screen and (max-width: 730px) {
	
	#cabecera {
   		height: auto!important;
	}
	
	#cabcentral {
		font-size: 110%;
	}
	

	
	/********** sticky **********/

		.fixed {
		  position: fixed;
		  top:0; left:0;
		  width: 100%; 
		  height: 70px!important; 
		  padding-top: 0px!important;
		 }
		  
		/*.fixed #contacto_header {
			display: none;
		}*/
		
		.fixed #logo_header {
			float: left;
			margin-top: 10px!important;
			margin-left: 15px;
			font-size: 90%;
			padding: 0px;
			width: 220px!important;
		}
		
		.fixed #logo_header img {
			width: 200px!important;
		}
	/***************************/
	
	.wrapper {
	  margin-bottom: -140px!important;
	}
	.piehome,
	.push {
	  height: 140px;
	}
	
	#logos_marquee {
		max-width: 100%;
		height: 20px;
		overflow: hidden;
		background-color: #FFF;	
	}
	
	.marquee-sibling {
		height: 20px;
		float: left;
		width: 20%;
		text-align: center;	
		background-color: #000;
		z-index: 9999999999999999999999999;
	}
	
	.marquee-sibling img {
		padding-top: 2px;
	}
	
	.marquee-with-options {
		float: right;
		height: 20px;
		width: 80%;
		overflow: hidden
	}
	
	.marquee-with-options img {
		height: 20px;
		border: none;	
		padding: 0px;
		margin: 0px;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	/******************************************** contenido ****************************************/
	
	#contenido .imgsec {
		float: right;
		margin-left: 25px;
		margin-bottom: 15px;
		max-width: 200px;	
	}

	/******************* pie ************************/
	
	#pie #colpie1,
	#pie #colpie2,
	#pie #colpie3,
	#pie #colpie4 {
		width: 44%;
		float: left;
	}
}


@media only screen and (max-width: 680px) {
	#cabcentral {
		text-align: left!important;	
	}

	
	.wrapper {
	  min-height: 100%!important;
	
	  /* Equal to height of footer */
	  /* But also accounting for potential margin-bottom of last child */
	  margin-bottom: -275px!important;
	}
	.piehome,
	.push {
	  height: 275px;
	}
	
	#botones_inf {
		height: auto!important;
		background-image: none!important;
		float: none;
		clear: both;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	
	#botones_inf a.bot , div.bot {
		display: block;
		float: left;
		width: 25%;
		height: 122px;
		font-size: 130%;
		color: #FFF;
		font-weight: bold;
		-moz-transition: .4s ease-in all;
		-webkit-transition: .4s ease-in all; 
		-o-transition: .4s ease-in all;
		transition: .4s ease-in all;
		text-decoration: none;
	}
	
	
	#botones_inf div.bot a:hover {
		color: #FFF;
		text-decoration: underline;
	}
	
	#botones_inf a.bot span, #botones_inf div.bot span {
		color: #E30614;
		font-size: 80%;
	}
	
	#botones_inf .cont_boton {
		border: 1px solid #E30614;
		height: 120px;
		background-image: url(../img/70.png)!important;
	}
	
	/*******************************/
	
	#bandanegra {
		margin: auto;
		padding: 10px;
		width: 100%;
	}
	
	#bandanegra #logoneg {	
		width: 200px;
		margin-left: 20px;
		float: left;
	}
	
	#bandanegra #cont_texto {
		float: right;
		margin-right: 20px;	
	}
	
}



@media only screen and (max-width: 650px) {
	
	#popup {
		top: 0px!important;
		left: 0px!important;
		width: 100%!important;
		max-width: 100%!important;
		margin-left: 0px!important;
	}


	/*****************/
	
	
	#cabecera #logo_header {
		float:none;
		text-align:center;
		display: block;
		margin: auto;
		width: 100%!important;
		margin-top: 0px!important;
		margin-bottom: 0px!important;
		padding: 0px!important;
	}
	
	#cabecera #logo_header img {
		max-width: 95%;
	}
	
	#cabcentral {
		text-align: center!important;	
	}
	
	#menu_principal {
		width: 100%!important;
		height: auto!important;
		margin-top: 0px!important;
		margin: auto!important;
		padding: 0px!important;
		padding-bottom: 10px!important;
		float: none;
	}

	#menuicon {
		display: block!important;
		visibility: visible!important;	
		width: 30px!important;
		height: 30px!important;		
		border: none;
		float: right;
		margin-top: 7px!important;
		margin-right: 7px!important;
	}
	
	
	
	/***************************************************/
	
	.fixed {
		display: none!important;
		visible: false!important;
	}
	
	

	
}

@media only screen and (max-width: 550px) {
	
	/****** cambio_movil ********/
	#jssor_1 {
		visible: true;
	}
	
	#jssor_2 {
		visible: false;
	}
	
	#bandanegra {
		margin: auto;
		padding: 10px;
		width: 100%;
	}
	
	#bandanegra #logoneg {	
		width: 45%;
		margin-left: 5px;
		float: left;
	}
	
	#bandanegra #cont_texto {
		width: 45%;
		float: right;
		margin-right: 5px;	
	}
}

/*************************************************** Tambien móviles ****************************************************************/

@media only screen and (max-width: 450px) {
	
	.wrapper {
		 min-height: 0px!important;
		
		  /* Equal to height of footer */
		  /* But also accounting for potential margin-bottom of last child */
		  margin-bottom: -160px!important;
	}
	
	.piehome,
	.push {
	  height: 160px;
	}
		
	.piehome {
		width: 100%;
		z-index: 999999999999;
	}
	
	#bandanegra {
		display: none!important;
	}
	
	.btstore2 {
		display: block;
	}
	
	/*********/
	
	#cabcentral {
		margin: auto;
		padding: 0px;
		padding-top: 5px;
		text-align: center;
		font-size: 100%;
		font-weight: bold;
		font-style: italic;
		color: #000;
		display:none;
	}
	
	#cabecera {
		margin:0px!important;	
		margin-bottom: 0px!important;
	}
	
		
	#logo_header img {
	}
	
	#cont_idiomas {
		width: 100%;
		margin: 0px;		
	}
	
	#cont_idiomas #logosizq {
		float: left;
		margin: 0px;
		padding: 0px;
		padding-left: 10px;	
	}
	
	#cont_idiomas ul {
		float: right;	
		margin: 0px;
		padding: 0px;
		padding-right: 10px;	
	}
	
	.fixed {
		display: none!important;
		visibility: hidden!important;
	}
	
	/*********************************/
	
	#logos_marquee {
		height: 80px;
		background-color: #FFF;
	}
	
	.marquee-sibling {
		height: 40px;
		width: 100%;
		display: block;
		text-align: center;
	}
	
	.marquee-sibling img {
		width: 116px!important;
		display: inline;
		float:none;
	}
	
	.marquee-with-options {
		width: 100%;
		display: block;
		height: 40px;
		overflow: hidden
	}
	
	.marquee-with-options img {
		height: 40px;
	}
	
	/******************************************** botones inferiores *******************************************************/

	#botones_inf {
		height: auto!important;
		background-image: none!important;
		float: none;
		clear: both;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	
	#botones_inf a.bot, #botones_inf div.bot {
		display: block;
		float: left;
		width: 50%;
		height: 122px;
		font-size: 130%;
		color: #FFF;
		font-weight: bold;
		-moz-transition: .4s ease-in all;
		-webkit-transition: .4s ease-in all; 
		-o-transition: .4s ease-in all;
		transition: .4s ease-in all;
		text-decoration: none;
	}
	
	#botones_inf div.bot a span {
		color: #E30614;
		font-size: 80%;
	}
	
	#botones_inf a span {
		color: #E30614;
		font-size: 80%;
	}
	
	#botones_inf a:hover {
		background-color: #000;
	}
	
	#botones_inf .cont_boton {
		border: 1px solid #E30614;
		height: 120px;
		
	}
	
	/************************************* contenido ****************************************/

	#contenido {
		width: 98%;
		margin: auto;
		margin-top: 0px;
		font-size: 120%;
	}
	
	#contenido h1 {
		color: #CC0000;
		font-size: 180%;
		text-align: center;
		font-family: 'Quicksand', Arial;
		padding-top: 15px;
		padding-bottom: 3px;
		border-bottom: 1px solid #CCC;
		margin-bottom: 20px;
	}
	
	#contenido h2 {
		color: #000;
		font-size: 140%;
		text-align: center;
		font-family: 'Quicksand', Arial;
		padding-bottom: 3px;
		padding-top: 15px;
		margin-bottom: 15px;
	}
	
	#contenido img, #contenido .imgsec {
		float: none!important;
		width: 95%!important;
		display: block!important;
		margin: auto!important;
		margin-bottom: 15px;	
	}
	
	#contenido strong, #contenido b {
		color: #000;
	}
	
	#contenido ul, #contenido ol, #contenido p {
		line-height: 18px;
		padding: 10px;
		margin-bottom: 15px;
		text-align: justify;
	}
	
	#contenido ul, #contenido ol {
		margin-left: 15px!important;
		margin-right: 10px!important;
	}
	
	#contenido iframe {
		width: 90%!important;	
		display: block!important;
		margin: auto!important;
		margin-bottom: 10px!important;
	}
	
	#contenido a, #contenido a:link {
		color: #E30614;
		text-decoration: none;
	}
	
	#contenido a:hover {
		color: #E30614;
		text-decoration: underline;
	}
	
	#contenido table {
		margin-top: 10px;
		margin-bottom: 20px;
		width: 100%;
		border: 1px solid #999999;
	}
	
	#contenido table td {
		padding: 3px;
	}
	
	#contenido table th {
		padding: 3px;
		background-color: #EBEBEB;
		color: #333333;
	}
	
	
	/************************************* inscripciones ***********************************/
	
	.elementoinscrip {
		clear: both;
		margin-bottom: 35px;
	}
	
	
	.elementoinscrip img {
		border: none;
		max-width: 70px!important;
		margin: auto;
	}
	
	.elementoinscripul {
		border: none;
	}
	
	/************************************* formularios **************************************/
	
	
	form {
	
	}
	
	legend {
		color: #333 !important;
		padding: 10px;
		font-weight: bold;
	}
	
	
	.cajatexto {
		width: 98%;
		border: 1px solid #999999;
		color: #666666;
		font-family: Trebuchet, Arial;
		padding: 3px;
		padding-left: 7px;
		-moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
		-o-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
		box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
	}
	
	.cajatexto2 {
		border: 1px solid #CCCCCC;
		padding: 3px;
	}
	
	.cajatextarea {
		width: 98%;
		border: 1px solid #CCCCCC;
		padding: 3px;
		height: 150px;
		padding: 3px;
		padding-left: 7px;
		-moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
		-o-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
		box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
	}
	
	.etiqueta {
		display: block;
		width: 130px;
	}
	
	.cajaselect {
		width: 98%;
		border: 1px solid #CCCCCC;
	}
	
	.boton {
		width: 150px;
		border: 1px solid #333333;
		background-color: #333333;
		color: #FFFFFF;
		text-transform: uppercase;
		padding: 3px;
	}
	
	a.botonImp {
		width: 150px;
		border: 1px solid #333333;
		background-color: #333333;
		color: #FFFFFF!important;
		text-decoration: none!important;
		text-transform: uppercase;
		padding: 3px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.boton2 {
		width: 150px;
		/*border: 1px solid #70973E;
		background-color: #70973E;*/
		border: 1px solid #990000;
		background-color: #990000;
		font-weight: bold;
		color: #FFFFFF;
		text-transform: uppercase;
		padding: 3px;
	}
	
	#login, #fconsultas {
		text-align: left;
	}
	
	fieldset {
		margin-top: 10px;
		margin-bottom: 25px;
	}
	
	legend {
		font-weight: bold;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	
	/************************************* patrocinadores ***********************************/
	
	#patrocina {
		margin: auto;
		margin-top: 5px;
		text-align: center;	
		padding: 0px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	#patrocina .contpatrocina {
		width: 90%;
		padding: 10px;
	}

	#patrocina .sep {
		border-bottom: 1px solid #999999;
		margin: 10px;
	}
	
	#patrocina h3 {
		color: #333333;
		font-size: 130%;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	
	#patrocina ul {
		margin: 0px;
		margin-bottom: 5px;
		padding: 0px;
	}
	
	#patrocina ul li {
		display: inline;
		list-style: none;
	}
	
	#patrocina ul.patro1 li {
		margin-right: 10px;
	}
	
	#patrocina ul.patro1 li img {
		max-width: 40%;
		height: auto;
		margin-bottom: 10px;
	}
	
	#patrocina ul.patro1 li img.segurosbilbao {
		width: 40%;
		height: auto;
		margin-bottom: 10px;
	}
	
	#patrocina ul.patro12 li {
		margin-right: 10px!important;
	}
	
	#patrocina ul li img {
		display: inline;
		list-style: none;
		vertical-align: middle;
		border: none;
	}
	
	#patrocina ul.patro12 li img {
		width: 25%;
		height: auto;
		margin: auto;
		margin-top: 5px;
		margin-bottom: 5px;
	}


	
	/*******************/
	
	#pie #colpie1,
	#pie #colpie2,
	#pie #colpie3,
	#pie #colpie4 {
		width: 98%;!important
		height: auto!important; 
		min-height: 0px;
		margin: auto;
		display: block!important;
		float: none!important;
		text-align: center!important;
	}
	
	#pie h4, #pie ul {
		text-align: center!important;	
	}
	
	#pie ul {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 10px;
	}
	
	/********************************************************** resto estilos móviles *****************************************************************/

	.botondownload {
		display: block;
		width: 90%;
		max-width: 350px;
		text-align: center;
		padding: 15px;
		border: 1px solid #666;
		color:  #333;  	
		font-family: 'Quicksand', Arial;
		font-weight: bold;
		font-size: 120%;
		text-transform: uppercase;
		text-decoration: none!important;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		background: #fcfcfc; /* Old browsers */
		background: -moz-linear-gradient(top, #fcfcfc 0%, #e8e8e8 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #fcfcfc 0%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	}
	
	.botondownload:hover {
		background: #C00; /* Old browsers */
		color: #FFF!important;
		text-decoration: none!important;
	}
	
	
	.botondownload1 {
		display: block;
		width: 90%;
		max-width: 350px;
		text-align: center;
		padding: 15px;
		border: 1px solid #666;
		color:  #B6CA1D!important;  	
		font-family: 'Quicksand', Arial;
		font-weight: bold;
		font-size: 120%;
		text-transform: uppercase;
		text-decoration: none!important;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		background: #fcfcfc; /* Old browsers */
		background: -moz-linear-gradient(top, #fcfcfc 0%, #e8e8e8 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #fcfcfc 0%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	}
	
	.botondownload1:hover {
		background: #B6CA1D; /* Old browsers */
		color: #FFF!important;
		text-decoration: none!important;
	}
	
	.botondownload3 {
		display: block;
		width: 90%;
		max-width: 350px;
		text-align: center;
		padding: 15px;
		border: 1px solid #666;
		color: #02987B!important;  	
		font-family: 'Quicksand', Arial;
		font-weight: bold;
		font-size: 120%;
		text-transform: uppercase;
		text-decoration: none!important;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		background: #fcfcfc; /* Old browsers */
		background: -moz-linear-gradient(top, #fcfcfc 0%, #e8e8e8 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #fcfcfc 0%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	}
	
	.botondownload3:hover {
		background: #02987B; /* Old browsers */
		color: #FFF!important;
		text-decoration: none!important;
	}
}

