/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Verdana, Arial, sans-serif;
	color: #F29D1E;
	line-height: 1.166em;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	background-image: url(fondo3.gif);
}

/*.feature td>img{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	margin-right: auto;
	height: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    }*/


#content img {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC9933;
	border-right-color: #AA5500;
	border-bottom-color: #AA5500;
	border-left-color: #CC9933;
}

/*td>img {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC9933;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	border-left-color: #CC9933;
}

 */

a:link, a:visited, a:hover {
	color: #B51F2C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #F5A61C;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 120%;
 color: #921822;
}

h2{
 font-size: 114%;
 color: #921822;
}

h3{
 font-size: 100%;
 color: #B51F2C;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #B51F2C;
}

h5{
 font-size: 20%;
 color: #B51F2C;
}

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
	color: #B51F2C;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-image: url(Images/BannerBkgd.gif);
	height: 152px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#navBar{
	padding: 0px;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
/*	background-color: eeeeee; */
	margin-top: 0;
	margin-right: 79%;
	margin-bottom: 0px;
	margin-left: 0;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	vertical-align: middle;
}


/*************** #pageName styles **************/

#pageName{
	padding: 15px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: right;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



PictureContainer{
	float: right;
	Clear:left;
	width: 250px;
	position: relative;
	}

.PictureContainer img{
	float: right;
	margin-right:125px;
	width: 50%;
}
.PictureContainer p {
text-align:center;
}
div.spacer {
	clear: both;
	width: 250px;
	float: right;
  }

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #993300;
	font-size: 75%;
	color: #993300;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
.mastheadLeftImage {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	position: relative;
	vertical-align: text-top;
}




/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: auto;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	background-image: url(Images/NavBar.gif);
	height: auto;
	list-style-type: square;
	padding-top: 10px;
}
#navBar #sectionLinks a {
	height: auto;
	list-style-type: square;
}


/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
	background-image: url(Images/NavBar.gif);
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	height: auto;
}

#sectionLinks h3{
	padding: 0px 0px 0px 10px;
}

#sectionLinks a:link{
	border-top: 0px solid #cccccc;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	background-image: url(Images/NavBar.gif);
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	padding-left: 10px;
}

#sectionLinks a:visited{
	border-top: 0px solid #cccccc;
	padding: 0px 0px 0px 10px;
}

#sectionLinks a:hover{
	border-top: px solid #B51F2C;
	background-color: #FFA620;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	padding-left: 10px;
	color: #B51F2C;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.Separador {
	background-image: url(Images/Separador.gif);
}
.mastheadRightOmage {
	margin: 0px;
	padding: 0px;
	float: none;
	position: absolute;
	clear: none;
	right: 0px;
	top: 0px;
}
.story img, .content img
{
	float: right;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.Estilo1 {font-family: Georgia, "Times New Roman", Times, serif}
.Footer1 {color: #666666}
.Footer2 {}
.Footer3 {color: #663300}
.Footer4 {color: #663300; font-size: 75%}
