
@charset "utf-8";
/* CSS Document */
hr{
	border:none;
	background-color:#000000;
	height:1px;
}



.supercontainer{
	margin:0 auto;
}
.BGsubLogo {
	background-image:url(img/BGsubLogo.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	height:20px;
}

.menuContainer{
	border:#999999 1px solid;
}
.content td{
	padding:12px;
}
.contentHText{
	color: #ef3f27;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}
td.thubnailsContainerCell{
	padding:0px;
}



.thumbnail td{
	padding:0px;
}

.leftL,.leftR{
background-image:url(img/grey.gif);
background-repeat:repeat-y;
}
.leftL{
	background-position:left;
}
.leftR{
background-position:right;
}
.leftT,.leftB{
background-image:url(img/grey.gif);
background-repeat:repeat-x;
}
.leftT{
	background-position:top;
}
.leftB{
	background-position:bottom;
}
.thumbExplain{
	border-bottom:#333333 1px solid;
	border-top:#333333 1px solid;
}
td.thumbExplainProc{
vertical-align:top;
padding-top:15px;
	background-image:url(img/procBG.jpg);
	background-position:center middle;
	background-repeat:no-repeat;
	
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;	
}
td.thumbExplainProcPana{
vertical-align:top;
padding-top:10px;
	background-image:url(img/procBG.jpg);
	background-position:center middle;
	background-repeat:no-repeat;
	
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;	
}
.thumbExplainTitle{
	font-size:11px;
	font-weight:bold;
	color:#000000;
}
.thumbExplainTxt{
	font-size:11px;
	color:#000000;
	
	height:40px;
}

a.aplica{
background: transparent url('img/submitL.jpg') no-repeat top left;
display: block;
float: right;
font: bold 20px Arial; /* Change 13px as desired */
line-height: 20px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 51px; /* Height of button background height */
padding-left: 26px; /* Width of left menu image */
text-decoration: none;
text-transform:uppercase;

}

a:link.aplica, a:visited.aplica, a:hover.aplica, a:active.aplica{
color: white; /*button text color*/
}

a.aplica span{
background: transparent url('img/submitR.jpg') no-repeat top right;
display: block;
padding: 15px 28px 16px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.aplica{ /* Hover state CSS */
	text-decoration: underline;
}
.panaLa{
	font-size:10px;
}
.panaLaBlack{
	font-size:10px;
	color:#000000;
}