body {
	background-color: #005593;
	margin: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B2B2B;
}

#header {
	background:url(../images/inside-header.png) no-repeat; 
	height:158px;
}

#headerLink {
	margin: 0;
}

#headerLink a {
/*	border: 1px solid red; /* debug */
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	height: 2em;
}


#headerSpace {
	display: none;
}

#contentContainer {
	background: white;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden; /* ff h-scrolls because of last submenu */
}

div.imrcmain0 {
	top: 0;
}



#content {
	min-height: 400px;
}

#leftContent {
	width:213px; 
	position: relative; 
	top: -53px; /* depende de los margenes del primer elemento en content */
	float: left;
}

#mainContent {
	padding: 0 20px 0 233px;
/*	border: 1px solid red; /* debug */
	margin-bottom: 2em;
}

#mainContent h1,
#mainContent h2,
#mainContent h3,
#mainContent h4,
#mainContent h5,
#mainContent h6
{
	color: #66B8D6;
}

#mainContent a {
	color: #005593;
}

#mainContent p {
	text-align: justify;
	line-height: 150%;
}

#mainContent table p {
	text-align: left;
}

#mainContent li {
	line-height: 150%;
	padding-top: 6px;
}

#mainContent p a {
 font-weight: bold;
}
#mainContent p a:hover {
 font-weight: bold;
 background: #FCEEC9;
}

#mainContent ul a, #mainContent ol a {
 text-decoration: none;
 font-weight: bold;
}

#mainContent a:hover, #mainContent ul a:hover, #mainContent ol a:hover {
 text-decoration: underline;
 color: red;
}


#mainContent img {
	padding: 2px;
	border: 1px solid #005593;
	margin: 2px;
}

#mainContent a img {
	border: 1px solid #66B8D6;
}


#mainContent a:hover img {
	border: 1px solid red;
}


#mainContent table img { /* override */
	border: none;
}





#footer {
	clear: both;
	cursor: pointer;
}

.linkbox {
	border: 0;
/*	border-left: 1px solid #005593;
	border-bottom: 1px solid #005593;	*/
	float: right;
	background: #F6FFFF;
	margin-top: 1em;
	width: 35%;
	margin-left: 1em;
}

.linkbox h3{
	font-size: 14px;
	color: #005593;
	text-align: center;
}

.linkbox ul {
	margin-left: 15px;
}

.linkbox a {
	/*color: #958D11 !important;*/
}


.pcTable {
	border: 1px solid #ccc;	
	width: 90%; 
	
}

.pcTable th {
	background: #005593;
	color: white;
	padding: 4px 1px;
	border-left: 1px solid white;
	text-align: center;	
}

.pcTable td {
	border-bottom: 1px solid #ccc;
	padding: 4px;
	vertical-align: top;

}

.striper .first {
	background: #F6FFFF;
}

.striper .second {

}
