/* navBar.css CSS for left navbar, location:¿Quien Somos?, Recursos and Enlaces section*/
/* used in conjunction with the navbar include file located in /includes direction */
.upperLeft{
	margin-left: 0;
	background : url(/images/upperLeft.gif);
	background-repeat : no-repeat;
	background-position : top left;
}

.upperRight{
	margin: 0;
	background : url(/images/upperRight.gif);
	background-repeat : no-repeat;
	background-position : top right;
}

.lowerLeft{
	margin: 0;
	background : url(/images/lowerLeft.gif);
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerRight{
	margin: 0;
	background : url(/images/lowerRight.gif);
	background-repeat : no-repeat;
	background-position : bottom right;
}
.upperRightLong{
	margin: 0;
	background : url(/images/upperRightLong.gif);
	background-repeat : no-repeat;
	background-position : top right;
}
.lowerLeftLong{
	margin: 0;
	background : url(/images/lowerLeftLong.gif);
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerRightLong{
	margin: 0;
	background : url(/images/lowerRightLong.gif);
	background-repeat : no-repeat;
	background-position : bottom right;
}
.upperLeftW{
	margin-left: 0;
	background : url(/images/upperLeftW.gif);
	background-repeat : no-repeat;
	background-position : top left;
}
.upperRightLongW{
	margin: 0;
	background : url(/images/upperRightLongW.gif);
	background-repeat : no-repeat;
	background-position : top right;
}
.upperRightLongW1{
	margin: 0;
	background : url(/images/upperRightLongW1.gif);
	background-repeat : no-repeat;
	background-position : top right;
}
.upperRightLongW2{
	margin: 0;
	background : url(/images/upperRightLongW2.gif);
	background-repeat : no-repeat;
	background-position : top right;
}
.lowerLeftLongW{
	margin: 0;
	background : url(/images/lowerLeftLongW.gif);
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerRightLongW{
	margin: 0;
	background : url(/images/lowerRightLongW.gif);
	background-repeat : no-repeat;
	background-position : bottom right;
}
.tableBorder{
	border-left : 1px solid #5B7B9C;
	border-right : 1px solid #5B7B9C;
	padding-left: 10px;
}

.tableBorderLeft{
	border-left : 1px solid #5B7B9C;
}

.tableBorderRight{
	border-right : 1px solid #5B7B9C;
}

.tableBorderCell{
	border-top : 1px solid ##5B7B9C;
	border-bottom : 1px solid #5B7B9C;
	padding-left: 5px;
}

.tableBorderFullCell{
	border-top : 1px solid #5B7B9C;
	border-bottom : 1px solid #5B7B9C;
	border-left : 1px solid #5B7B9C;
	border-right : 1px solid #5B7B9C;
}

.tableBorderBottom{
	border-bottom : 1px solid #5B7B9C;
}

.tableBorderBottomLeftRight{
	border-bottom : 1px solid #5B7B9C;
	border-left : 1px solid #5B7B9C;
	border-right : 1px solid #5B7B9C;	
}

.tableBorderTopLeftRight{
	border-top : 1px solid #5B7B9C;
	border-left : 1px solid #5B7B9C;
	border-right : 1px solid #5B7B9C;	
}
	
.smallHeading{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bolder;
	color: #FFFFF0;
	margin-bottom: 2px; 
  	margin-left: -10px; 
}
.templo{
	margin-left: -7px;
}
a.sideLink:link{
	color:#555555;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.sideLink:visited{
	color:#555555;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.sideLink:active{
	color:#555555;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.sideLink:hover{
	color:#555555;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
