@charset "utf-8";

/* CSS Document */



html, body 

{

	margin: 0;

	padding: 0;

	height: 100%;

	background-color:#000000;

	color:#000000;

	font-family:Calibri;

}



#BLOQUE_1 

{

	display: table;

	height: 100%;

	width: 100%;

	margin: 0;

}

 

#BLOQUE_2 

{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align:center;
	left: 383px;
	top: 2px;

}



#ENTRADA

{

	text-align: center;

	border:0px;

	margin:0 auto;

}



#TABLA

{

	text-align: center;

	border:0px;

	margin:0 auto;

	background-image:url(P1%20-%20004.jpg);

}

 

#block_content 

{

	border: 1px solid green;

	width: 960px;

	height: 500px;

	margin: 0 auto;

	padding: 0 20px;

}
