
@font-face {
	font-family: 'fontPeugnet';
	src: url('avgardn-webfont.eot');
	src: url('avgardn-webfont.eot?#iefix') format('embedded-opentype'),
		 url('avgardn-webfont.woff') format('woff'),
		 url('avgardn-webfont.ttf') format('truetype'),
		 url('avgardn-webfont.svg#avantgarde_bk_btbook') format('svg');
	font-style: normal;
}

@font-face {
	font-family: 'fontPeugnetMed';
	src: url('avgardm-webfont.eot');
	src: url('avgardm-webfont.eot?#iefix') format('embedded-opentype'),
		 url('avgardm-webfont.woff') format('woff'),
		 url('avgardm-webfont.ttf') format('truetype'),
		 url('avgardm-webfont.svg#avantgarde_md_btmedium') format('svg');
	font-style: normal;
}


	body {
		font-family: fontPeugnet, Helvetica, Tahoma;
		font-size: 10pt;
		color: #CCC;
		background-color: #dacdbf;
		/*background: url(fondo-home.jpg);*/
		background-position: center top;
		margin: 0;
		padding: 0;
	}
	
	table
	{
		margin: 0;
		padding-left: 0;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	
	td
	{
		margin: 0;
		padding-left: 0;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
	}

	li { 
		font-size: 12pt;
		letter-spacing: 1px;
		color: #541301;
		line-height: 1.8; 
	}

a { font-family: fontPeugnetMed, Helvetica, Tahoma;
  text-decoration: none;
  font-size: 14pt;
  /*font-weight: bold;*/
  color: #541301;
  }
  a:link { color: #541301; }
  a:visited { color: #541301; }
  a:hover { color: #B33; }
  a:active { color: #B33; }


	.ligaIzq { font-family: fontPeugnet, Helvetica, Tahoma;
		text-decoration: none;
		font-size: 12pt;
		letter-spacing: 2px;
		font-weight: normal;
		color: #f0e7dd;
  	}
	.ligaIzq:link { color: #f0e7dd; }
	.ligaIzq:visited { color: #f0e7dd; }
	.ligaIzq:hover { color: #FF9; }
	.ligaIzq:active { color: #FF9; }


	.transparente {
		opacity: 0.0; 
		filter: alpha(opacity=0);
		-khtml-opacity: 0; 
		-moz-opacity: 0;
		zoom: 1;
	}

	.celdaBarra
	{
		border-right: 3px solid #777;  /*#d4ae73;*/
	}

	.celdaIzquierda
	{
		text-align: right;
		padding-right: 30px;
		background-color: #541301;		/* 832a0a 6e2309 */
		border-right: 10px solid white;  /*#d4ae73;*/
		/*box-shadow: 8px 8px 8px 2px #000;*/
		/*border: solid 1px #900;*/
	}

	.celdaDerecha
	{
		text-align: left;
		padding-left: 20px;
		color: #984620;		/* casi sienna */
		background-color: #dacdbf;	/* d4c6b4 ddd1bb Linen  d0c0ad */
		/*border: none;*/
		/*border: solid 1px #08F;*/
	}

	.Imagen {
		opacity: 0.8;
	}
	.Imagen:hover {
		opacity: 1;
	}

	
	.imgGP {
		width: 200px;
		height: 200px;
	}
	.imgGP:hover {
		width: 200px;
	}

	.qr {
		width: 100px;
		height: 100px;
	}
	.qr:hover {
		width: 200px;
		height: 200px;
	}

	
  .TxtTitulo { font-family: fontPeugnetMed, Helvetica;
	font-size: 16pt;
	font-weight: lighter;
	letter-spacing: 2px;
	color: #dacdbf;
	}

  .TxtSubtitulo { font-family: fontPeugnetMed, Helvetica;
	font-size: 14pt;
	letter-spacing: 1px;
	line-height: 1.2;
	color: #541301;			/* 66240d  Sienna=A0522D*/
	}
	
  .TxtSubtitulo2 { font-family: fontPeugnetMed, Helvetica;
	font-size: 14pt;
	letter-spacing: 1px;
	color: White;
	}

  .TxtEncabezado { font-family: fontPeugnetMed, Helvetica;
	font-size: 14pt;
	color: #984620;
	}
	
	.TxtNormalIzq
  	{ font-family: fontPeugnet, Helvetica;
	font-size: 12pt;
	letter-spacing: 2px;
	line-height: 1.5;
	color: #f0e7dd;
	}

  .TxtNormal { font-family: fontPeugnet, Helvetica;
	font-size: 12pt;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #541301;
	}

  .TxtChico { font-family: fontPeugnet, Helvetica;
	font-size: 12pt;
	color: #984620;
	}

	.CuadroPersiana
	{
		font-family: fontPeugnet, Helvetica;
		text-align: justify;
		
		border: solid 0px #a99180;
		width: 570px;
		height: 20px;
		margin-left: 0px;
		padding-left: 16px;
		padding-top: 2px;
		padding-right: 16px;
		padding-bottom: 16px;
		overflow: hidden;
		-webkit-transition: height .5s ease-in-out;
		-moz-transition: height .5s ease-in-out;
		-o-transition: height .5s ease-in-out;
		-ms-transition: height .5s ease-in-out;
		transition: height .5s ease-in-out;
	}
	
	.CuadroPersiana:hover
	{
		/*width: 660px;*/
		height: 570px;
		color: #FFF;
		background-color: #9e8573; /* cdbeae d1c3b3 cbb9a5 a99180 */
		box-shadow: 14px 14px 22px #927967; /* bfaa94 a98e71 705948 927967*/
	}
