﻿.container
{
	max-width:790px;
	background-color: #E7F4F5;
}
input[type=image]:hover, a img:hover
{
	opacity:0.7;
}
.headerLogo
{
	background-color: #000;
	min-height: 97px;
	width:100%;
	margin-left: 0px;
	border-radius: 20px;
}
	.headerLogo div:first-child {
		background-image: url('../imagenes/ArcaBlanco.png');
		background-repeat: no-repeat;
		background-position: 40px 20px;
		min-height: 97px;
	}
.headerLogo div:last-child
{
	background-image:url('../imagenes/logo_treb.png');
	background-repeat:no-repeat;
	background-position: 0 20px;
	min-height: 97px;
}