/* *************************************************** */
/*      BDF Tech Application Styles                                 */
/* *************************************************** */

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #444444;
}

.cabecera {
    background: #ffffff url('images/f_cab.jpg') repeat-x;
}

.cabecera_admin {
    background: #000000 url('images/f_admin.jpg') repeat-x;   
}

.cabecera_centro {
    background: url('images/cabecera_fondo.jpg') no-repeat;
}

.cuerpo {
    background: #ffffff url('images/f_cuerpo.jpg') repeat-x;
}

.menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #f49702;
}

a.menu:link {
    color: #ffffff;
    text-decoration: none
}

a.menu:visited {
    color: #ffffff;
    text-decoration: none
}

a.menu:hover {
    color: #f49702;
    text-decoration: none
}

a.menu:active {
    color: #ffffff;
    text-decoration: none
}

.pie {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #444444;
}

.titulo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #444444;
}

.form_textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: solid 1px #c4c4c4;
    color: #444444;
    padding: 9px 8px 9px 8px;
    _padding: 0;
}

.txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444444;
}

a.txt:link {
    color: #444444;
    text-decoration: underline
}

a.txt:visited {
    color: #444444;
    text-decoration: underline
}

a.txt:hover {
    color: #000000;
    text-decoration: none
}

a.txt:active {
    color: #444444;
    text-decoration: underline
}

.txtbold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #444444;
}

.txtboldcolor {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #7b3718;
}

.path {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #444444;
}

.pathbold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #444444;
}

a.pathbold:link {
    color: #444444;
    text-decoration: underline
}

a.pathbold:visited {
    color: #444444;
    text-decoration: underline
}

a.pathbold:hover {
    color: #000000;
    text-decoration: none
}

a.pathbold:active {
    color: #444444;
    text-decoration: underline
}

.txtplus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #444444;
}

.txtplusbold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #444444;
}

.txtplusboldcolor {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.boton-opcion {
    background-color: #f49702;
    border: 0;
    border-spacing: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.boton-opcion:hover {
    background-color: #444444;
    border: 0;
    border-spacing: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.errores {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
}

.contenido-central {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #444444;
}

.contenido-central strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #f49702;
    font-weight: bold;
}

.contenido-derecha {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444444;
}

.contenido-derecha {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444444;
}

.contenido-derecha strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #f49702;
    font-weight: bold;
}

.titulo-seccion {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #f49702;
    font-weight: bold;
}

.descripcion {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #f49702;
    font-weight: bold;
}

.privacidad {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #444444;
}

/* Imagenes acciones */

.img-16-edit-paste {
    width: 16px;
    height: 16px;
    background: url('images/acciones/edit-paste.gif') 0 0;
}

.img-16-select-trash {
    width: 16px;
    height: 16px;
    background: url('images/acciones/select-trash.gif') 0 0;
}

.img-16-key {
    width: 16px;
    height: 16px;
    background: url('images/acciones/key.gif') 0 0;
}

.img-16-view {
	width: 16px;
	height: 16px;
    background: url('images/acciones/look.gif') 0 0;
}

