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

html,body{
	margin:0px;
	padding:0px;
	height:100%;
	border:none;
	
}

div.fotosEvento{
  display: block;
  float:left;
  padding-right: 10px;
  padding-top: 10px;
}

div.header{
	margin:10px;
	border-radius: 15px;
	background-color:#85a6dd;
}

div.cuerpo{
	margin:10px;
	border-radius: 15px;
	background-color:#85a6dd;
}

a.subtitulo{
	color: #322880;/*8EC310*/
	font-family:"Arial Narrow";
	font-size:20px;
	font-weight:bold;
}

a.link{
	color: #03C;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}

body.bg{
	/*background-color:#3dc0b8;*/
	background-repeat:no-repeat;
	background-position:top center;
	background-image:url(imagenes/fondoBlanco.png);
	background-size: 100% 700px;
	
	/*background:url(imagenes/onditas.jpg);*/
}

table.principal{
	/*background-color:#85a6dd;*/
	width:820px;
}

/*td.actividad{
	background-color:#B5C4C4;
	color: #b300b4;
	font-family:"Tekton Pro";
	font-size:30px;
	font-weight:bold;
	width:220px;
	height:200px;
	text-align:center;
}
td.actividad:hover{
	cursor:pointer;
}*/
td.actividad{
	width:220px;
	height:250px;
	cursor:pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background:#FFF;
	text-align:center;
}
td.actividad:hover{
	cursor:pointer;
}

td.tarjeta{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background:#FFF;
	padding:5px;
}

div { margin: auto; }

.card-container {
  cursor: pointer;
  perspective: 600;
  position: relative;
  width:200px;
  height:200px;
}
.card {
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card:hover {
  transform: rotateY(180deg);
}
.card .side {
	backface-visibility: hidden;
	border-radius: 15px;
	height: 100%;
	position: absolute;
	overflow: hidden;
	width: 100%;
	
}
.card .back {
	background: #eaeaed;
	color: #0087cc;
	/*line-height: 200px;*/
	text-align: center;
	transform: rotateY(180deg);
	font-size:30px;
	font-weight:bold;
	/*vertical-align:middle;*/
	
}

.divtext {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;      
}

td.fotoActividad{
	width:220px;
	height:200px;
}

div.tituloActividad{
	color: #b300b4;
	font-family:"Tekton Pro";
	font-size:30px;
	font-weight:bold;
	text-align:center;
	
}
td.btnBar{
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	background-image:url(imagenes/bar-black2.gif);
	border-radius: 15px;
	box-shadow: 0 5px 0 #000000;
	transition: all .1s linear;
}
td.btnBar:hover{
	cursor:pointer;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	background-image:url(imagenes/bar-green2.gif);
	border-radius: 15px;
	box-shadow: 0 5px 0 #000000;
	transition: all .1s linear;
}
td.btnBar:active {
  box-shadow: 0 2px 0 #000000;
  transform: translateY(3px);
}

.manita{
	cursor:pointer;
}
td.top{
	color: #000000;/*8EC310, b300b4 */
	font-family:"aharoni";/*Tekton Pro*/
	font-size:30px;
	/*font-weight:bold;*/
}

td.subtitulo{
	color: #b300b4;
	font-family:"aharoni";
	font-size:30px;
}

td.pie{
	font-size:12px;
	font-weight:bold;
}

td.instalacion{
	color:#666;
	font-size:20px;
	font-weight:bold;
}

td.instalacion:hover{
	cursor:pointer;
	color:#000;
	font-size:20px;
	font-weight:bold;
}

td.instalacionActiva{
	text-decoration: underline;
	color:#000;
	font-size:20px;
	font-weight:bold;
}

td.texto{
	color:#000;
	font-size:20px;
	font-weight:bold;
	font-family:"Arial Narrow";
	text-align:justify;
}

td.textonoj{
	color:#000;
	font-size:24px;
	font-weight:bold;
	font-family:"Arial Narrow";
}

td.tituloInfo{
	color:#666;
	font-size:20px;
	font-weight:bold;
	font-family:"Arial Narrow";
}



.wrapper {
	position: relative;
	max-width: 840px;
	width: 80%;
	padding: 0 50px;
	margin: 0 auto;
}