﻿body {
}
div.PanelCentrado
{
    text-align: center;
}
table.PCentrado
{
    margin: auto;
}
td.PTextoCajas
{
    font-size: x-large;
    text-align: left;
    color: #FF6600;
    font-weight: bold;
   
}
td.PEnlaces
{
    text-align: left;
    font-size: x-small;
    
}
span.TextoPidaWebConf
{
    font-size: small;
    font-weight: bold;
    color: #FF0000;
}
span.TextoPidaWebConf:hover
{
   color: #09f;
}
span.TextoCajasRegimenP {
font-size:small;
font-weight:normal;
}
p.PSeccionApartado2
{
    font-size: medium; /* aprox 100% */
    font-weight: bold;
    text-align: left;
    margin: 0.6em 0em 0.6em 1em;
}
img.Info
{
     float:left; /* hace flotar la imagen en el margen izquierdo */
     clear:left; /* impide que el texto fluya por debajo de la imagen */
    }
/* para listas*/
ol.Caracteristicas
{
    list-style-type: disc;
    list-style-image: url('/images/vineta.gif');
    list-style-position: outside;
    text-align: left;
    line-height: 1.5em;
    margin: 0em 0em 0em 5em;
}
