html {
    font-family: 'Open Sans', sans-serif;
}

.centrar {  
      text-align: center;
 }

.derecha {
    Text-align: right;
}

.izquierda {
    Text-align: left;
}

.separar {
    background-color: #ffd800;
    color: #f00;
}

.conectar {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}

.enlinea {
    display: inline-block;
}

/* estilos grids html */

.head { background-color: #E8E8E8; font-weight: bold; color: #FFF; }
.grid th, .grid td { border: 1px solid #C0C0C0; padding: 5px; }
.alt { background-color: #E8E8E8; color: #000; }
.selected {background-color:Yellow;}
span.caption {width:100px;}
span.dataDisplay {font-weight:bold;}

