﻿body {
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    font-family: Verdana;
    /*font-family: Arial, Geneva, Helvetica, sans-serif;*/
    background-color: white; /*#FFFFFE /*#FEFEFE /*colorFondo*/ /*white; *#FEFEFA ; /*#FEFEFC; /* #FCFBF5;   /*#F2F2F2; RGB(254, 254, 250) */
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

body.margen90{
    margin-left:90px;
}

.paraTextAreaBorrarLineas {
    width: 400px; /*24 45px;*/
    height: 30px; /*23 50px;*/
    padding-top: 4px;
    padding-left: 5px;
    resize: none;
    background-color: white; /*#EEFDFD; azul */ /*#FFF7EC; */
    border-color: #C3C3C3; /* #EDBB99; #AED6F1; #F8C471; */
    border-style: ridge;
    border-radius: 6px;
    text-align: left;
    color: dodgerblue;
    font-size: 20px;
    vertical-align: middle;
}

.paraTextAreaSufijo {
    width: 120px; /*24 45px;*/
    height: 30px; /*23 50px;*/
    padding-top: 4px;
    padding-left: 5px;
    resize: none;
    background-color: white; /*#EEFDFD; azul */ /*#FFF7EC; */
    border-color: #C3C3C3; /* #EDBB99; #AED6F1; #F8C471; */
    border-style: ridge;
    border-radius: 6px;
    text-align: left;
    color: dodgerblue;
    font-size: 20px;
    vertical-align: middle
}

.paraTextAreaBorrarLineasG {
    width: 900px; /*24 45px;*/
    height: 36px; /*23 50px;*/
    padding-top: 7px;
    padding-left: 5px;
    resize: none;
    background-color: white; /*#EEFDFD; azul */ /*#FFF7EC; */
    border-color: #C3C3C3; /* #EDBB99; #AED6F1; #F8C471; */
    border-style: ridge;
    border-radius: 6px;
    text-align: left;
    color: dodgerblue;
    font-size: 16px;
    vertical-align: middle;
}

.paraTxtCrearCurso {
    width: 400px; /*24 45px;*/
    height:500px; /*23 50px;*/
    padding-top: 4px;
    padding-left: 5px;
    resize: none;
    background-color: white; /*#EEFDFD; azul */ /*#FFF7EC; */
    border-color: #C3C3C3; /* #EDBB99; #AED6F1; #F8C471; */
    border-style: ridge;
    border-radius: 6px;
    text-align: left;
    color: dodgerblue;
    font-size: 16px;
    vertical-align: middle;
}

.paracheck{
    margin-left: 50px;
}

p.miniseparadorInd {
    line-height: 8px;
}

p.separadorInd {
    line-height: 40px;
}

p.separador10 {
    line-height: 10px;
}

p.separador15 {
    line-height: 15px;
}

p.separador20 {
    line-height: 20px;
}
p.entrechecks {
    padding: 10px;
    font-size: 21px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: darkblue;
}

.detxtportapapeles {
    width: 90%; /*24 45px;*/
    height: 300px; /*23 50px;*/
    padding-top: 12px;
    padding-left: 10px;
    background-color: white; /*#EEFDFD; azul */ /*#FFF7EC; */
    border-color: #C3C3C3; /* #EDBB99; #AED6F1; #F8C471; */
    border-style: ridge;
    border-radius: 6px;
    text-align: left;
    color: gray;
    font-size: 14px;
    vertical-align: top;
}


.deCmdCopyCon2porciento {
    margin-top: 5px;
    margin-left: 2%;
    color: white; /*darkgreen*/
    background-color: dodgerblue;
    padding: 8px;
    font-size: 15px;
    margin-top: 5px;
    border-radius: 6px;
    border: none;
}

.deCmdCopyCon2porciento:hover {
    background-color: deepskyblue;
}

.deCmdCopy {
    color: white; /*darkgreen*/;
    background-color: dodgerblue;
    padding:8px;
    font-size:15px;
    margin-top: 5px;
    border-radius: 6px;
    border: none;
}

.deCmdCopy:hover {
    background-color: deepskyblue;
}

.deCmdDetallesCopy {
    color: white; /*darkgreen*/
    background-color: darkolivegreen;
    padding: 8px;
    font-size: 15px;
    margin-top: 5px;
    border-radius: 6px;
    border: none;
}

.deCmdDetallesCopy:hover {
    background-color: olive;
}


.deCmdCopyred {
    color: white; /*darkgreen*/
    background-color: red;
    padding: 8px;
    margin: 8px;
    font-size: 20px;
    margin-top: 5px;
    border-radius: 6px;
    border: none;
}

.deCmdCopyred:hover {
    background-color:darkred;    
}

.deCmdCopyg {
    color: white; /*darkgreen*/
    background-color: darkorange;
    padding: 8px;
    margin: 8px;
    font-size: 15px;
    margin-top: 5px;
    border-radius: 6px;
    border: none;
}

.deCmdCopyg:hover {
    background-color: orange;
}

.deCmdCopyg1 {
    color: white; /*darkgreen*/
    background-color: goldenrod;
    padding: 8px;
    font-size: 15px;
    margin-top: 5px;
    border-radius: 6px;
    border: none;
}

.deCmdCopyg1:hover {
    background-color: gold;
}

td.alineacionDcha{
    text-align:right;
}

.paraBotonIndGranate {
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
    background-color:lightslategrey;
    color:white;
}

.paraBotonInd {
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
}