/* CSS Document */
*	{	margin:0;
		padding:0;
		}

a img	{	border:none;	}

body	{	margin:10px auto;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			background:#1b429f url(../images/bg.jpg) top repeat-x;
			}

div.clear	{	clear:both;
				}
				
div.center	{	margin:auto;
				text-align:center;
				}

div.left	{	float:left;
				clear:right;
				}

#a	{	width:750px;
		margin:auto;
		}
		
#contenedorPrincipal	{	background:url(../images/header.png) top no-repeat;
							width:750px;
							padding:110px 0 0 0;
							float:left;
							clear:both;
							}

#contenedorCuerpoWeb	{	width:683px;
							margin:auto;
							clear:both;
							}

#navBar	{	float:left;
			clear:both;
			width:683px;
			height:26px;
			background:url(../images/navBar__BG.jpg) repeat-x;
			}

#contenedorColumnas	{	float:left;
						clear:both;
						width:683px;
						background:url(../images/center__bg.jpg) repeat-y;
						}

#columnaIzquierda	{	float:left;
						clear:right;
						width:130px;
						}
#columnaCentral	{	float:left;
					clear:right;
					width:440px;
					padding:10px;
					}
#columnaCentral h1	{	margin:0px;
						padding:2px 0 5px 0;
						font-size:16px;
						font-weight:bold;
						line-height:1.5em;
						}
#columnaCentral h2	{	margin:0px;
						padding:5px 0 5px 0;
						font-size:14px;
						font-weight:bold;
						line-height:1.5em;
						}
#columnaCentral p	{	margin:0px;
						padding:5px 0 5px 0;
						font-size:12px;
						font-weight:normal;
						line-height:1.3em;
						}

#columnaCentral p a	{	color:#101010;
						text-decoration:none;
}

#columnaCentral p a:hover	{	color:#006699;
								text-decoration:none;
}

#columnaDerecha	{	float:left;
					clear:right;
					width:93px;
					}

#contenedorFooter	{	float:left;
						clear:both;
						width:643px;
						margin:0 0 20px 0;
						background:#999;
						padding:10px 20px;
						text-align:center;
						}

#contenedorFooter p a	{	color:#333;
							text-decoration:none;
}

.navFecha	{	padding:6px 5px 0 2px;	}

.navFecha p	{	font-size:12px;
				color:#171942;
				margin:0;
				padding:0;
				}

#Nav {
	list-style: none;
	display:block;
	float:left;
	clear:both;
	margin:9px 0 0 0;
}

#Nav li {
	display:inline;
	float:left;
	color:#696969;
	font-size:11px;
	font-weight:bold;
	line-height:1.2em;
	display:block;
}

#Nav li  a	{	color:#333;
				border-top:#fff 4px solid;
				text-decoration:none;
				padding:5px 7px 7px;
				text-transform:uppercase;
}
#Nav li  a:hover	{	border-top:#005dab 4px solid;	}

.Menu {
	padding: 5px 0 0 0 ;		
	list-style: none;
	display: none;
	position:absolute;
	clear:both;
	background-color:#fff;
	border:1px #ccc solid;
	margin:3px 0 0 0;
	z-index:10000;
}

.Menu li {
	height: 20px;
	clear:both;
	float:left;
	display:inline;
}

.Menu li 	{	color:#696969;
				font-size:12px;
				font-weight:normal !important;
				line-height:1.2em;
}

.Menu li  a	{	color:#696969;
				text-decoration:none;
				text-transform:none;
				padding:0;
				border:none !important;
}
.Menu li  a:hover	{	color:#005dab !important;	}

ul#leftLinks	{	margin:0;
					padding:20px 5px 0 5px;
					line-height:normal;
					list-style:none;
					}

ul#leftLinks li	{	margin:0;
					padding:20px 0 5px 0;
					font-size:10px;
					text-transform:uppercase;
					display:block;
					}

ul#leftLinks li a	{	text-decoration:none;
						color:#171942;
						padding:15px 0 0 0;
						background:url(../images/bullet_orange.jpg) top left no-repeat;
						}
ul#leftLinks li a:hover	{	text-decoration:none;
							color:#171942;
							background:url(../images/bullet_blue.jpg) top left no-repeat;
							}

#contenedorFooter p	{	font-size:11px;
						margin:0;
						padding:0;
						color:#333333;
						}

#topGallery	{	list-style:none; z-index:0;	}

#gallery	{	list-style:none;	}
#gallery li	{	float:left;
				margin:5px;	}