@charset "utf-8";

html, body {
    height: 100%;
    margin: 0;
    padding: 0; 
}
#tbl {
    height: 100%;
    width: 100%; 
}
#div_main {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.div_scroll {
	width: 80%;
	height: 200px;
	overflow-y: scroll;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.div_botonera {
	width: 202px;
	height: 100px;
	float: left;
	position: absolute;
}



#td1 {height:10%;
background-image: url(../img/negro.png);
}
.td2 {height: 90%;}
#td3 {height:10%;
background-image: url(../img/negro.png);
}

#div_main_c {
	width: 100%;
	height: 100%;
	background-image: url(contacto.jpg);
	border-color: #FF0000;
	display: table; 
}
.bg_trans{
	/*background-color: #000000;
	opacity: .80;*/
	background: rgba(0,0,0,0.80);
}
