/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: tahoma, arial, verdana;
	color: #7c7c7c;
	line-height: 1.4;	
	margin: 0px;
	padding: 0px;
	background-image:url(../img/fnd.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#dadada;
	font-size:11px;
}
#wrapper{
	width:800px;
	padding:0;
	margin:0;
}
#center{
	text-align:center;
	position: absolute; /*Posicionamiento absoluto*/
	/*top: 50%; Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	/*margin-top: -269px; Restamos la mitad de alto del SWF para centrarlo verticalmente*/
	margin-left: -400px; /*Restamos la mitad de ancho del SWF para centrarlo horizontalmente*/
}
a{
	color: #C70641;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
.gris{color:#999;}
h1{
 color:#C70641;
 font-size:16px;
 font-weight:bold;
 font-family:Arial, Helvetica, sans-serif;
 border-bottom:1px solid #ccc;
 text-transform:uppercase;
 margin: 0px;
 padding: 0px;
}
h2{
 color: #444;
 color:#FEA62B;
 font-size:12px;
 font-weight:bold;
 margin: 0px;
}
h3{
 color: #444;
 font-weight:normal;
 margin: 0px;
 padding: 0px;
}
h4{
 color: #444;
 font-weight:normal;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	padding: 0px 0px 0px 42px;
	width: 758px;
	height:235px;
}
#navBar{
	float: left;
	margin: 0px;
	padding: 24px 0px 0px 42px;
	text-align:left;

}

#headlines{
  	float:right;
	width:182px;
	padding:0 41px 0 0;
	text-align:left;

}

#content{
	float: left;
	text-align:left;
	padding:0 14px 0 14px;
}

#content2{
	float: left;
	width: 517px;
	text-align:left;
	padding:0 41px 0 20px;
}
/***********************************************/
/* Titles                                  */
/***********************************************/
.title1{
 color: #444;
 font-size:12px;
 font-weight:bold;
 margin: 0px;
 padding: 0px;
}
.title2{
 color: #FEA62B;
 font-size:10px;
 font-weight:bold;
 margin: 0px;
 padding: 0px 0px 0px 0px;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

/************* #masthead styles **************/

#masthead .logo{
	width:180px;
	height:235px;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	float:left;
}
#masthead .head{
	width:578px;
	height:235px;
	background-image:url(../img/fnd_cab.jpg);
	background-repeat:no-repeat;
	float:left;
}
#masthead .date{
	padding: 166px 40px 0px 0px;
	text-align:right;
	color:#666666;
}
/************* #globalNav styles **************/

#globalNav{
	color:#fff;
	background-image:url(../img/fnd_buttom.jpg);
	background-repeat:no-repeat;
	height:22px;
	width:910px;
	padding:5px 0 0 30px;
	clear:both;
	font-weight:bold;
	text-align:left;
}

#globalNav img{
	display: block;
}

#globalNav a {
	font-size: 10px;
	color:#FFFFFF;
	padding: 0 4px 0 0;
}

#globalNav .language{
	font-weight:normal;
}


/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 10px;
	padding: 5px 0px 0 10px;
	color:#777;
}


/************** .feature styles ***************/

.feature{
	width: 313px;
	padding: 0;
	vertical-align:top;
	clear:both;
}

.feature p{
	padding: 0;
	margin:10px 0 0 0;
}

.feature img{
	float: left;
	padding: 0;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 0px;
}

.story p{
	padding: 0px 0px 8px 0px;
	margin:0;
	width:100%;
}
.storybook{
	padding:0;
	margin:0;
	float:left;
	width:345px;
}
.storybook_img{
	float:left;
	text-align:center;
	margin:0 0 0 0;
	padding:0;
	width:170px;
}
.buttom{
	float:right;
	clear:both;
	margin:0 0 0 0;
	padding:10px 0 0 0;
	width:100&;
}
.buttom img{
	border:0;
}
.storybook_img img{
	border:1px solid #CCCCCC;
	margin:3px;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	padding: 5px 41px 5px 42px;
	text-align:center;
}
#siteInfo table{
	width:717px;
}


/************* #search styles ***************/

#search{
	padding: 50px 200px 0px 0px;
	margin: 0px;
	font-size: 11px;
	height:26px;
	text-align:right;
}

#search form{
	margin: 0px;
	padding: 0px;
}

#search label{
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar .up{
	width:180px;
	height:21px;
	background-image:url(../img/fnd_menu_sup.jpg);
	background-repeat:no-repeat;
}
#navBar .down{
	width:180px;
	height:250px;
	background-image:url(../img/fnd_menu_inf.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color:#fff;
	width:180px;
	font-size:16px;
	color:#EBAD15;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#sectionLinks ul{
	background-position:top;
	padding:0;
	margin:0;
	list-style: none;
	line-height:1.10;
	text-transform:uppercase;
}
#sectionLinks ul ul{
	text-transform:lowercase;
}
#sectionLinks li{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #cccccc;
}
#sectionLinks a {
	padding:0;
	color:#C70641;
}

#sectionLinks a:hover{
	color:#EBAD15;
	text-decoration:none;
}
#sectionLinks a.sub {
	padding:0 0 0 5px;
	color:#999;
}

#sectionLinks a.sub:hover{
	color:#EBAD15;
	text-decoration:none;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
}
.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 5px;
	background-color:#ccc;
	margin:20px;
}

#advert img{
	display: block;
	border:1px solid #FFFFFF;
}


/************** #headlines styles **************/

#headlines p{
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
#headlines .latestnews{
	margin:0px 0px 15px 0px;
}

/************** #outstanding styles **************/

#headlines .outstanding{
	margin:0px 0px 15px 0px;
}
#headlines .outstanding img{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0;
}
