@charset "utf-8";
/* CSS Document */


		@font-face{
		font-family:'BlackChancery';
		src: url('../webfonts/BLKCHCRY.eot');
		font-weight:normal;
		font-style:normal;
		}
		
		
		@font-face {
			font-family: 'Apple Chancery';
			src: url('../webfonts/Apple Chancery.eot');
			src: local('☺'),
					 url('../webfonts/Apple Chancery.woff') format('woff'),
					 url('../webfonts/Apple Chancery.ttf') format('truetype'),
					 url('../webfonts/Apple Chancery.svg') format('svg');
			font-weight: normal;
			font-style: normal;
			
			
		}
		
	.footerAdress{
		color: #66C9E9;
		display:block;
		font-family:Tahoma, Geneva, sans-serif;
		
		font-size: 0.7em;	
		margin: 	0px;
		padding: 0px;
		
	}

	
	.menu{
		margin: 0px;
		padding: 0px;
		display:block;
		float:left;
		font-family: Tahoma, Geneva, sans-serif;
		font-size:  0.7em;
		margin-right:20px;
			
	}
	
	.menu li{
		
		list-style: none;
		border-bottom: 1px dotted #FFF;
		display:block;

		
	}
	
	.menu li:hover{
		
			/*list-style: none;
			border-bottom: 1px dotted #FFF;
			display:block;*/
			background-color: rgba(0,0,102,.2);

		
	}
	.menu li.selected{background-color:rgba(243,48,60,.6)}
	.menu li a{
		color: #FFF;
		display:block;
		height: 15px;
		padding-top: 10px;
		padding-left: 5px;
		text-decoration:none;
		width: 120px;		
	
	}	
	.menu li a.linkazul{ color: #8CDAF4;}
	.largerlink{margin-left: 15px;}			
		

	.largerlink li a{
		color: #FFF;
		display:block;
		height: 15px;
		padding-left: 5px;
		padding-top: 10px;
		text-decoration:none;
		width: 175px;		
		
			
	}	
	
   .subtitulos{
		 font-size: 1.2em;
		 font-weight:bold;
		}
	
	  .subtitulos2{
		 font-size: 1.2em;

		}
	
	.tituloPage{
		color: #FFF;
		font-family: "Apple Chancery","BlackChancery", Verdana;;
		font-size: 1.7em;
		font-style:normal;
		font-weight: normal;
		
	}

	#divLogo{

		/*border: solid 1px #F00;*/
		display:block;
		float:left;
		height: 215px;
		left:15px;
		width:130px;
		position:relative;
		top:-45px;	
		z-index: 9999;

	}


	#divMenuTitle{
		background-image:url(../images/bluegradient.png);
		background-repeat: repeat-x;
		display:block;
		font-size: 0.9em;
		height: 36px;
		width: 100%;
	
	}
	
	#divMenuTitle span{
		color: #8CD9F3;
		display:inline-block;
		margin: 5px 0px 0px 15px;
		padding-top:5px;
		width: 135px;	
	}

	#divSiteTitle{
		/*border: 1px solid #00F;*/
		color: #FFF;	
		float:left;
		display:block;
		height: auto;
		margin:10px 0 0 20px; ;
		text-align: center;
		width: auto;
		
	
	}
	#footerLema{
		color: #2671B1;
		font-family: "Apple Chancery","BlackChancery", Verdana;;
		font-size: 1.5em;
		float:right;
		margin-right: 300px;
		
	}
	
	#mainbody {
		
		background-color: #FFF;
		background-image:url(../images/bgmainbody.png);
		background-repeat:repeat-x;
		
		
		box-shadow: 0px 0px 20px 5px rgba(0, 40, 122, .75);
		-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 40, 122, .75);
		-moz-box-shadow: 0px 0px 20px 5px rgba(0, 40, 122, .75);
		
		margin: 45px auto;
		margin-bottom:0px;
		width: 996px;
		

	
	}
	

	
	#navmenu{
		/*border: 1px solid #0F0;	*/
		display: block;
		float:right;
		font-family: Tahoma, Geneva, sans-serif;
		margin-right: 25px;	
		margin-top: 20px;
		height: auto;
		width: 512px;

	}
	
	#piedepagina{
		border-top: 2px dotted #185599;
		clear:both;
		margin: 30px 20px 0 20px;
		padding: 10px;
	}
	
	#piedepagina a {
		float:right;	
		padding: 0 5px;
	}
	#piedepagina #mejoraSeal{
		background-image:url(../images/mejoracontinuaseal.png);
		background-repeat:no-repeat;
		float:left;
		
		height: 100px;
		left: 0px;
		position: relative;
		top: -35px;
		
		width: 100px;
		z-index: 998;		
		
		
	}
	
	#subtitle{
		font-family: "Apple Chancery","BlackChancery", Verdana;
		font-size: 1.5em;
		font-style:normal;
		font-weight:normal;
		margin:0;
		margin-top: -10px;
		padding: 0;
	}
	
	#title{
			font-family: "Calibri", Verdana;
			font-size: 2.7em;
			font-style:normal;
			font-weight:normal;
			margin:0px;
			padding:0px;

	}
	
#topLinks {
	color:#FFF;
	float:right;

	font-size: 0.8em;	
	margin-right: 26px;
	margin-top: -25px;
}

#topLinks a{
	color:#FFF;
	text-decoration:none;
}

#topLinks a:hover{ text-decoration:underline }
	body { 
		background-color:#2671B1;	
		background-image: url(../images/bg.jpg);
		background-position:top;
		background-repeat:no-repeat;
		font-family:Tahoma, Geneva, sans-serif;
		margin: 0px; 
	 }

	p{
		font-size: 0.8em;
		/*text-align:justify;*/
	}