﻿body {
	text-align: center;
	margin: 0 auto;
	max-width: 1200px;
}
#DivReco {
	width: 100%;
	border: 1px solid #808080;
	border-radius: 6px;
	margin-top: 10px;
	background-color: #CCCCCC;
}
.TexReco {
	text-align: left;
	color: brown;
	font-size: 18px;
	margin: 5px 5px;
}
#Titulares {
	height: 89.5em;
}
.scrolling-wrapper {
	width: auto;
    display: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}
.card {
    flex: 0 0 auto;
    max-height: 320px;
    scroll-snap-align: center;
    width:calc(100% - 15px);
    padding-right: 10px;
}
.card img {
	max-height: 290px;
}
.pfotos {
	display: none;
}
*::-webkit-scrollbar-track {
  background: white;
}

*::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 0px;
  border: none;
}
#Calendar {
	width:800px;
}
#BoxNormas {
	width: 100%;
	border: 1px green solid;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 2px #CCCCCC;
}
#Normas {
	color: red;
	text-decoration: none;
	font-weight: bold;
}
#Normas:hover {
	text-decoration:underline;
}
.ocultar, .ver {
	font-size: 20px;
	color: white;
	text-decoration: none;
	margin: 10px 5px 10px 8px;
	background-color: #0066FF;
	padding: 8px;
	border: 1px white solid;
	border-radius: 12px;
	float: left;
}
.ocultar:hover {
	text-decoration: underline;
}
.ver:hover {
	text-decoration: underline;
}
.detalles,
.ver,
.ocultar:target {
  display: none;
}
.ocultar:target + .ver,
.ocultar:target ~ .detalles {
  display: block;
}
.ocultar2, .ver2 {
	font-size: 1.1em;
	font-weight: bold;
	color: black;
	background-color: #DBDBDB;
	text-decoration: none;
	padding: 7px;
	border: 1px #DBDBDB solid;
	margin: 10px 5px 10px 8px;
	border-radius: 8px;
	float: left;
}
.ocultar2:hover {
	text-decoration: underline;
}
.ver2:hover {
	text-decoration: underline;
}
.detalles2,
.ver2,
.ocultar2:target {
  display: none;
}
.ocultar2:target + .ver2,
.ocultar2:target ~ .detalles2 {
  display: block;
}
h2, h3 {
	color: #339933;
}
.volv {
	background-color: #CCCCCC;
	font-family:"Comic Sans MS";
	font-size: 18px;
	padding: 8px;
	text-decoration: none;
	border:1px #999999 solid;
	border-radius: 7px;
}
#idioma {
	width:100%;
	height:auto;
	text-align:center;
}
#idioma td {
	min-width: 80px;
	text-align: center;
	display: inline-block;
	height: 35px;
}
#idioma img {
	border: none;
	border-radius:5px;
}
#cuerpo {
	width: 100%;
	height: auto;
}
#cuerpo h1 {
	margin-left: 5px;
}
#cuerpo h3 {
	text-align: center;
}
#cuerpo p {
	font-size: 18px;
}
#medico {
	width: auto;
	border: 1px black solid;
	text-align: center;
	padding: 0 10px;
}
.resalta {
	background-color: #DADADA;
	color: blue;
}
strong {
	font-weight: bold;
}
#trivia {
	width: 100%;
	height: auto;
	border: 1px #009933 solid;
	border-radius: 5px;
	margin-top: 10px;
	background-color:#CCCCCC;
	cursor:pointer;
}
#trivia p {
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left
}
#PiePagina {
	width: 100%;
	height: auto;
}
#Inferior {
	width: 100%;
	border: none;
	height: 140px;
}

@media screen and (max-width: 600px) {
	#Calendar {
		width:100%;}
}
@media screen and (max-width: 600px) {
	.pfotos {
		display: block;}
	.scrolling-wrapper {
		display: flex;}
	#Fotos {
		display:none;}
}
@media screen and (max-width: 550px) {
	#Inferior {
		height: 210px;}
}

