.panel1
{
	/*min-width:1050px;*/
	background: #CACFD2;
	/*background: -moz-linear-gradient(top, #3b5998, #0072C6);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3b5998), to(#0072C6));*/
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FA75B7), to(#ff0080));*/
	/*background-image:url('../imagenes/logos/ingenio.png');*/
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% 100%;
	margin:auto;
}
.encabezado
{
	/*width:1000px;*/
	width:100%;
	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: 80px;
	background-color: white;
	width: 80px;
	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;
}
.logoR
{
	background: #CACFD2;
	background-image: url("../imagenes/logos/ingenio.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px;
	background-color: white;
	width: 80px;
	height: 75px;
	float:right;
	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;
}