@charset "UTF-8";
/* CSS Document */

body{
	margin: 40px auto;
	padding: 0;
	border: 0;
	max-width: 60em; /*960 / 16 = 60 */
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #000000;
	background-image:url(img/background-sugerencias.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
h1, h2 {
	text-align: center;
	margin: 2em auto 1em; /* 40 / 960 = .04166667 */  
	display: block;
	width:35%;
	font-size: 2em; /* valores anteriores actualmente no en uso 26 / 16 = 1.625 */
}

table {
	margin: 0 auto 0;	
	width: 100%;
}
td {
	width: 82%; /*790 / 960 = .82291667 */
	font-size: 1.2em; /*16 / 16 = 1 */
	margin: .5% 0 0;
	text-align: left;
	float: left;
	/*background-color: #E56C6E;*/
}

/* nav stiles */

nav ul {
	display:grid;
	grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
	list-style: none;
	padding: 10px;
}
nav ul li {
	
	text-align:center;
	margin:10px 0 0;
	padding:0 10px;
	
}



/* design with flex   .........
nav ul {
	list-style: none;
	margin:25px 0 0;
	padding:0;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-evenly;
	/*background-color:rgba(255,255,255,0.10);
}
nav ul li {
	
	text-align:center;
	margin:10px 0 0;
	padding:0 10px;
	
}

*/

nav ul li:hover {background-color: #67598E; font-style:italic;}
nav ul li a {
	color:#FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding: .10% 5%;
}
nav ul li a:visited {color: #fff; font-weight:700;}
nav ul li a:hover {color: #4FFDCC;}



.ity {
	font-style: italic;
	
}

.logo-header {
	display: block;
	margin:0 auto;
	width: 50%;
}

.titulos-sec {
	width:100%;
	margin:0 auto;
	background-image:url(img/plecas.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.costo {
	width: 15%; /*170 / 960 = .17708333 */
	float: right;
	text-align: center;
	font-weight: 700;
}
.legales-vinos {
	width:50%;
}
.legales-vinos p {
	font-weight:bold;
	color:#888888;
}

/*enlace top */

.top {
	display:block;
	background-image: url(img/flecha.svg);
	background-repeat: no-repeat;
	background-position: center;
	opacity:.4;
	width:40px;
	height:40px;
	margin:30px auto 0;
}

.top:hover {
	background-image:url(img/flecha-over.svg);
	background-repeat: no-repeat;
	background-position: center;
	opacity:1;
}


.top a {
	color:#fff;
	text-decoration:none;
}


	