@charset "utf-8";
body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.mainN100B #container {
	width: 980px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.mainN100B #header {
	height:38px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	background-image: url(../images/barrasup/bsup_r1_c10.jpg);
	background-repeat: repeat-x;
}
.mainN100B #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.mainN100B #introBlock {
	padding:0px;
	background-image:url(../images/introbkg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:370px;
	background-color: #FFFFFF;
}

.mainN100B #logoPos {
	float:left;
	width:262px;
	height:370px;
	clear: none;
}

.mainN100B #contIntro{
	padding:0px;
	clear: none;
	float: none;
	width: 720px;
	margin-left: 260px;
	height: 391px;
}

.mainN100B #barraLang {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	background-image:url(../images/barralangbkg.jpg);
	background-repeat:repeat-x;
	width:980px;
	overflow:hidden;
	height:41px;
	
} 
.mainN100B #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.mainN100B #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.mainN100B #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltleft {
	float:left;
}
.fltright {
	float:right;
}
.clear {
	clear: both;
}
#ContentBlockhead {
	background-image: url(../images/blockhead.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 16px;
}
#ContentBlockbottom {
	background-image: url(../images/blockbottom.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 24px;
}
#ContentBlock1 {
	background-image: url(../images/blockbkg_noImg.jpg);
	background-repeat: no-repeat;
	padding-left:17px;
	width: 270px;
	padding-right: 30px;
	line-height: 16px;
}

#ContentBlock2 {
	background-image: url(../images/blockbkg02.jpg);
	background-repeat: no-repeat;
	padding-left:17px;
	width: 270px;
	padding-right: 30px;
	line-height: 16px;
}
#ContentBlock3 {
	background-image: url(../images/blockbkg_noImg.jpg);
	background-repeat: no-repeat;
	padding-left:17px;
	width: 270px;
	padding-right: 30px;
	line-height: 16px;
}
.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
}
.intN100B  #int_MainCont {
	background-color: #FFFFFF;
	background-image: url(../images/blockbkg_int.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 720px;
	margin-left: 250px;
}
.intN100B  #int_BarraLat {
	background-color: #FFFFFF;
	float: left;
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 600px;
}
.intN100B  #introBlock {
	padding:0px;
	background-image:url(../images/introbkg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:370px;
	background-color: #FFFFFF;
}
.intN100B #container {
	width: 980px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#MenuBlockhead {
	background-image: url(../images/intblockhead.jpg);
	background-repeat: no-repeat;
	width: 240px;
	height: 14px;
}
#MenuBlockbottom {
	background-image: url(../images/intblockbottom.jpg);
	background-repeat: no-repeat;
	width: 240px;
	height: 17px;
}
#MenuBlock1 {
	background-repeat: no-repeat;
	padding-left:0px;
	width: 240px;
	padding-right: 0px;
	line-height: 16px;
	background-image: url(../images/intblockbkg01.jpg);
}
.listText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 18px;
}
.redText {
	color: #FF0000;
}
