/* CSS Document */
/*_________________________________ELEMENTOS______________________________________*/
body,td,th 
        {
                font-family:Arial, Verdana, Helvetica, sans-serif;
                font-size: 12px;
                color:#404041;
        }
body
        {
                background:url(../images/background/fondo.jpg) top left repeat-y #f8b31e;
                margin: 0px 0px 0px 0px; 
        }

p
        {
                color:#5c6e69;
                text-align:justify;
                font-size:0.9em;
        }
table
        {
                border-collapse:collapse;
        }       
hr
        {
                height:0px;
        border-top:0px;
        border-left:0px;
        border-right:0px;
        border-bottom: #e7e4e2 solid 1px;
                margin-top:-5px;
    }

h1
        {
                font-size:1.6em;
                font-weight:bold;
                margin-bottom:-3px;
        }
h2
        {
                font-size:15px;
                font-weight:bold;
                color:#b0a79f;
                margin-top:1px;
        }
h3
        {
                font-size:1em;
                font-weight:bold;
        }
h4
        {
                font-size:0.9em;
                font-weight:bold;
                color:#5c6e69;
        }
img
        {
                border:none;
        }
div
        {
                float:left;
        }
.left
        {
                float:left;
        }
.right
        {
                float:right;
        }
.none
        {
                float:none;
        }
.imgRight
        {
                float:right;
                margin:10px;
        }
.imgLeft
        {
                float:left;
                margin:10px;
        }
a:link
        {
                color: #fe641c;
                text-decoration: none;
        }
a:visited
        {
                text-decoration: none;
                color: #fe641c;
        }
a:hover
        {
                text-decoration: none;
                color: #3297b9;
        }
a:active
        {
                text-decoration: none;
                color: #fe641c;
        }

.cabeceraProfesionales
        {
                width:772px;
                height:220px;
                background:url(../images/background/cabecera_profesionales.jpg);
                float:none;
        }
.cabeceraPublico
        {
                width:772px;
                height:220px;
                background:url(../images/background/cabecera_publico.jpg);
                float:none;
        }
.fondoRepeat
        {
                width:742px;
                min-height:400px;
                padding-left:10px;
                padding-right:20px;
                padding-bottom:10px;
                padding-top:20px;
                text-align:justify;
                background:url(../images/background/fondo_repeat.jpg) repeat-y;
        }
.fondoRepeat ul
        {
                list-style: url(../images/iconos/ico_li.gif);
                font-size:11.5px;
                margin-top:-10px;
        }
.fondoRepeat li
        {
                margin-left:-10px;
        }


