﻿#contenido{
	width:960px;
	margin:0 auto;
	text-align:center;
}
h1
{
	color:#0f477d;
}


.Caja1{
	width:280px;
	height:265px;
	background-color:gainsboro;
	color:#fff;
	margin:0px;
	border-radius:20px;
	padding:10px;
	box-shadow: 0px 0px 10px #0f477d;
    margin-bottom:10px;
}
.Caja2{
    width:280px;
	height:265px;
	background-color:gainsboro;
	color:#fff;
    margin-left:0px;
	border-radius:20px;
	padding:10px;
	box-shadow: 0px 0px 10px #0f477d;
    float:inherit;
    margin-bottom:10px;
}
.Caja3{
	width:280px;
	height:413px;
	background-color:gainsboro;
	color:#0f477d;
	margin:0px;
	border-radius:20px;
	padding:10px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.Invisible{


}

.CorreoP{
	width:280px;
	height:340px;
	background-color:bisque;
	color:#0f477d;
	margin:0px;
	border-radius:20px;
	padding:12px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.Caja4{
    width:400px;
	height:200px;
	background-color:gainsboro;
	color:#0f477d;
	margin:0 auto ;
	border-radius:20px;
	padding:20px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    
    
}
.Padre{
    float:left;
    margin:0;
    position:center;
}
.espacio{
    width:30px;
	height:20px;
    float:left;
    margin:0;

}
h7{
    color:dimgray;
    font-size:small;
}

#usuario{
    color:dimgrey;
    font-size:large;
    font-weight: bold;

}



#txtErr{
    text-align:center;
    font-family:helvetia,Arial;
    position:center;
    color:crimson;
    font-size: 2em;
    
}

#txtErr1{
    width:300px;
    text-align:center;
    font-family:helvetia,Arial;
    position:center;
    color:crimson;
    
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height:60px;
  width: 60px;
  padding: 20px;
}

.MenuOff {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color:blanchedalmond;
  font:400;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.centerButton{
    align-items:center;
}
.linkPersonal{
    text-align:center;
    font-size:13px;
    font-weight: bold;
}
