@charset "iso-8859-1" ;

@font-face{
	font-family: "Matura MT Script Capitals";
	src: url("MATURASC.TTF") format("truetype");
}
@font-face{
	font-family: windings;
	src: url("wingding_1.ttf") format("truetype");
	
}
@font-face{
	font-family: "Antique Olive Std Compact";
	font-language-override: "ESP";
	src: url("AntiqueOliveStd-Compact.otf") format("opentype");
}

@font-face{
	font-family: "Antique Olive Std Roman";
	font-language-override: "ESP";
	src: url("AntiqueOliveStd-Roman.otf") format("opentype");
}

@font-face{
	font-family: "AmerType Md BT";
	src: url("amertypewriteritcbybt-medium-webfont.ttf") format("truetype");
}

@font-face{
	font-family: "AmerType Md BT Bold";
	src: url("amertypewriteritcbybt-bold-webfont.ttf") format("truetype");
}

@font-face{
	font-family: "EngrvrsOldEng Bd BT";
	src: url("EngraversOldEnglishBT-Bold.ttf") format("truetype");
}

@font-face{
	font-family: "Matura MT Script Capitals";
	src: url("maturasc.ttf") format("truetype");
}

@font-face{
	font-family: "Monotype Corsiva";
	src: url("mtcorsva.ttf") format("truetype");
}
@font-face{
	font-family: "Monotype Corsiva";
	src: url("MTCORSVA.TTF") format("truetype");
}


@font-face{
	font-family: "EngrvrsOldEng BT";
	src: url("engraversoldenglishbt-regular.ttf") format("truetype");
}

@font-face{
	font-family: "EngrvrsOldEng Bd BT";
	src: url("engraversoldenglishbt-bold.ttf") format("truetype");
}

@font-face{ 
	font-family: "Wingdings 2";
	src:url("WINGDNG2.TTF") format("truetype");
}
#contenedor_principal{
	width:800px;
	height:auto;
	
}
table, tbody, tr, td{
/*	vertical-align: top; */
}
.cabecera{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-flow: nowrap;
	align-items: center;
	background-size: auto;
	background-repeat: no-repeat;
	background-image:url(../Cabecera.jpg);
	width: 594px;
	height: 111px;
	font-family: 'Antique Olive Std Compact';
	text-decoration: none;
	font-size: 40px;
	color: #FFFAF0;
	text-shadow: 2px 2px black;
	line-height: 110px;
}
.titulo_actividad{
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00F ;
	font-weight: bold;
	background-image: url(../Imagenes/slide0001_image027.jpg);
	background-repeat:repeat;
	width: 100%;
	height: 21px;
	line-height: 20px;
	border:2px;
	border-color: #999999;
	border-style: double;
	justify-content: left;
	align-content: center;
	align-items: center;
	box-sizing:border-box;

}
.titulo_actividad::before{
	content: url('../Imagenes/BotonRojo.gif');
  	display: inline-block;
	width: 10px;
  	height: 10px;
  	margin-right: 5px;
	margin-left: 5px;

}