@charset "utf-8";

html, body {
margin:0; padding:0;
height: 100%;
width:100%;
}
body{
  display: table;
}
#contenedor{
  display:table-cell;
  vertical-align:middle;
}
#contenido {
  display:table-cell;
  margin:0 auto;
	text-align: center;
	height: 400px;
  width:900px;
	vertical-align: middle;
}
td,th {
	font-size: 12px;
	padding: 0px;
	text-align: center;
  border:1px dotted #CCC;
  border-radius:8px;

}  /**/
th{
  color:#074b94;
  font-size:15px;
  padding:8px;
  background-color:#b2dbed;
}
.sinborde{
  border:0px;
}
.sombra {
	background-color: #E5E5E5;
}
#form1 {
	height: 180px;
	width: 400px;
  margin:0 auto;
  border: 1px dotted #004590;
  border-radius:10px
}
input[type="text"] , .contrasenia , #informativo {
  font-size:16px;
  text-align:center;
}