/*
* After modifying this style sheet, refresh the page being designed to see the effect of the modification.
* Click the Refresh button in the Visual Designer toolbar to refresh the page.
*/ 

/* Style rules to make Java Server faces Standarad data tables look better */

.list-header {
    background-color: #eeeeee;
    font-size: larger;
    font-weight: bold;
}

.list-paging-header {
    background-color: white;
}

.list-paging-footer {
    background-color: white;
}

.list-row-even {
    background-color: white;
}

.list-row-odd { 
    background-color: #eeeeee;
}

/* Style rules for message severity levels */

.infoMessage {
    color: black;
}

.warnMessage {
    color: orange;
    font-weight: bold;
}

.errorMessage {
    color: red;
    font-weight: bold;
}

.fatalMessage {
    color: red;
    font-style: italic;
    font-weight: bold;
}
.arriba{
    background-position: left top;
    vertical-align: top;
}
.izquierda{
    width: 50%;
    text-align: left;
}
.derecha{
    width: 50%;
    text-align: right;
}
.centro{
    width: 100%
}
.ctrFirstColumn { 
    width: 10%;
} 

.ctrSecondColumn { 
    width: 80%;
} 

.ctrThirdColumn { 
    width: 10%;
}
.linkNormal{
    color: rgb(102, 102, 102); font-family: Arial,Helvetica,sans-serif; font-size: 11px; text-align: justify
}
.centrado { 
    text-align: center;
    vertical-align: middle;
}
.distribuido {
    width: 33%;
}
.fondoGris { 
    background-color: #cccccc;
}
.fondoAzul { 
    background-color: #a8a8ba;
}
.jsp1_1 {
    background-image: url(./resources/tituloMedio.jpg); height: 220px;
    
}




