/* elementos básicos */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #246b8f;
	margin:0px;
	height:100%;
}
	
p {
	font-size: 11px;
	line-height: 14px;
}
	
h1 {
	color: #6C9100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-align: right;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
	
h2 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
}
	
h3 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
	
h4 {
	color: #3399cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
	
h5 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	list-style-type: square;
}
	
.font_blco {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
	
		
/*-- Links Menú --*/
a.menu:link , a.menu:visited, a.menu:active{
	font-size: 10px;
	color: #000000;
	height: 24px;
	text-decoration: none;
	padding: 4px;
}

a.menu:hover {
	font-size: 10px;
	color: #FFFFFF;
	height: 24px;
	background-color: #333333;
	padding: 4px;
	text-decoration: none;
	-moz-opacity: 0.9;	
	filter: Alpha(Opacity=80);
}

a.submenu:link , a.submenu:visited, a.submenu:active{
	font-size: 10px;
	color: #000000;	
	text-decoration: none;
}

a.submenu:hover {
	font-size: 10px;
	color: #FFFFFF;	
	text-decoration: none;
}

.tdOff {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

.tdOn {
font-size: 10px;
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: none;
}

a.simple:link , a.simple:active{ color: #000000;}
a.simple:visited {color: #666666;}
a.simple:hover { color: #2884b2; }



/*-- Contenedores --*/		
#container {
	width: 100%;
	min-height:420px;
	margin: 0;
	padding: 0;
}

#main {
	width:790px;
	background-image: url(../images/f.gif);
} 
	
#fd_t {
	background-image: url(../images/t.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 47px;
}

#fd_tabla {
	background-image: url(../images/b2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#logo{
	width:199px;
	height:96px;
	padding: 0px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
} 

#banner{
	width:199px;
	height:99px;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
} 

#cont_der{
	width:480px;
	min-height: 360px;
	- height:360px;
	padding: 15px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 0px;
	background-color: #FFFFFF;
	-moz-opacity: 0.9;
	filter: Alpha(Opacity=90);
} 

#menu {
	width: 750px;
	float: right;
	text-align: right;
	margin-top: 18px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p.menu {
	font-weight: bold;
	display: inline;
}

#submenu1 {
	width: 200px;
	height: 200px;
	text-align: left;
	position: absolute;
	top: 37px;
	margin-left: 381px;
	-moz-margin-start: 389px;
	visibility: hidden;
}

#footer {
	width:790px;
	height: 20px;
	border: 0px solid #CCCCCC;
	text-align: left;
	text-indent: 34px;
	margin-left: 0px;
} 

p.footer {
	color: #FFFFFF;
}

#imagen{
	width:199px;
	height:99px;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
} 

