A:link {
     color:#000080; TEXT-DECORATION: none
}

A:visited {
	color:#000080; TEXT-DECORATION: none
}

A:active {
	color:#000080; TEXT-DECORATION: none
}

A:hover {
	color:#000080; TEXT-DECORATION: underline
}

body {
	bgcolor:#fff;
	font-family: 'Raleway', sans-serif;
}
@media (max-width: 480px) {
	body { 
		bgcolor:#fff;
	}
}
	
.img_logo {
	width:277px;
	height:56px;
}
@media only screen and ( max-width: 480px ) {
	.img_logo {
		width:223px;
		height:45px;
	}
}

.encabezado {
	height:100px;
	overflow-y: hidden; 
	overflow-x: hidden; 
	width: 100%; 
	z-index:5;
	position: absolute; 
	left: 0; 
	top: 0;
	border: none;
	bgcolor:#fff;
	
}
@media screen and ( max-width: 480px ) {
	.encabezado {
		height:70px;
		left:0;
		top:0;
	}
}

.barraNombre {
	height:45px;
	width:100%;
	overflow-y: hidden; 
	overflow-x: hidden; 
	z-index:5;
	position:absolute; 
	left:0; 
	top:100px;
	border: none;
	background:url(btn20_0019.png) no-repeat;
}
@media screen and ( max-width: 480px ) {
	.barraNombre {
		top:70px;
	}
}

.menu {
	height:100%;
	width:25%;
	overflow-y: auto; 
	overflow-x: hidden; 
	z-index:6;
	position:absolute; 
	left:0px; 
	top:145px;
	background:transparent;
	border: none;
	font-family: 'Raleway', sans-serif;
}
@media screen and ( max-width: 480px ) {
	.menu {
		top:50px;
		height:100;
		width:0;
		overflow-y: auto; 
		overflow-x: hidden; 
		z-index:6;
		position:absolute; 
		left:0px; 
		border: none;
		background:#e1edf8;
		font-family: 'Raleway', sans-serif;
	}
}

.noMenu {
	width:35px;
}
@media screen and ( max-width: 480px ) {
	.noMenu {
		width:0;
	}
}

.siMenu {
	width:0;
}
@media screen and ( max-width: 480px ) {
	.siMenu {
		width:35px;
	}
}

.contenido {
	width:75%;
	overflow-y: hidden; 
	overflow-x: hidden; 
	z-index:1;
	position:absolute; 
	left:25%; 
	top:145px;
	border: none;
	height:75%;
}
@media screen and ( max-width: 480px ) {
	.contenido {
		top:115px;
		left:0;
		width:100%;
	}
}

.btn_Menu {
	width:52px;
	height:52px;
}
@media screen and ( max-width: 480px ) {
	.btn_Menu {
		width:40px;
		height:40px;
	}
}