/* Hoja de estilos aplicable a la plantilla principal */

@media screen {
   body {
	font: 10pt/12pt verdana, arial, sans-serif;
	color: #000000;
	padding:0px;
	margin:0px;
	background-color:#E9E9E9;
   }

   TD.cabecera {
      font: 16pt/16pt verdana, arial, sans-serif;
      color: #EAEA80;
      background-color: #95DE1F;
      vertical-align: bottom;
   }

   TD.lateral {
      background-color: #4AA203;
      vertical-align: top;
   }

}
@media print {
   body {
      font: 11pt/14pt verdana, arial, sans-serif;
      margin: 0;
      color: #000000;
      background-color: #FFFFFF;
   }

   TD.cabecera {
      font: 16pt/16pt verdana, arial, sans-serif;
      color: #0000FF;
      background-color: #FFFFFF;
      vertical-align: bottom;
   }

   TD.lateral {
      display: none;	/* para que no salga por impresora */
      background-color: #C0C0C0;
      vertical-align: top;
   }

}



.titulo {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px; 
	}

.copy {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.lopd {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #C0C0C0;
	text-decoration: none;
}

.link {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 10px;
	color: #DBDBDB;
	text-decoration: none;
}

.text_1 {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 12px;
	color: #333333;
}
.text_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #727272;
	text-align: justify;
}

.texto_1 {
	font-family: Verdana, Tahoma;
	font-size: 13px;
	font-weight: bold;
	line-height: 12px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
}
.texto_2 {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	text-align: left;
}
.texto_3 {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	text-align: center;
}

.direccion {
	font-family: Verdana, Tahoma;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}



.texto_separado	{
	margin-bottom: 0px;
	margin-top: 6px;
	}
a.enlace01:link	{
	font: 11pt Verdana, arial, sans-serif;
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	}
a.enlace01:visited	{
	font: 11pt Verdana, arial, sans-serif;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	}
a.enlace01:hover	{
	font: 11pt Verdana, arial, sans-serif;
	color: #FFAA00;
	text-decoration: underline;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	}

a.enlace02:link	{
	font-size: 10pt;
	color: #0000FF;
	text-decoration: none;
	font-weight: normal;
	}
a.enlace02:hover	{
	color: #FFAA00;
	text-decoration: underline;
	font-weight: bold;
	}
a.enlace02:visited	{
	color: #0000FF;
	text-decoration: none;
	font-weight: normal;
	}



/* -------------------------- */
/* inicio estilos para POSTit */
/* -------------------------- */
.post-it_titulo	{
	font: 14pt Verdana, Arial;
	color: #008000;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0px;
	text-align: center;
	}
.post-it_apartado	{
	font: 12pt Verdana, Arial;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 6px;
	font-variant: small-caps;
	text-align: center;
	}
.post-it_txt	{
	font: 8pt Verdana, Arial;
	color: #000000;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	}
a.post-it_enlace:link	{
	font: 8pt Verdana, Arial;
	color: #4AA203;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	}
a.post-it_enlace:visited	{
	font: 8pt Verdana, Arial;
	color: #7C16E4;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	}
a.post-it_enlace:hover	{
	font: 8pt Verdana, Arial;
	color: #FF0000;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	}

/* -------------------------- */
/*    fin estilos para POSTit */
/* -------------------------- */

p.lssi	{
	font: 8pt Verdana, Arial, Sans-Serif;
	color: #A0A0A0;
	text-align: center;
	margin-top: 10px;
	}

H1	{
	font-size: 30px;
	font-family: Trebuchet, Trebuchet MS, Verdana;
	font-weight: bolder;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
	}

