a {	
	color: #3366CC;	
	text-decoration: none
}
body {
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
	color: #336699;
	letter-spacing: normal;
	word-spacing: normal;
	margin: 0em;
	}
h2 {
	color: #CCCCCC
	}
h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.15em;	
	background-color: #006666;  	
	color: #DCDCDC
	}
h4 {
	color: #000000
	}
table {
	color: #FFFFFF;
	line-height: 1em;
	border-top: 1px dotted #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px none #CCCCCC;
	}
td, th {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 117%;
	color: #333333
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #336699;
	}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #336699;
	font-weight: bold;
	}
text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #336699;
	font-weight: bold;
	}
	
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}
.BulletBackgroundColor {
	color: #FFFFFF
	}
.DataColor {
	color: #DEDECA
	}
.footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.167em;
	font-weight: bold;
	line-height: 1.83em;
	color: #333333;
	background-color: #CCCCCC
	}
.FormBackgroundColor {
	color: #CCCCCC
	}
.ImageTitleColor {
	color: #CCCCCC
	}
.LabelColor {
	color: #CCCCCC
	}
.ListColorEven {
	color: #CCCCCC
	}
.ListFooterColor {
	color: #333333
	}
.ListHeaderColor {
	color: #333333
	}
.ListColorOdd {
	color: #DEDECA
	}
.ListTitleColor {
	color: #CCCCCC
	}
.NavigationBackgroundColor {
	color: #666666
	}
.NavigationColor {
	color: #CCCCCC
	}
.NewsDataColor {
	color: #DEDECA
	}
.StoryTitle {
	color: #000000;
	font-weight: bold
	}
.StoryContentColor {
	color: #000000
	}
.TitleColor {
	color: #000000
	}
a:hover {	
	text-decoration: underline
	}
tr.ListHeaderColor th {
	text-align: left;
	}.small {
	font-size: 85%;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#headlines{
	margin: 0 80% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px none #ccc;
	border-bottom: 1px none #ccc;
	font-size:88%;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}

#content{
	float:right;
	width: 77%;
	margin: 27px 0px 0px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px dashed #000066;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	font-size: 1em;
	list-style-type: circle;
	text-align: justify;
	font-style: normal;
	line-height: 1em;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

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


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

#pageName{
	padding: 0px 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; 
}*/
#globalNav a
{
	border-top: 1px solid gray;
	text-align: left;
	display: block;
	padding: 0.25em 1em 0.25em 0.75em;
	border-left: 1em solid #666666;
	background: #CCCCCC;
	text-decoration: none;
}

#globalNav a:link {
	color: #448;
	letter-spacing: normal;
	word-spacing: normal;
}
#globalNav a:visited { color: #667; }

#globalNav a:hover
{
border-color: #999999;
color: #000066;
background: #eeeeee;
}
#headlines a
{

	border-top: 1px solid #336699;
	text-align: left;
	display: block;
	padding: 0.25em 1em 0.25em 0.75em;
	border-left: 1em solid #336699;
	background: #EEEEEE;
	text-decoration: none;
}

#headlines a:link {
	color: #448;
	letter-spacing: normal;
	word-spacing: normal;
}
#headlines a:visited { color: #336699; }

#headlines a:hover
{
	border-top: 1px solid #000080;
	text-align: left;
	display: block;
	padding: 0.25em 1em 0.25em 0.75em;
	border-left: 1em solid #000080;
	background: #FFFFFF;
	text-decoration: none;
	color: #000066;	
}
#pie{
	float: right;
	width: 100%;
	border: 1px solid #CCCCCC;
	background-color: #eeeeee;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px 2px 1px;
}
.fondotitulotabla {
	background-image: url(../img/fon.png);
}
.fondonoticia {
	background-image: url(../img/fondotablanoticia.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: justify;
}
.tablenobordes {
	border: 0px;
}
h1 {
	line-height: 150%;
}

