html, body {
    font-family: Verdana;
	letter-spacing:0px;
	height: 100%;
	margin:0px;
	padding:0px;

}
#web{
	 display: table;
     height: 100%;
     width: 100%;
     margin: 0;
	 text-align:center;



	
}
#fondo{
	font-size:9px;
	background-image: url(img/fondo.png);
	background-repeat:no-repeat;
	width:640px;
	height:480px;
	display:inline-block;

}
#contenido{
	padding:50px;
	
	

}
#logotipo{
	text-align:left;
}
#descripcion{
font-size:12px;
text-align:justify;
padding:24px;
height:130px;
}
#keywords{
font-size:10px;
text-align:left;
color:#999999;

}
#cuerpo{
font-size:11px;
text-align:justify;
width:530px;

display: table-cell;
vertical-align: bottom;

}
#izquierda{
float:left;
display:inline;

}
#derecha{

	border-right:2px solid #333333;
	padding-right:10px;
	
	text-align:right;
	font-size:11px;
	color:#999999;
	line-height:14px;

	float:right;

	width:320px;

}
#derecha p{
	font-size:12px;
	color:#000000;
	font-weight:bold;
	display:inline;
}
h1{
margin:0px;
padding:6px;
text-transform:capitalize;
font-size:11px;
letter-spacing:-1px;
text-align:left;

}

h2{
margin:0px;
padding:2px;
text-align:right;
font-size:24px;
letter-spacing:-2px;
color:#eeeeee;
text-transform:capitalize;
font-weight:bold;
}
