﻿#ListaPF {
    padding: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
    background-color:#
}

#ListaPF th {
    font-size: 110%;
    font-weight: bold;
    text-align:left;
}

#ListaPF td {
    text-align: left;
}

.editor-label {
    text-align: left;
    width: 110px;
}

.editor-field,
.editor-button {
    margin-left: 120px;
}

.editor-field input,
.editor-field textarea {
    width: 300px;
}

.editor-field textarea {
    height: 100px;
}
#ListaPF #comentar td {
    text-align: center;
}

.ccomentario{
    padding:10px;
    border-bottom:1px solid #ccc;
    width:732px;
    
}
.ccomentario:hover{
    color:#FFF;
    background-color:#0065ab;  
}
.ccomentario_titulo
{
    font-weight:bold;
    padding:10px;
    border:1px solid #ccc;
    width:730px;
    background-color:#666;
    color:#FFF;
}
#valores
{
    margin-top:15px;   
}
form textarea
{
    width:450px;
    height:100px;
}
form button
{
    margin-top:10px;
    float:left;
}
form div
{
    margin:10px;
    float:left;
}
#contenedorBotones
{
    margin: 20px auto;
    text-align: center;
    width: 100%;
    
}
#contenedorBotones button
{
    float: none;
    margin-right: 20px;
    
}

.upButtons
{
    background: url(images/up.png) no-repeat bottom center;
    border:none;
    height: 22px;
    width: 34px;
    cursor:pointer;
}

.downButtons
{
    background: url(images/down.png) no-repeat bottom center;
    border:none;
    height: 22px;
    width: 34px;
    cursor:pointer;
}

.upButtons[disabled]
{
    background: url(images/up_dis.png) no-repeat bottom center;
    border:none;
    height: 22px;
    width: 34px;
    cursor:pointer;
}

.downButtons[disabled]
{
    background: url(images/down_dis.png) no-repeat bottom center;
    border:none;
    height: 22px;
    width: 34px;
    cursor:pointer;
}
