@CHARSET "ISO-8859-1";

body {
	font-family: Arial, Georgia,"Times New Roman",Times,serif;
	background: #f3f3f3;
	margin: 0px;	
	height:100%;
	min-height: 800px;
	min-width: 1000px;
}

.encabezado {
	width: 100%;
	background: white;
	box-shadow: 0px 0px 5px #888888;
}

.encabezado > div{
	width: 1000px;
	margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}

.connecta {
	color: #316CF7;
	font-size: 25px;
	display: inline;
}

.connecta > img {
	width: 50px;
	height: 50px;
	padding-top: 10px;
}

.actividades {
	float: right;
	padding-top: 30px;	
}

.cuerpo {
	width: 1000px;
	margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;	
}

.cuerpo {
	color: #1E47A6;
	padding-top: 20px;
	font-size: 28px;
}

.cuerpo > span span {
	text-transform: uppercase;	
} 

.cuerpo .datos-usuario {
	color: black;
	font-size: 12px;
	background: white;
	margin-top: 20px;
	padding: 25px;
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3), 0 0 30px 1px rgba(0, 0, 0, 0.1) inset;
}

.cuerpo .datos-usuario div {
	margin-top: 5px;	
}

.fecha-nacimiento {
	display: table;
}

.fecha-nacimiento > div > div {
  float: left;
  padding-right: 10px;
}

.footer {
   bottom:0;
   width:100%;
   height:6em;
   margin-top: 30px;
   background: white;
   box-shadow: 5px 0px 5px #888888;
}

input[type="text"] {
	width:300px;
	font-size: 15px;
	padding: 10px;
  	border: solid 1px #dcdcdc;
 	transition: box-shadow 0.3s, border 0.3s;
}

input[type="text"]:focus {
	border: solid 1px #2E64E2;
  	box-shadow: 0 0 5px 1px #316CF7;
}
