body,

	html {
		margin:0;
		padding:0;
		background:#CCCCCC;
		color:#000;
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 10pt
	}

	body {
		min-width:750px;
	}

	#wrap {
		border-left: 10px solid #666666;
		border-right: 10px solid #666666;
		background: #01004C;
		margin: 0 auto;
		width:750px;
	}

	#header {
		background:#01004C;
		height: 105px;
		padding: 10px 0px 10px 10px;
		color: #333333;
		font-size: 40px;
		font-weight: bold;
		border-bottom: solid 1px white;
		padding-top: 7px;

	}

	#header h1 {
    	padding:5px;
	    margin:0;
    }


	#nav {
		background:#333333;
		padding: 5px 5px 5px 10px;
		color: white;
		border-bottom: solid 1px white;
	}

	#nav a {
		background:#333333;
		width:100%;
		color: white;
		text-decoration : underline;
		text-decoration : none;
	}
	#nav a:hover {
		background:#333333;
		width:100%;
		color: white;
		text-decoration : underline;
		text-decoration : none;
	}
	#nav a:link {
		background:#333333;
		width:100%;
		color: white;
		text-decoration : underline;
		text-decoration : none;
	}	

	#nav ul{
		background:#333333;
		margin:0;
		padding:0;
		list-style:none;
	}

	#nav li{
		background:#333333;
		display:inline;
		margin:0;
		padding:0;
	}

	#main {
		background:#FFFFFF;
		float:left;
		width:750px;
		text-align:justify;
	}
		
	#main p {
		padding: 0 10px;
	}

 	#main h1 {
		color:#000066;
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 17pt;
		text-align:center;
	}

	#sidebar {
		background:#B1B1B1;
		float:right;
		width:250px;
		height: 615px;
	}

	#sidebar ul {
		margin-bottom:0;
    }

    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }

	#footer {
		background:#CCCCCC;
		clear:both;
		text-align: center;
		padding: 5px;
		font-size: 11px;
		margin-bottom: 20px;
	}
	
	#footer a {
		background:#CCCCCC;
		width:100%;
		color:#000000;
		text-align: center;
		padding: 0x;
		font-size: 12px;
		margin-bottom: 0px;
		text-decoration : underline;
		text-decoration : none;
	}
	#footer a:hover {
		background:#CCCCCC;
		width:100%;
		color:#000000;
		text-align: center;
		padding: 0x;
		font-size: 12px;
		margin-bottom: 0px;
		text-decoration : underline;
		text-decoration : none;
	}
		
	
	#footer2 {			
		background:#CCCCCC;
		width:100%;
		color:#000000;
		text-align: center;
		padding: 0x;
		font-size: 12px;
		margin-bottom: 0px;
	}
		
	#footer2 a {
		background:#CCCCCC;
		width:100%;
		color:#000000;
		text-align: center;
		padding: 0x;
		font-size: 12px;
		margin-bottom: 0px;
		text-decoration : underline;
		text-decoration : none;
	}
	#footer2 a:hover {
		background:#CCCCCC;
		width:100%;
		color:#000000;
		text-align: center;
		padding: 0x;
		font-size: 12px;
		margin-bottom: 0px;
		text-decoration : underline;
		text-decoration : none;
	}
	
	#footer p {
		padding:5px;
		margin:0;
    }

	.heading1 {
		color: #01004C;
		font-size: 18pt;
		margin-top:10px;
	}
	
	.heading1 h1 {
		color:#FF0000;
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 18pt;
	}
	
	img {
	border: none;
	margin-left: 10px;
	margin-right: 10px;
	}
	
	.imgizquierda {
		border: none;
		margin-right: 10x;
		float: left;
	}
	
	.imgderecha {
		border: none;
		margin-right: 10x;
		float:right;
	}

	.listaIzquierda
	{
		width:40%;
		margin-left:15px;
	}
	.listaIzquierda h2 {
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 10pt;
    	padding:5px;
	    margin:0;
    }
	
	.listaDerecha
	{
		float: right;
		width:40%;
	}
	.listaDerecha h2 {
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 10pt;
    	padding:5px;
	    margin:0;
    }


	.noticiaCabecera
	{
		float: right;
	}
	.noticiaCabecera h1 {
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 20pt;
    	padding:5px;
	    margin:0;
    }
