	body{
		text-align:center;
		margin-top:15px;
		margin-bottom:15px;
		font-family:verdana;
		font-size:10px;
		font-color:#990000;
		background-image:url(../img/fondo2.jpg);
	}
	#cabecera{
		border:1px solid #717171;
		width:800px;
		hight:100px;
	}
	#marco{
		border:0px solid #717171;
		width:800px;
		height:500px;
	}
	#menu{
		border:0px solid #717171;
		width:150px;
		height:400px;
		margin:20px 15px 0px 0px;
		float:left;
		text-align:left;
		background-color:white;
		background-image:url(../img/fondo2.jpg);		
	}
	#menu h1{
		background-image:url(../img/titmenu.gif);
		background-repeat: no-repeat;
		font-size:10px;
		color:white;
		height:25px;
		width:152px;
		margin-bottom:0px;
		padding:6px 0px 5px 15px;
	}
	#menu ul{
		list-style:none;
		margin-left:0px;
		border:1px solid #717171;
		border-top:0px;
		margin-top:0px;
		padding-top:10px;
		height:375px;
	}
	#menu p{
		text-align:center;
	}
	#menu img{
		border:1px solid #717171;
		margin-bottom:10px;
	}
	#info{
		border:0px solid #717171;
		width:525px;
		height:400px;
		margin:20px 10px 0px 0px;
		background-color:white;
		text-align:left;
		padding:0px;
		background-image:url(../img/fondo2.jpg);
		float:left;
	}
	#info p{
		border:1px solid #717171;
		border-top:0px;
		margin-top:0px;
		padding:20px;
		width:525px;
		height:375px;
		color:#315567;
		text-align:justify;
	}
	#info table{
		font-size:10px;
		color:#315567;
		width:100%;
	}
	#info table td{
		border-bottom:1px solid #A5AAAD;
	}
	#info h1{
		background-image:url(../img/tit.gif);
		background-repeat: no-repeat;
		font-size:10px;
		color:white;
		height:25px;
		width:525px;
		margin-bottom:0px;
		padding:6px 0px 5px 15px;
	}
	#derecha{
		border:0px solid #717171;
		width:80px;
		height:400px;
		margin:20px 0px 0px 0px;
		float:right;	
	}	
	#derecha p{
		text-align:center;
	}
	#derecha img{
		border:1px solid #717171;
		margin-bottom:4px;
	}
	
	/*/ ENLACES /*/
		#menu ul li a{
			text-decoration:none;
			font-weight:bold;
			color:#315567;
			border-bottom:1px solid #717171;
			width:150px;
			padding:3px 10px 3px 10px;
		}
		#menu ul li a:hover{
			text-decoration:none;
			font-weight:bold;
			color:#fff;
			border-bottom:1px solid #717171;
			background-color:#A6AAAD;
		}
		#menu ul p a{
			color:#8C9093;
			text-decoration:none;
			font-weight:bold;
		}
		#menu ul p a:hover{
			color:#315567;
			text-decoration:none;
			font-weight:bold;
		}
		a{
			color:#8C9093;
			text-decoration:none;
			font-weight:bold;
		}
		a:hover{
			color:#315567;
			text-decoration:none;
			font-weight:bold;
		}
	/*/ FIN ENLACES /*/
	
	/*/ COPY /*/
		h6{
			font-size:9px;
			color:#C1C2C2;
			margin-top:3px;
		}
		h6 a{
			color:#C1C2C2;
			text-decoration:none;
		}
	/*/ FIN COPY /*/
	
	/*/MOZILLA/*/
		body>#marco{
			margin-left:auto;
			margin-right:auto;
		}
		#marco>#info{
			width:450px;
			height:315px;
		}
		#marco>#derecha{
			margin:10px 0px 20px 0px;
			width:90px;
			margin-top:30px;	
		}
		#marco>#menu{
			margin-left:0px;
			height:345px;
		}
		#menu>h1{
			margin-bottom:0px;
			padding:0px 0px 0px 15px;
		}
		#menu>ul{
			padding-left:0px;
			width:150px;
		}
		#menu>ul>li{
			height:15px;
			border-bottom:1px solid #717171;
			padding-top:3px;
		}
		#menu>a{
			width:300px;
			border-bottom:0px;
			width:150px;
		}
		#info>h1{
			padding:0px 0px 0px 15px;
		}
		#info>p{
			width:503px;
		}