/* un # es un id = y un punto (.) es una class */

a:link {
    color: red;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: blue;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: green;
    background-color: transparent;
    text-decoration: underline;
}
h1 {
    line-height: 94%;
    letter-spacing: -1px;
    font-weight: bold;
    margin: 0;
   	padding: 0;
    font-size: 26px;
}
h1.dotted {
    border-bottom: 1px dotted #aaa;
}
h1.right-aligned {
    text-align: right;
    padding-right: 8px;
    margin: 32px 16px 0 0;
}
h1 a:hover, h2 a:hover {
    text-decoration: none;
}
h1#page-title {
    margin: 0 0 0 0px;
}
h2 {
    border-bottom: 1px dotted #ccc;
    line-height: 94%;
    font-size: 22px;
    margin: 12px 6px;
    font-weight: bold;
}
h3 {
    margin: 10px 0;
    font-size: 15px;
    font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a {
    text-decoration: none;
}

h4{ 
/*UTILISEE*/
  color: maroon;
  font-size: 26px;
  font-family: arial, helvetica, sans-serif;
}

h5{
  color: #800080;
  font-style:bold;
  font-size: 16px;
  font-family: arial, helvetica, sans-serif;
}

h6{
  color: blue;
  font-style: italic;
  font-size: 13px;
  font-family: arial, helvetica, sans-serif;
}

h7{
  /*color: #00ff00;*/
  font-size: 18px;
  font-style:bold;
  font-family: arial, helvetica, sans-serif;
}

h8{
  text-align:center;
  color: #006633;
  font-size: 25px;
  font-style:bold;
  font-family: arial, helvetica, sans-serif;
}
h9{
  text-align:center;
  color:red;
  font-size: 13px;
  font-family: arial, helvetica, sans-serif;
}

h10 {
  /*text-align:center;
  color:#text-align:center;*/
  color:#9B0E14;
  font-size: 14px;
  /*font-style:bold;*/
  font-family: arial, helvetica, sans-serif;
}
h11 {
  text-align:center;
  color:#text-align:center;
  color:black;
  font-size: 13px;
  font-family:arial, helvetica, sans-serif;
}

/* le body  con max width y ?? */
body {
	background-color: #FFEBCD;
    background-image: linear-gradient(center top , #FFEBCD 0%, #FFEBCD 50%, #FFFFF0 100%);
    background-image: -o-linear-gradient(center top , #FFEBCD 0%, #FFEBCD 50%, #FFFFF0 100%);
    background-image: -moz-linear-gradient(center top , #FFEBCD 0%, #FFEBCD 50%, #FFFFF0 100%);
    background-image: -webkit-linear-gradient(center top , #FFEBCD 0%, #FFEBCD 50%, #FFFFF0 100%);
    background-image: -ms-linear-gradient(center top , #FFEBCD 0%, #FFEBCD 50%, #FFFFF0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFEBCD), color-stop(0.5, #FFFFF0), color-stop(1, #FFFFF0));
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
}
section {
  /*float: left;
  position:relative;*/
  margin-top:20px;
 /* width: 900px;*/
}
#contenido {
	width:90%;
	margin:auto;
	/*text-align:center;*/
}
#cajon {
	display: flex;
	margin:auto;
	width:930px;
}

#der {
	width:700px;   /* agregamos 30 px mas 770 + 5 + 255 = 960 en vez de 930*/
	float:right;
	display:flex;
	flex-direction:column;
}

#izq {
	width:255px;
	float:left;
	padding-top:10px;
	padding-right:5px;
}
.izq-fixed-left
/*#menu {
	/*position:absolute; 
	margin:auto;
	top:5px; 
	width:930px; 
	height:40px; 
	z-index:200;
	font-size:120%;
	/*padding:10px;
	text-decoration:none;
}*/
#logos {
	display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    -webkit-justify-content: space-around; /* Safari 6.1+ */
    display: flex;
	flex-wrap: nowrap;
    justify-content: space-around;
	/*display: -webkit-flex; /* Safari */
    /*-webkit-align-items: center; /* Safari 7.0+ */
    /*display: flex;
    /*align-items: center;
	display: flex;
	flex-wrap: nowrap;
    justify-content: space-around;*/
	width:670px;
	padding-top:10px;
	padding-bottom:20px;
}
img { 
    display: inline-block;
	margin-right : 10px  /* pour que les images aient une marge de 25px a gauche NE MARCHE PAS*/
	padding-left: 10px;   /* pour que les images aient une marge de 25px a gauche NE MARCHE PAS*/
	object-fit: scale-down;
}
hr {
       display: block;
       position: relative;
       padding: 0;
       margin: 8px auto;
	   width: 70%;
	   border-top: 1px solid red;
    }
footer {
	margin-top:20px;
	float:center;
	width:960px;  /* se corrige + 30 a 960 */
	text-align:center;
	color:#text-align:center;
    color:#DB7093;
    font-size: 13px;
	margin-top: red;
	/*background-color:#f4dbee;*/
}
section {
  float: left;
  position:relative;
  margin-top:0px;
  width: 960px;   /* idem */
}

/* pour remplacer celui d'Alex*/
.clearfix {
    overflow: auto;
} 
.blanco {
	background-color:#f6f6f6;
	margin:auto;
	padding-top:20px;
}
table {
text-align:center;
width:700px;  /* pasamos a 700 */
margin-left:auto;
border-collapse: collapse;
border: 2px solid red;
background-color: white;
padding:40px 5px 25px 50px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
}

tr {
	flex-direction:row;
	justify-content:center;
	width:"100%"
	padding: 15px;
    height: 20px;
	border-bottom: 1px solid red;
    vertical-align: center;
	margin:30px;
}
td {
	align:center;
	width:"100%"
	padding: 15px;
    height: 20px;
	/*border-bottom: 1px solid blue;*/
    vertical-align: center;
	margin:30px;
}
tr:hover{background-color:#FFCC99}  /* donne la couleur du hover ??? crois que non */

#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top:15px;
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid red;
    padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #FFCC99;}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #FFCC99;
    color: white;
}
.ventana { /*ver de sacar el color en la ventana y dejarlo en en titulo+subtitulo a ver que pasa */
	width:410px;
	height:260px;
	background-color: #FFEBCD;
    background-image: linear-gradient(center top , #FFEBCD 0%, #FFEBCD 50%, #FFFFF0 100%);
    background-image: -o-linear-gradient(center top , #FFEBCD 0%, #FFEBCD 50%, #FFFFF0 100%);
    background-image: -moz-linear-gradient(center top , #FFEBCD 0%, #FFEBCD 50%, #FFFFF0 100%);
    background-image: -webkit-linear-gradient(center top , #FFEBCD 0%, #FFEBCD 50%, #FFFFF0 100%);
    background-image: -ms-linear-gradient(center top , #FFEBCD 0%, #FFEBCD 50%, #FFFFF0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFEBCD), color-stop(0.5, #FFFFF0), color-stop(1, #FFFFF0));
	background-color: #FFFFFF;
    color: 8b0000;   
	/*background: linear-gradient(#9B0E14, #ffffff)fixed;*/
	border-style: solid;
    border-width:2px;
	border-color: #deb887;
	border-radius: 3px 3px 0 0; /* In accordance with the rounding of the default infowindow corners. */
}
.gral { /*ver de sacar el color en la ventana y dejarlo en en titulo+subtitulo a ver que pasa */
	width:150px;
	height:110px;
	background-color: #FFEBCD;
    background-image: linear-gradient(center top , #FFEBCD 0%, #FFEBCD 50%, #FFFFF0 100%);
    background-image: -o-linear-gradient(center top , #FFEBCD 0%, #FFEBCD 50%, #FFFFF0 100%);
    background-image: -moz-linear-gradient(center top , #FFEBCD 0%, #FFEBCD 50%, #FFFFF0 100%);
    background-image: -webkit-linear-gradient(center top , #FFEBCD 0%, #FFEBCD 50%, #FFFFF0 100%);
    background-image: -ms-linear-gradient(center top , #FFEBCD 0%, #FFEBCD 50%, #FFFFF0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFEBCD), color-stop(0.5, #FFFFF0), color-stop(1, #FFFFF0));
	background-color: #FFFFFF;
    color: 8b0000;   
	/*background: linear-gradient(#9B0E14, #ffffff)fixed;*/
	border-style: solid;
    border-width:2px;
	border-color: #deb887;
	border-radius: 3px 3px 0 0; /* In accordance with the rounding of the default infowindow corners. */
}


.titulo {
   font-family:'Open Sans Condensed', sans-serif;
   font-size: 20px;
   /*font-weight: 400;*/
   text-align:center;
   border-style:solid;
   border-color:#deb887;
   margin:0px;
   background-color: #deb887;
   color: 8b0000;   
   max-height:90px;  
}

.club {
   font-family:'Open Sans Condensed', sans-serif;
   font-size: 14px;
   /*font-weight: 400;*/
   text-align:center;
   border-style:solid;
   border-color:#deb887;
   margin:0px;
   background-color: #deb887;
   color: 8b0000;   
   max-height:40px;  
}

.subtitulo {
   font-family:'Open Sans Condensed', sans-serif;
   font-size: 18px;
   font-weight: 300;
   text-align:center;
   border-style:solid;
   border-color:#deb887;
   margin:0px;
   background-color: #deb887;
   color: 8b0000;   
   max-height:90px;  
}

.sub {
   font-family:'Open Sans Condensed', sans-serif;
   font-size: 14px;
   font-weight: 300;
   text-align:center;
   border-style:solid;
   border-color:#deb887;
   margin:0px;
   background-color: #deb887;
   color: 8b0000;   
   max-height:90px;  
}

/* foto, contenedor general que incluira los comportamientos de la imagen y del texto */
.foto {
  display: flex;  
  flex-flow: row;
  /*font-weight: bold;*/
  text-align: center;
  padding:3px;
  margin:auto;
}

/* imagen, para el comportamiento de las imagenes */
.imagen {
   /*background: hotpink;*/
   max-width: 100%;
   height: auto;
   width : auto;
   padding:3px;
}
/* texto, para el comportamiento del texto dentro de foto y respeto a la imagen */
.texto {
  flex: auto;
  margin: auto;
  font-weight:13px;
  padding:5px;
}
.escrito {
	margin-left: 5px;
    margin-right: 5px;
	text-aling:left;
    width: 400px; /* largeur obligatoire pour être centré */
	font-weight:13px;
	/*margin:auto;*/
	padding:3px;
}
.write {
	margin-left: 2px;
    margin-right: 2px;
	text-aling:left;
    width: 120px; /* largeur obligatoire pour être centré */
	font-weight:10px;
	/*margin:auto;*/
	padding:3px;
}
.miniaturas {
	display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    -webkit-justify-content: space-around; /* Safari 6.1+ */
    display: flex;
	flex-wrap: nowrap;
    justify-content: space-around;
	/*background-color: #fde5be;
	border-style:solid;
    border-color:#FF0000;*/
	vertical-align: middle;
	/*min-width:200px;
	max-height:250px;*/
	margin:auto; /* los margins sont arriba derecha abajo izquierda */
}

.infobas {
	display: flex;
	/*Justify-content: space-between 30px;*/
	list-style-type: none;
	background-color: #fde5be;
	min-width:500px;
	height:180px;
	margin:0px 3px 0px 3px; /* los margins sont arriba derecha abajo izquierda */
    list-style-type: none;
    padding: 0;
}
}

.intro { 
    background-color: brown;
	line-height: 94%;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 10px;
    font-size: 26px;
	color: #ffffff;
} 

.vertical-menu {
    width: 200px;
	height:250px;
	margin-top:20px;
	padding: 20px;
	text-align:center;
}

.vertical-menu a {
    background-color: #fffff0;
	border-radius: 15px;
    color: blue;
	font-weight:bold;
    display: block;
    padding: 12px;
    text-decoration: none;
}

.vertical-menu a:hover {
    background-color: #FFCC99;
	font-weight: bold;
	font-size:18px;
	color: red;
}

.vertical-menu a.active {
    background-color: #993300;
    color: white;
	font-weight: bold;
	font-size: 26px;
}

ul.demo {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
@keyframes blink {  
  0% { color: red; }
  100% { color: black; }
}
@-webkit-keyframes blink {
  0% { color: red; }
  100% { color: black; }
}
.blink {
  -webkit-animation: blink 1s linear infinite;
  -moz-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
} 
/*.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}*/
/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}