@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #494949;
}


.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}

a:link {
	text-decoration:none;
	color:#24459D;
}
a:visited {
	text-decoration: none;
	color:#24459D;
}
a:hover {
	text-decoration: underline;
	color:#43C2D1;
}
a:active {
	text-decoration: none;
	color:#24459D;
}


.footerTxt
{
	font-size:7pt;
	color:#FFF;
	text-decoration:none;	
}

a.footerTxt:link
{
	font-size:7pt;
	color:#FFF;
	text-decoration:underline;	
}

a.footerTxt:hover
{
	font-size:7pt;
	color:#FFF;
	text-decoration:none;
}

a.footerTxt:selected
{
	font-size:7pt;
	color:#FFF;
	text-decoration:none;
}

a.footerTxt:active
{
	font-size:7pt;
	color:#FFF;
	text-decoration:none;
}

a.footerTxt:visited
{
	font-size:7pt;
	color:#FFF;
	text-decoration:none;
}

select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #494949;
	}

h1
{
	font-size:18pt;
	font-weight:bold;
	color:#6c9ec5;
	
	background-image:url(../images/interface/h1Bullet.png);
	background-repeat:no-repeat;
	background-position:0px 13px;
	
	text-indent:12px;
}

h2
{
	font-size:14pt;
	font-weight:bold;
	color:#005e9e;
	
	text-indent:12px;
}

#pText
{
	text-align:justify;
	padding-left:12px;	
}

.pText2
{	
	width:350px;
	position:relative;
	text-align:justify;
	left:10px;	
}

.small
{
	font-size:7pt;
}
.ls
{
	background-image:url(../images/interface/lsBkg.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
	text-indent:10px;
	font-weight:bold;
	height:18px;
}

.ls2
{
	background-image:url(../images/interface/lsBkg2.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
	text-indent:15px;
	font-weight:bold;
	height:18px;
}

.listP
{

	padding-left: 10px; /*Limpieza de márgenes*/
	margin-left: 15px; /*Indentado de la lista*/
	list-style-type: none; /*Quitar estilo de viñeta*/

}


.listP li
{
	list-style-image:url(../images/interface/list.png);
	padding-left: -10px; /*Limpieza de márgenes*/
	margin-left: -10px; /*Indentado de la lista*/
	list-style-type: none; /*Quitar estilo de viñeta*/

}
#lsL
{
	padding-left:10px;
}
.imgLS
{
	margin-left:20px;
	float:right;
}
.imgRS
{
	margin-right:20px;
	float:left;
}
.tblA
{
	background-color:#c9d8e7;
	height:30px;
	margin-left:0px;
}
.pointBlue
{
	margin-left:10px;
	color:#1c5b9a;
}
#lb li
{
	list-style:url(../images/interface/pt.png);
	line-height:18px;
}

.title
{
	font-size:12pt;
	font-weight:bold;
	color:#005e9e;
	
	text-indent:12px;
}

.titleTable
{
	font-size:12pt;
	font-weight:bold;
	color:#005e9e;
}

.cl a:link {
	text-decoration:underline;
	color:#4A4A4A;
}
.cl a:visited {
	text-decoration: underline;
	color:#4A4A4A;
}
.cl a:hover {
	text-decoration: underline;
	color:#43C2D1;
}
.cl a:active {
	text-decoration: underline;
	color:#4A4A4A;
}

.white
{
	color:#FFF;
}

.watermarked {
	color:gray;
}	
