/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	background-color: #028ee2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%;
}

h1 
{
	font-size: 16px; 
}

img {
	border: none;
}

#headerMain {
	width: 728px;
	height: 89px;
	margin: 0px auto;
}

#headerLeft {
	width: 14px;
	height: 89px;
	float: left;
	background: url(../img/bgHeaderLeft.gif) repeat-y left top;
}

#headerMiddle {
	width: 700px;
	height: 89px;
	float: left;
	background-color: #FFFFFF;
}

#headerRight {
	width: 14px;
	height: 89px;
	float: left;
	background: url(../img/bgHeaderRight.gif) repeat-y left top;
}

#shadowMain {
	width: 728px;
	height: 9px;
	margin: 0px auto;
	font-size: 0px;
}

#shadowLeft {
	width: 20px;
	height: 9px;
	float: left;
	background: url(../img/bgShadowLeft.gif) no-repeat left top;
	font-size: 0px;
}

#shadowMiddle {
	width: 688px;
	height: 9px;
	float: left;
	background: url(../img/bgShadowMiddle.gif) repeat-x left top;
	font-size: 0px;
}

#shadowRight {
	width: 20px;
	height: 9px;
	float: left;
	background: url(../img/bgShadowRight.gif) no-repeat left top;
	font-size: 0px;
}

#logo {
	margin: 11px 0px 0px 24px;
	width: 173px;
	float: left;
	height: 61px;
}

#search {
	margin: 11px 14px 6px 0px;
	width: 290px;
	height: 70px;
	float: right;
	text-align: right;
	font-size: 0.7em;
	color: #7c7c7c;
}

#search a {
	color: #7c7c7c;
	text-decoration: none;
}

#search a:hover {
	color: #7c7c7c;
	text-decoration: underline;
}

#Fsearch {
	margin: 0px;
}

#contentMain {
	width: 728px;
	height: auto;
	min-height: 450px;
	margin: 0px auto;
	background: url(../img/bgMiddle.gif) repeat-y #FFFFFF;
}

#bottom {
	margin: 0px auto;
	width: 728px;
	height: 21px;
	clear: both;
}


#menu {
	width: 167px;
	float: left;
	height: 282px;
	background: url(../img/bgLine.gif) no-repeat right 34px;
	padding-top: 45px;
	text-align: right;
}

#content {
	width: 497px;
	height: auto;
	padding-top: 70px;
	padding-right: 20px;
	margin-left: 187px;
	font-size: 0.9em;
	line-height: 160%;
	color: #145983;
	/*float: right;*/
}

#content a, #content a:visited
{
	color: #145983;
	text-decoration: none;  
}

#bottomtable a, #bottomtable a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;  
}

#content a:hover
{
	color: #145983;
	text-decoration: underline;  
}

#bottomtable a:hover
{
	color: #ffffff;
	text-decoration: underline;  
}

ul#M {
	margin: 0px;
	padding: 0px;
}

ul#M li {
	list-style: none;
	height: 46px;
}

ul#M li a {
	color: #1b5e86;
	text-decoration: none;
	height: 100%;
	display: block;
	padding-top: 25px;
	padding-right: 10px;
}

ul#M li a:hover, ul#M li a.activo {
	color: #1b5e86;
	text-decoration: none;
	background: url(../img/bgMenuSelected.gif) no-repeat right;
	height: 100%;
}

.ErrorMSG
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	line-height:11px;
	color: #990033;
	font-weight: bold ;
}

