.panel1
{
	min-width:1050px;
	background: #33C4FF;
	background: -moz-linear-gradient(top, #33C4FF, #0072C6);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33C4FF), to(#0072C6));
	background: -moz-linear-gradient(top, #33C4FF, #0072C6);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33C4FF), to(#0072C6));
	margin:auto;
}
.encabezado
{
	width:1000px;
	margin:auto;
	height:95px;
}
.tabla
{
	height:120px;
}
td
{
	vertical-align: bottom;
}
img {border-style:none;}
.logo
{
	background-image: url("../imagenes/logos/logo.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 110px;
	background-color: white;
	width: 200px;
	height: 75px;
	float:left;
	position:relative;
	top:-10px;
	border:1px solid blue;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	margin:auto;
	box-shadow: 5px 5px 10px black;
}
.texto
{
	text-align:center;
}
/* ========================= */
/* HEADER RESPONSIVE */
/* ========================= */

@media (max-width: 768px) {

    .encabezado {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .logo {
        float: none;
        margin: 10px auto;
    }

    .panel1 {
        min-width: 100%;
    }
}
