<?php if(extension_loaded('zlib')){ob_start('ob_gzhandler');} header("Content-type: text/css"); ?>

@charset "utf-8";
/* CSS Document */

body{
	font-family:tahoma, arial, verdana, "sans serif";
	font-size:13px;
	/*line-height:18px;*/
}

a.commonLink:link{
	font-weight:bold;
	color:#333;
}

a.commonLink:visited{
	font-weight:bold;
	color:#333;
}

a.commonLink:hover{
	font-weight:bold;
	color:#cb0b17;
}



a.auxiliarLink:link{
	font-weight:normal;
	color:#333;
}

a.auxiliarLink:visited{
	font-weight:normal;
	color:#333;
}

<?php if(extension_loaded('zlib')){ob_end_flush();}?>
a.auxiliarLink:hover{
	font-weight:normal;
	color:#cb0b17;
}



a.conclusionLink:link{
	font-weight:bold;
	color:#333;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}

a.conclusionLink:visited{
	font-weight:bold;
	color:#333;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}

a.conclusionLink:hover{
	font-weight:bold;
	color:#cb0b17;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}



a.externalLink:link{
	font-weight:bold;
	color:#333;
	background-image:url(../images/externalLinkImg.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}

a.externalLink:visited{
	font-weight:bold;
	color:#333;
	background-image:url(../images/externalLinkImg.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}

a.externalLink:hover{
	font-weight:bold;
	color:#cb0b17;
	background-image:url(../images/externalLinkImg.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}

.w100{
	width:100%;
}

.clearBoth{
	clear:both;
}

.floatL{
	float:left;
	clear:none;
}

.floatR{
	float:right;
	clear:none;
}

.note{
	font-size:11px;
	line-height:16px;
	color:#999;
}

.ladillo{
	border-top:10px solid #f1f1f1;
	border-bottom:10px solid #f1f1f1;
	font-size:17px;
	line-height:24px;
	color:#999;
	width:200px;
	margin-right:10px;
}

.entradilla{
	font-size:17px;
	line-height:24px;
	color:#333;
}

.grayBkg{
	background-color:#f1f1f1;
	border:1px solid #ccc;
	display:inline-table;
	padding:10px;
	color:#333;
	float:left;
}

table{
	text-align:center;
	border:1px solid #ccc;
	border-right:0px;
	border-bottom:0px;
	background-color:#fff;
}

td, th{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px 10px;
}

td.gray, th.gray{
	background-color:#f1f1f1;
	font-weight:bold;
}

.agenda{
	width:100%;
	margin-bottom:15px;
	clear:left;
	text-align:left;
}

.agenda h1{
	font-weight:bold;
	margin:3px 10px 3px 0px;
	padding:0px;
	font-size:13px;
	line-height:13px;
	color:#000;
	
}

.agenda p{
	font-size:13px;
	line-height:13px;
	color:#999;
	margin:0px 10px 0px 0px;
	padding:0px;
}

.date{
	bordeR:1px solid #ccc;
	width:75px;
	height:78px;
	background-image:url(../images/bkgAgenda.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#f7f7f7;
	text-align:center;
	margin-right:18px;
}

.date h1{
	font-weight:bold;
	margin:6px 0px 3px 0px;
	padding:0px;
	font-size:21px;
}

.date h2{
	font-weight:normal;
	margin:8px 0px 0px 0px;
	padding:0px;
	text-transform:uppercase;
	font-size:11px;
}

.date h3{
	font-weight:normal;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:11px;
}

ul.grayArrow{
	color:#333;
	font-size:10pt;
	font-weight:normal;
	margin-left:20px;
	padding-left:15px;
}

ul.grayArrow li{
	color:#333;
	font-size:10pt;
	line-height:18px;
	font-weight:normal;
	margin:auto 15px 18px 20px;
	padding:auto 15px auto 0px;
	list-style-image:url(../images/arrow.jpg);
	text-align:justify;
}

ul.grayArrow li a:link{
	font-weight:normal;
	color:#333;
	text-decoration:underline;
}

ul.grayArrow li a:visited{
	font-weight:normal;
	color:#ccc;
	text-decoration:underline;
}

ul.grayArrow li a:hover{
	font-weight:normal;
	color:#CC000C;
	text-decoration:underline;
}


dl.arrow{
	color:#333;
	font-size:10pt;
	font-weight:normal;
	margin-left:15px;
	padding-left:20px;
	margin-bottom:30px;
}

.arrow dd{
	color:#333;
	font-size:10pt;
	font-weight:normal;
	margin-left:15px;
	padding-left:0px;
	margin-bottom:30px;
}

.arrow dt{
	color:#333;
	font-size:10pt;
	line-height:18px;
	font-weight:normal;
	margin:auto 15px 12px 0px;
	padding:auto 15px auto 0px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	text-align:justify;
}

.arrow dt a{
	margin-left:15px;
}

.arrow dt a:link{
	font-weight:normal;
	color:#333;
	text-decoration:underline;
}

.arrow dt a:visited{
	font-weight:normal;
	color:#ccc;
	text-decoration:underline;
}

.arrow dt a:hover{
	font-weight:normal;
	color:#CC000C;
	text-decoration:underline;
}


dl.paper{
	color:#333;
	font-size:10pt;
	font-weight:normal;
	margin-left:15px;
	padding-left:20px;
	margin-bottom:30px;
}

.paper dd{
	color:#333;
	font-size:10pt;
	font-weight:normal;
	margin-left:15px;
	padding-left:0px;
	margin-bottom:30px;
}

.paper dt{
	color:#333;
	font-size:10pt;
	line-height:18px;
	font-weight:normal;
	margin:auto 15px 12px 0px;
	padding:auto 15px auto 0px;
	background-image:url(../images/paper.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	text-align:justify;
}

.paper dt a{
	margin-left:15px;
}

.paper dt a:link{
	font-weight:normal;
	color:#333;
	text-decoration:underline;
}

.paper dt a:visited{
	font-weight:normal;
	color:#ccc;
	text-decoration:underline;
}

.paper dt a:hover{
	font-weight:normal;
	color:#CC000C;
	text-decoration:underline;
}

.paper dt a img{
	border:0px;
}

.antetitulo1{
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#999;
	width:100%;
	text-align:left;
}

.titulo1{
	font-size:21px;
	line-height:21px;
	font-weight:normal;
	margin:5px 0px;
	padding:0px;
	color:#000;
	width:100%;
	text-align:left;
}

.subtitulo1{
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#999;
	width:100%;
	text-align:left;
}

.titulo2{
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	margin:5px 0px;
	padding:0px;
	color:#000;
	width:100%;
	border-bottom:1px dotted #ccc;
	text-align:left;
}

.antetitulo3{
	font-size:11px;
	line-height:11px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#999;
	width:100%;
	text-align:left;
}

.titulo3{
	font-size:11px;
	line-height:11px;
	font-weight:bold;
	margin:5px 0px;
	padding:0px;
	color:#000;
	width:100%;
	text-align:left;
}

.subtitulo3{
	font-size:11px;
	line-height:11px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#999;
	width:100%;
	text-align:left;
}

.redInput{
	background:transparent url(../images/btnRed.gif) no-repeat scroll center top;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:9pt;
	height:19px;
	line-height:18px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:59px;
}

.whiteInput{
	background:transparent url(../images/btnWhite.gif) no-repeat scroll center top;
	border:0 none;
	color:#000;
	cursor:pointer;
	display:block;
	font-size:12px;
	height:19px;
	line-height:10px;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	width:107px;
	margin:0px;
	padding:0px;
}


a.redInputBtn{
	background:transparent url(../images/redBtn.gif) repeat-x;
	border:0 none;
	color:#fff;
	cursor:pointer;
	display:block;
	font-size:9pt;
	height:19px;
	line-height:11px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:auto;
	vertical-align:top;
}

a.redInputBtn:hover{
	background:transparent url(../images/redBtn.gif) repeat-x;
	border:0 none;
	color:#fff;
	cursor:pointer;
	display:block;
	font-size:9pt;
	height:19px;
	line-height:11px;
	text-align:center;
	text-decoration:underline;
	text-transform:uppercase;
	width:auto;
	vertical-align:top;
}

a.redInputBtn span{
	margin:0px;
	padding:0px;
	padding-right:7px;
	padding-left:2px;
	height:19px;
	line-height:19px;
	display:inline-block;
	background:transparent url(../images/redBtnR.gif) no-repeat right;
	position:relative;
}

a.redInputBtn img{
	border:0px;
}

a.whiteInputBtn{
	background:transparent url(../images/whiteBtn.gif) repeat-x ;
	border:0 none;
	color:#333;
	cursor:pointer;
	display:block;
	font-size:9pt;
	height:19px;
	line-height:11px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:auto;
	vertical-align:top;
}

a.whiteInputBtn:hover{
	background:transparent url(../images/whiteBtn.gif) repeat-x;
	border:0 none;
	color:#333;
	cursor:pointer;
	display:block;
	font-size:9pt;
	height:19px;
	line-height:11px;
	text-align:center;
	text-decoration:underline;
	text-transform:uppercase;
	width:auto;
	vertical-align:top;
}

a.whiteInputBtn span{
	margin:0px;
	padding:0px;
	padding-right:7px;
	padding-left:2px;
	height:19px;
	line-height:19px;
	display:inline-block;
	background:transparent url(../images/whiteBtnR.gif) no-repeat right;
	position:relative;
	
}

a.whiteInputBtn img{
	border:0px;
}
