@charset "UTF-8";
/**

Estilos para el Template del Portal de CSG
 - Header - Body - Footer
 
**/
a:link, a:visited, a:active {
	text-decoration: none;
}

/**
HEADER
**/
#encabezado {
	width: 100%;
	height: auto;
	position: relative;
}	
		
.cochochiL {
	position: relative;
	display: inline-block;
	width: 15%;
}

.cochochiR {
	position: relative;
	display: inline-block;
	width: 17%;
	text-align: right;
}

.logoAmeli {
	display: inline-block;
	width: 68%;
	text-align: center;
}

.lineaAzul {
	width: 100%;
	height: 13px;
	background: #1252b2;
	position: relative;
	z-index: 1;
	top: -10px;
}

.logoAmeliLetras {
	display: none;
}

/**
FOOTER
**/
#footer {
	position: relative;
	background: #999999;
	width: 100%;
	padding: 0;
	height: auto;
	background: #999999;
	text-align: center;
	font-family: Helvetica;
	color: white;
}

.lineaColores {
	width: 100%;
	position: relative;
	top: -9pt;
}

.pre-pie-home {
	background: #b3b3b3;
	width: 100%;
	margin: -15px auto 0px auto;
	height: auto;
	color: white;
	text-align: center;
}

.pre-pie-home a {
	color: white;
	font-size: 9pt;
	font-weight: bold;
}

.content-links {
	width: 90%;
	margin: 0px auto;
}

.links-pre-pie {
	margin: 25px auto;
	width: 12%;
	display: inline-block;
}

.contenidoTextoPie {
	display: inline-block;
	width: 18.66%;
	font-family: Helvetica;
	color: white;
	font-size: 8pt;
	text-align: right !important;
}

.contenidoTextoPieC {
	display: none;
	font-family: Helvetica;
	color: white;
	font-size: 8pt;
}

.separadorPuntos {
	display: inline-block;
	width: 3.66%;
}

.escudosNormal {
	display: inline-block;
}

.escudosJuntos {
	display: none;
}

.escudosDivididos {
	display: none;
}

/****************************************************************/
@media only screen and (min-width: 769px) {
}

@media only screen and (max-width: 768px) {
	.logoAmeli {
		width: 65%;
	}
	.cochochiR {
		width: 20%;
	}
	.escudosNormal {
		display: none;
	}
	.escudosJuntos {
		display: inline-block;
	}
	
	.content-links{
		width: 100%;
	}
	
	.links-pre-pie{
		width: 13%;
	}
}

@media only screen and (max-width: 640px) {
	.cochochiL {
		width: 20%;
	}
	.logoAmeli {
		width: 80%;
	}
	.cochochiR {
		display: none;
	}
	.contenidoTextoPie {
		display: none;
	}
	.contenidoTextoPieC {
		display: inline-block;
	}
	.separadorPuntos {
		display: none;
	}
	.pre-pie-home {
		margin: -16px auto 0px auto;
	}
	.links-pre-pie {
		width: 32%;
		margin: 8px auto;
	}
	.pre-pie-home a {
		font-size: 8pt;
	}
	.logoAmeli img{
		width: 383px;
	}
}

@media only screen and (max-width: 480px) {
	.cochochiL {
		width: 20%;
	}
	.logoAmeli {
		display: none;
	}
	.logoAmeliLetras {
		display: inline-block;
		text-align: right;
		width: 80%;
		height: 90%;
	}
	.escudosJuntos {
		display: none;
	}
	.escudosDivididos {
		display: inline-block;
	}
	#footer {
		height: auto;
	}
}