
html {
    font-family: Arial, sans-serif;
    height: 100%;
  	box-sizing: border-box;
}
.cabecera{
	background-color: #000099;
	color: #ffffff;
}

.nuevayepicaclass{
 	display: flex; 
 	justify-content: space-between;
 }

.izquierda{
	flex-grow: 1;
}

body{
	margin: 0;
}

.tabla tr td a{
	text-decoration: none;
	margin: 0;
	display: block;
	color: white;
}

.tabla, td{
	border-collapse: collapse;
	border: 1px solid white;
}

.tabla tr td{
	width: 150px;
	vertical-align: center;
	text-align: center;
	height: 35px;
	font-size: 20px;
}

#retroiluminacion{
	background-color: #ffffff;
}

#retroiluminacion a{
	color: #000099;
}

.migadepan {
	background-color: #6699ff;
	color: #ffffff;
	padding: 7px;
}
.division {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  height: 80%;		

}
.lapor {
  width: 200px;
  border-right: 2px solid;
}
.contenido {
	-webkit-flex: 1;
  	flex: 1;
  	color: #000099;		
  	padding: 80px;
}
.centrar {
	text-align: center;
}
.pie {
	background-color: #000099;
	position: absolute;
	right: 0;
 	bottom: 0;
 	left: 0;
 	padding: 1rem;
}
.pie a img{
	width: 45px;
	height: 45px;
	padding: 5px;
	margin-right: 40px;

}
.Nicol {
	width: 200px;
	float: left;
	padding: 30px;
}

.uno{
  margin: .5em 0;
}
.dos{
  width: 100%;
  float: left;
}
.pollas{
	text-align: center;
}
form {
  background: -webkit-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
  background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
  background: linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
  margin: auto;
  position: relative;
  width: 550px;
  height: 450px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #999;
  border: inset 1px solid #333;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input {
  width: 375px;
  display: block;
  border: 1px solid #999;
  height: 25px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

textarea#feedback {
  width: 375px;
  height: 150px;
  display: block;
}

button {
  width: 100px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #09C;
  color: #fff;
  font-family: Tahoma, Geneva, sans-serif;
  height: 30px;
  border-radius: 15px;
  border: 1p solid #999;
}

input.button:hover {
  background: #fff;
  color: #09C;
}