﻿A:link, A:visited,
A:hover {text-decoration:none; color:white;}
A:hover {border:2px dashed white;}
A:active{border:2px dashed white;}
	
			
	
	
	#menucontent

	{
	
	z-index: 1;
	position: absolute; 
	background-color: #0096FF; 
	color:white;
	font-size:large;
	font-family:Verdana,Arial;
	left: 15px; 
	top: 15px; 
	height: 560px; 
	width: 200px; 
	padding-right: 0px;
	padding: 20px; 
	}
	
	#logo

	{
	z-index: 2;
	position: absolute; 
	top: 15px; 
	right:120px; 
		
	}

	
	
	
	#contenido
	
	{
	z-index: 2;
	border: #0096FF 2px dashed;
	background-color: white;
	position: absolute; 
	top: 150px; 
	right:15px; 
	
	}
	
	
	#firmas
	{
	z-index: 3;
	position: absolute; 
	font-family:Calibri, Verdana, Arial;
	text-align:center;
	font-size:small;
	background-color:#0096FF;
	right:15px;
	bottom:30px;
	padding: 1px; 
	
	}



    
	body
	{	
		text-align:center;
		margin:5px;
		background-attachment:fixed;
		background-image:url('background.gif');
		background-color:white;
		background-position:center;
		background-repeat:repeat;
		font-family:Arial;
		font-size:medium;
		color:black;
	} 
	


	
	


	
