﻿.FichaFilaGrande {
    display: block;
    margin: auto;
    padding: 20px;
    text-align: justify;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #31708f;
    background-color: #ffffff;
	border:1px #e0e0e0 solid;
}

.FichaFilaPequena {
    display: block;
    margin: auto;
    padding: 12px;
    text-align: justify;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #31708f;
    background-color: #ffffff;
	border:1px #e0e0e0 solid;
}


.FichaFilaGrandeInactiva {
    display: block;
    margin: auto;
    padding: 20px;
    text-align: justify;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #31708f;
    background-color: #f0f0f0;
	border:1px #e0e0e0 solid;
}

.FichaFilaPequenaInactiva {
    display: block;
    margin: auto;
    padding: 12px;
    text-align: justify;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #31708f;
    background-color: #f0f0f0;
	border:1px #e0e0e0 solid;
}


.TextoFichaFila {
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #797979;
	background-color: #f8f0ff;
    font-family: arial;
    font-weight: normal;
    padding: 12px;
    text-decoration: none;
    clear: both;
    text-align: justify;
    line-height: 140%;
	border:1px #e0e0e0 solid;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.TextoFichaFila2 {
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #797979;
    font-family: arial;
    font-weight: normal;
    padding: 12px;
    text-decoration: none;
    clear: both;
    text-align: justify;
    line-height: 140%;
}

