/*contenido de muro perfiles*/
.header11{
  margin-top: -200px;
  text-align: left;
  height: 300px;
  padding: -50px;
  color: blue;
  background-image:url(img/fondo.jpg);
  background-repeat: no-repeat, repeat;
}
/*Imagen redonda*/
.avatar{
width:200px;
height: 200px;
border-radius:50%;
}

/*Formato Nombre*/
.user-name{
font-size: 28px;
margin-top: 25px;
font-family:serif;
margin-right:100px;
margin-left: 80px;
}

/*Para ordenas los nombres de los Usuarios en el Perfil de Inicio*/
.header12{
text-align: center;
margin-top: auto;
margin-left: 90px;
margin-right: 400px;
margin-top: 20px;
}


/*Hacer tabla Responsible*/
.table-rwd {
  font-size: .85em;
  border: 1px solid rgba(181, 213, 144, 0.5);
  color: #666;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto; }
  .table-rwd td, .table-rwd th {
    padding: .4em;
    border-bottom: 1px solid rgba(181, 213, 144, 0.5); }
  .table-rwd th {
  	/*color de los titulos de la tabla*/
    background: rgba(70,130,180 ,1);
    /*color de letras tabla*/
    color: #fff;
    font-weight: normal;
    text-align: right; }
  .table-rwd td {
    text-align: right; }
    .table-rwd td:before {
      color: black; }
    .table-rwd td:first-of-type {
      text-align: left; }
      .table-rwd td:first-of-type:before {
        content: ""; }
      .table-rwd td:first-of-type:after {
        content: ""; }
  .table-rwd tr:hover {
    background: rgba(181, 213, 144, 0.2); }
  .table-rwd tr td:nth-child(2n) {
    background: wite; }

.table-container {
  overflow-x: auto; }

.table-rwd {
  min-width: 900px; }
  .table-rwd td:first-child {
    position: absolute;
    background: #fff;
    width: 8em; }
  .table-rwd th:first-child {
    width: 8em; }
  .table-rwd tr:hover td:first-child {
    background: #131418;
    color: #fff; }
  .table-rwd tr:nth-child(2) td:first-child {
    box-shadow: 0 -2.7em 0 -6px #1A8CFF, -6px -2.7em 0 -6px #1A8CFF; }