@charset "utf-8";
/* CSS Document */
table.tabla_sin {
  border-collapse:collapse;
  border: none;
}

td.celda_sin {
  padding: 0;
}

.fx img{
    border: 0px;
    float: center;
    margin: 15px;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
}
  
.fx img:hover {
    margin-top: 2px;
}
.rounded {
 width: 200px;
 height: 200px;
 border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
-khtml-border-radius: 100px;
box-shadow: 0px 0px 7px #000; 
border: 0px solid #6b4879;
}
.info{
margin-right:5px;
margin-left:5px;
}
.footer{
  font-size:13px;
  color:#ffffff;
  margin-right:50px;
margin-left:50px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
    margin-right:50px;
margin-left:50px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.mobile { 
 visibility: hidden; display:none; 
 }
@media all and (max-width: 960px) { 
div#banner { 
display:none; 
} 
div#botones { 
display:none; 
} 
} 
@media all and (max-width: 480px) { 
.mobile  { visibility: visible; display:block }
}
@media all and (max-width: 480px) { 
div#content { 
display:none; 
}
} 