body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-color: #FFFFFF;
}
.oneColElsCtr #container {
	width: 60em;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.style3 {	color: #0099CB;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*in_line*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}
ul { list-style:none;}


a:hover{text-decoration:none;}
a {color:#dddad1;}

.column { float:left;}
.clear { clear:both;}

b{ color:#c81921;}

#breadcrumb {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px; 
	COLOR: #829935;
	margin-top:0px;
	margin-bottom:8px;
}	

#breadcrumb A:link, #texto_breadcrumb A:visited 
{ color: #829935;
text-decoration: underline;	
	}
	
#breadcrumb A:hover 
{ color: #666666;
text-decoration: none;	
	}
	
#titulo {
FONT-FAMILY: Arial, Helvetica, sans-serif;
FONT-SIZE: 20px; 
text-align: left;
COLOR: #000000; 
margin-bottom:5px;
}	

h1 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 20px; 

	line-height: 40px;
	COLOR: #000000; 
	margin-bottom:0px;
	margin-top: 0px;
}	

h1 A:link, h1 A:visited 
{ color: #0099CC;
text-decoration: underline;	
	}
	
h1 A:hover 
{ color: #b2b2b2;
text-decoration: none;	
	}	
	
h2 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px; 
	text-align: left;
	line-height: 14px;
	COLOR: #0099CC; 
	margin-bottom:0px;
	margin-top: 0px;
	margin-left: 0px;
}	

h2 A:link, h2 A:visited 
{ color: #0099CC;
text-decoration: underline;	
	}
	
h2 A:hover 
{ color: #b2b2b2;
text-decoration: none;	
	}	
	
#texto_home {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px; 
	COLOR: #282828;
	text-align: justify;
	margin-top:0px;
	margin-bottom:5px;
}	

#texto_home A:link, #texto_home A:visited 
{ color: #0099CC;
text-decoration: underline;	
	}
	
#texto_home A:hover 
{ color: #b2b2b2;
text-decoration: none;	
	}
	
#volver {
	margin-top:20px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
	float:inherit;
}	

#contenido {
	margin-top:0px;
	width: 650px;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:0px;
}


#texto_footer {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	margin-top:5px;
	margin-bottom:5px;
}	

#texto_footer A:link, #texto_footer A:visited 
{ color: #666666;
text-decoration: underline;	
	}
	
#texto_footer A:hover 
{ color: #000000;
text-decoration: none;	
	}

