@charset "utf-8";
body {
	margin:0px;
	padding:0px;
	font: normal 11px Tahoma;
	color:#636363;
	background:#fff;	
}
.tituloAzul {
	padding-bottom: 5px;
	border-bottom: solid 1px #CCCCCC;
}
.tituloOrange {
	padding-bottom: 10px;
}
.subtituloAzul {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #1292b9;
}
.linkBodyRight {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #1292b9;
	background: url(/Noticias/imgLinkArrowRight.gif) no-repeat right;
	padding-right: 10px;
	text-decoration: underline;
}
.linkBodyLeft {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #1292b9;
	background: url(/Noticias/imgLinkArrowLeft.gif) no-repeat left;
	padding-left: 10px;
	text-decoration: underline;
}
.linkBodyClose {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #1292b9;
	background: url(./img/imgLinkClose.gif) no-repeat right;
	padding-right: 10px;
	text-decoration: underline;
}
.linkBodyPlus {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #1292b9;
	background: url(./img/imgLinkPlus.gif) no-repeat right;
	padding-right: 10px;
	text-decoration: underline;
}
.linkFooter {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #6b6b6b;
	text-decoration: none;
}
.imgBorder {
	border: solid 4px #CCCCCC;
}
.imgLeftBorder {
	border: solid 4px #CCCCCC;
	margin-right: 10px;
	margin-bottom: 5px;
}
.imgRightBorder {
	border: solid 4px #CCCCCC;
	margin-left: 10px;
	margin-bottom: 5px;
}
.sombraBodyLeft {
	background: url(./img/imgSombraBodyLeft.gif) no-repeat top left;
}
.sombraBodyRight {
	background: url(./img/imgSombraBodyRight.gif) no-repeat top right;
	padding: 15px;
}
p
{
    padding:2px 10px 2px 10px;
}
