body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333;
	background-repeat: repeat-x;
	background-color: #F0F0F0;
}
td {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #0085A1;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0085A1;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #8D8D8D;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8D8D8D;
}
hr {
	border: 0px;
	color: #AFAFAF;
	background-color: #AFAFAF;
	height: 1px;
}
aDestacados {
	color: #0085A1;
	text-decoration: underline;
	font-size: 10px;
}

a { color: #0085A1; text-decoration: underline; }
a:hover { color: #9A000F; text-decoration: underline; }

a.whiteLink { color: #FFFFFF; text-decoration: none; }
a.whiteLink:hover { color: #FFFFFF; text-decoration: underline; }

a.grayLinkLight { color: #AFAFAF; text-decoration: none; }
a.grayLinkLight:hover { color: #8D8D8D; text-decoration: underline; }

a.grayLinkNormal { color: #8D8D8D; text-decoration: none; }
a.grayLinkNormal:hover { color: #8D8D8D; text-decoration: underline; }

a.grayLinkDark { color: #484848; text-decoration: none; }
a.grayLinkDark:hover { color: #484848; text-decoration: underline; }


.whiteText { color: #FFFFFF; }
.blueText { color: #0085A1; }
.blackText { color: #000000; text-decoration: none;}
.grayTextLight { color: #AFAFAF; }
.grayTextNormal { color: #8D8D8D; }
.grayTextDark { color: #484848; }

#rss a { color: #8D8D8D; text-decoration: none; }
#rss a:hover { color: #9A000F; text-decoration: underline; }

#breadCrumb { color: #AFAFAF; }
#breadCrumb a { color: #AFAFAF; text-decoration: underline; }
#breadCrumb a:hover { color: #8D8D8D; text-decoration: underline; }

#click a {
	width: 160px;
	height: 18px;
	padding: 0px 0px 0px 10px;
	line-height: 18px;
	display: block;
	float: none;
	overflow: hidden;
	color: #000000;
	text-decoration: none; 
	background-image: url(images/bg_click.gif);	
}

#click a:hover { color: #9A000F; background-color: #FFFFFF; }

.banner {
	width: 200px;
	height: 60px;
	background-color: #BBBBBB;
}

.banner2{ 
background-color: #BBBBBB; 
	width: 200px;
	height: 100px; 
}
 
.bannerTitle {
	height: 18px;
	line-height: 18px;
	padding-left: 5px;
	display: block;
	overflow: hidden;
	color: #484848;
}

/* FORMULARIOS */

form { /* Opera */
	margin: 0px;
	padding: 0px;
}
input, textarea, select {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

/* CONTAINERS */

#container {
	width: 970px;
/* margin-left: auto; */
/* margin-right: auto; */
	background-repeat: no-repeat;
}
#layout {
	width: 950px;
	margin-left: 10px;
}
#header1 {
	height: 100px;
	background-color: #0085A1;
}
#header2 {
	clear: both;
	background-color: #FFFFFF;
}
#content {
	width: 950px;
}
#texts {
	overflow: auto;
	width: 340px;
	height: 170px;
	text-align: justify;
	text-justify: newspaper;
}
#footer {
	height: 60px;
	clear: both; /* Sin float */
	padding-left: 30px;
	padding-right: 30px;
	background-color: #DBDBDB;
	background-image: url(images/bg2.gif);
}

/* MENU */

#menu {
	clear: both;
	height: 30px;
	background-color: #0099BA;
	background-image: url(images/menu_off.gif);
}

#menu a {
	border-left: 1px solid #77C9DB; /* Separador */
	height: 30px;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	display: block;
	float: left;
	overflow: hidden;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/menu_off.gif);
}

#menu a:hover { color: #FFF; background-image: url(images/menu_on.gif); }

#menu a.actual { color: #FFF; background-image: url(images/menu_on.gif); }

.submenu {
	border-bottom: 1px solid #FFF;
	position: absolute;
	visibility: hidden;
}
.submenu a {
	text-decoration: none;
	border: 1px solid #FFF;
	border-bottom: 0px;
	padding: 0px 10px 0px 10px;
	display: block;
	float:none;
	white-space: nowrap;
	background: #508996;
	color: #FFF;
	line-height: 25px;
}

.submenu a:hover {
	background: #68A3B0;
	color: #FFF;
}