* {
    font-family: open_sansregular, Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 0;
    /*! width: 100%; */
}
iframe {
	border:0 none;
	width: 100%;
}
iframe#mSup {
	height: 0px;
	float: left;
}
iframe#mInf {
	height: 99vh;
	overflow: hidden;
}
h1 {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1em;
    margin: 0.6rem 0 0.2rem;
    /*! float: left; */
}
h2 {
    font-size: 0.8em;
    font-weight: normal;
    margin: 0em 0 0em 0;
    line-height: 1em;
    /*! float: left; */
}
h3 {
    float: left;
    font-size: 1.2em;
    color: #800000;
    padding: 0.4rem 0.8rem 0.4rem 0.8rem;
}
h4 {
    float: left;
    font-family: open_sanssemibold;
    font-weight: normal;
	color: #707070;
	font-size: 1.1em;
	padding: 0.4rem 0.8rem 0.4rem 0.8rem;
	width: 100%;   
}
h5 {
	float: left;
	width: 100%;
	margin: 0 0 1em 0em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #C00000;
	padding: 0.2rem 0;
	color: #800000;
}
h6 {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #C0C0C0;
	color: #707070;
	margin-bottom: 0.5em;
}
.h7 {
	font-weight: bold;
	border-bottom: 1px dotted #c0c0c0;
	margin-left: 1em;
	margin-bottom: 0.5em;
	padding: 0.3em;
	background-color: #E0E0E0;
	margin-top: 0.3em;
}
li h6 {
	font-size:100%;
	margin:0 0 0.5em 0;
}
fieldset hr {
	border: dashed lightgray 1px;
	margin-top: 1.2em;
	width: 100%;
}
hr {
    width: 100%;
    float: left;
    margin-bottom: 1em;
}
p {
    margin: 0;
    clear: both;
}
li {
    /*! font-size: 0.6em; */
}
a {
    color: #0000C0;
    /*! font-size: 0.7rem; */
    text-decoration: none;
}

.list a:not(.action):hover {
    text-decoration: underline;
}
a[target] {
	background-image: url(/icons/externalLinkBlue.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
main a[target] {
	background-image: none;
}
main a[target]:not(.action)::after {
	content: url(/icons/externalLinkBlue.gif);
	margin-left: 0.2em;
}
.basicLink[target] {
	background-image:none;
	padding-left:10px;	
	padding-bottom:10px;
}
img {
    border: medium none;
}
input, select, label, radio, checkbox, textarea {
    
}
input[type="radio"], input[type="checkbox"] {
    float: left;
    width: auto !important;
    margin-top:0.3em;
}
input[type="file"] {
	padding: 0;
}
button {
	float:right;
	margin-left: 0.1em;
}
button img {
	float: left;
}
button span {
	float:left;
	margin-top:0.1em;
}
button.img {
    border:0em;
    background-color:transparent;
}
button.img img {
    cursor:pointer;
}
.radioGroup {
    float: left;
}
.radioGroup2 {
    margin: 0.5em 0.5em 1em 1em;
    float: left;
}
.radio, .checkbox {
    float: left;
    margin-right: 1em;
    margin-top:0.15em;
}
input[type="image"] {
    /*! font-size: 1.2em; */
    padding: 0.2rem 0rem 0 0;
    margin: 0;
    width: 0em;
}
input.button {
    width: auto;
}
optgroup {
    font-style: normal;
}
label {
    float: left;
    margin-right: 0.3em;
    padding-top: 0.15em;
    text-align: right;
    width: 10em;
    color: #707070;
}
ul {
    margin: 0 0 0 2em;
    padding: 0;
}
legend {
    color: #e41472;
}
legend label[for] {
   font-size: inherit;
   color: inherit;
   width:100%;
}
fieldset {
    border: 1px solid #da78a4;
    border-radius: 5px;
    margin-bottom: 0.5em;
}
input {
    float: left;
    /*margin: 0 0.2em;*/
    padding: 0.2rem;
    border-radius: 5px;
    border: 1px solid #006caa;
}
textarea {
	border-radius: 5px;
	border: 1px solid #006caa;
}
select {
    float: left;
    /*margin: 0 0.2em;*/
    border-radius: 5px;
    border: 1px solid #006caa;
    background-color: #FFFFFF;
}
dl {
    
}
dt {
    font-weight: bold;
    display: list-item;
	list-style-image: url(topo.png);
}
dd {
    margin: 0em !important;    
    padding:0.2em;
}
h4 img, h5 img, h6 img {
    float: left;
    padding-right: 0.5em;
    padding-top: 0.15em;
}
li p {
    font-size: 1em;
}
p a {
    font-size: 1em;
}
li dl {
	font-size: 1em;
}
dl li {
    margin-bottom: 0.5em;
}
ol {
	padding-left: 1.5em;
}
ol ol li, ol ul li, ul ol li, ul ul li {
    font-size: 1em;
}
p em {
    font-size: 1em;
}

section {
	padding: 0.5em 1em 1em 1em;
	float: left;
	width: 100%;
}
section p {
	margin-bottom: 1.3em;
	line-height: 1.5em;
}

details[open] {
	/*border-bottom: 1px solid;*/
}
details p {
	padding: 1em;
}
details[open] summary {
	background-color: #E0E0E0;
}
details li {
	padding-left: 0.7em !important;
	border-left: 1px dashed #E0E0E0;
}
details ul {
	margin-left: 0;
	margin-top: 0.5em;
}

summary {
	color: #0000C0;
	cursor: pointer;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
	background-color: #F7F7F7;
	/*
	line-height: 2.5em;
	padding-left: 0.5em;
	*/
	line-height: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1.5em;
    text-indent: -1em;
}
summary::marker {
	color: #0000C0;
}
summary:hover {
	background-color: #E0E0E0;
}

iframe.iframe-popup {
	position: fixed;
	z-index: 3;
	display: none;
	padding: 0em;
	background-color: white;
	width: 92%;
	width: calc(100% - 2em);
	height: 400px;
	margin-left: 1em;
	margin-top: 1em;
	border-radius: 5px;
	box-shadow: 0.5em 0.5em 0.5em gray;
}

iframe.iframe-veil {
	position:absolute; 
	left:0px; top:0px; 
	width:100%; 
	height:100%; 
	display:none; 
	background-color: #FFFFFF; 
	opacity:0.6; 
	-moz-opacity:0.6; 
	filter:Alpha(Opacity=60); 
	overflow:hidden;
}
.searchForm {
	margin-bottom:1em;
	float:left;
}
.searchForm label {
    width: 7em;
}
.searchForm .formLine {
    clear: none;
}

.formSearch {
	width: 48%;
  	width: calc(100% - 15em);
}
.formSearch input[type=text] {
  width: 83%;
  width: calc(100% - 2em);
  border: 1px solid #C0C0C0;
  /*! height: 1.3rem; */
  font-size: 1em;
  margin: 0;
  border-radius: 5px;
}
.formSearch input[type="image"] {
    width: 2em;
    float: right;
    margin: 0;
    padding: 0.2em;
    border: 0 none;
    background-color: transparent;
}

.docMisSolicitudes .formSearch {
	/*width: 30%;
	width: calc(100% - 20em);*/
}
.docMisSolicitudes .formSearch input[type=text] {
	/*width: 77%;
	width: calc(100% - 2em);*/
}

.contentPopup .docHeader {
    padding: 0.3em 0.5em !important;
    float: left;
}
.popupHeader, .siteHeaderPopup {
    color: white;
    padding: 0.72em 0.5em;
    float: left;
    width: 100%;
}
.siteHeaderPopup {
	height: 3em;
	padding:0;
}
.popupHeader h1, .siteHeaderPopup h1 {
	margin:0;
	font-family: open_sanslight, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
.siteHeader {
	background-color: #ADADAD;
	float:left;
	height: 4em;
	width: 100%;
}
.siteHeader .logo {
	width:4em;
}
.siteHeader A {
	font-size:100%;
}

.siteHeaderPopup .logo {
	width: 3em;
	margin: 0 0.4em 0 0;
}
.siteHeaderPopup h1 {
	padding: 0.2em 0;
}

.signContent div {
    margin-top: 0.5em;
}
.signContent #detailOk div {
    margin-top: 0;
}
.signContent label {
	padding: 0;
	margin: 0;
}
#imgProgress {
    width: 6.5em;
    padding: 0em;
}

.headerTitle {
    padding-left: 0.4em;
    width: 64%;
    width: calc(100% - 6.5em);
}
.headerTitle * {	
	color:#FFFFFF;	
	font-family: open_sanslight, Arial, Helvetica, sans-serif;
}
.headerLinks {
  width: 6.5em;
  height: 3em;
}
.headerLinks img {
	width: 100%;
}
.headerTop {
	width: 82%;
	width: calc(100% - 4em);
	/*! margin-bottom: 0.35rem; */
}
.headerUser {
    background-color: #E0E0E0;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0.35em 1em !important;

}
.headerUser div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 73%;
  width: calc(100% - 7.5em);
  float: left;
  padding-top: 0.3em;
}
.headerTime {
  color: white;
  font-size: 0.6em;
  margin: 0.1rem 0.4rem 0 0;
  float: right;
}
.search-results {
  float: left;
  padding: 1em !important;
  color: #707070;
}
.search-results h3 {
    padding: 0;
}
.headerLinks A {
	padding: 0.2em;
    margin: 0.4em 0.4em 0 0;
    float: right;
    width: 2.5em;
	line-height:12px;
}
.headerRightLogo {
    float: right;
    text-align: right;
}
.appHeader {
    background-image: url("appTitleBackground.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    float: left;
    margin-top: 0;
    padding: 0.2em 0;
}
.datetime {
    float: left;
    font-size: 0.75em;
    margin-top: 0.3em;
}
.refresh {
    float: left;
    font-size: 1em;
    margin-left: 0.2em;
}
.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
    float: left;
}
.menu * {
	font-family: open_sanslight, Arial, Helvetica, sans-serif; 
}
.menu li {
    display: inline;
    margin: 0;
    padding: 0;
}
.menu li:last-child {

}
.menu li a {
    display: block;
    font-size: 0.9em;
    margin: 0;
    padding: 0.6em 0.3em 0.6em 1em;
	color:#FFFFFF;
	border-bottom:0.1em solid #FFFFFF;
    background-image:none !Important;
    border-radius: 0px;
}
.menu li a[target] {
	background-image: url(/icons/externalLinkWhite.gif);
	padding-right:0;
}
.menu ul {
	margin:0em;
}
.menu li a:hover, .menu li a.selected {
    text-decoration: none;
}
.menu li li a {
	padding-left:2em;
	font-size: 1em;	
}
.menu li li a:hover, .menu li li a.selected {
    text-decoration: none;
}
.menu li li li a {
	padding-left:3.5em;
	font-size: 0.9em;	
}
.menu li li li a:hover, .menu li li li a.selected {
    text-decoration: none;
}
.hmenu {
    clear: none;
    float: right;
    margin-bottom: 1em;
}
.hmenu li {
    display: inline;
    margin-left: 1em;
}
.hmenu li a {
    font-size: 1.1em;
}
.content {
    float: left;
    margin: 0em 0;
    width: 100%;
}

.mainContent {
    background-color: #FFFFFF;
    margin-left: 0;    
	padding:1em 0 0 1.5em;
	min-height: 32em;
}
.mainContent0 {
    padding: 0em 0em 0em 2em;
	margin-left: 0em;
	background-color:#FFFFFF;
}
.mainContent0 p {
	margin-bottom: 0.5em;
}
.mainContent > div {

}
.mainSite .mainContent .mainContentWarning {
	color:red;
	text-align:left;
    font-size: 1em;
    margin-bottom: 1em;
    float: left;
}
.mainSite .mainContent .mainContentWarning A {
    color: #0000C0;
    text-decoration: none;
    float: none;
    font-size: 1em;
    margin: 0;
	padding: 0;
    text-align: auto;
    width: 1em;
	height: 1em;
}
.mainSite .mainContent .mainContentWarning A:hover {
    text-decoration: underline;
}
.mainContentWarning A[target] {
	background-image: url(/icons/externalLinkBlue.gif);
}
.mainSite .mainContent A {
    color: #FFFFFF;
    float: left;
    font-size: 0.8em;
    margin: 0 0 1.2em 1.2em;
	padding: 0.5em;
    text-align: center;
    width: 9.5em;
	height: 9.5em;
}
.mainSite .mainContent A[target] {
	background-image: url(/icons/externalLinkWhite.gif);
}
.mainContent .linkIcon {
	margin: 1.5em 0 0.7em;
}
.mainContent .linkLabel {
	display:block;
	line-height: 1em;
}

.mainMenu0 {
    margin-right: 0;
}

img.feder {
    /*! background-color:#FFFFFF; */
    float:left;
    height: 4em;
}
.mainMenu {
    margin-right: 0;
    padding-right: 0;
    width: 10rem;
}
.formLine {
    clear: both;
    float: left;
    margin-bottom: 0.2em;
}
.label {
    color: #707070;
    margin-right: 0.3em;
}
.formLine label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.field {
    clear: none;
    float: left;
    width: auto;
    padding-top: 0.15em;
}
.form .fieldText {
    width: 40em;
}
.form .fieldDate {
    width: 6.1em;
}
.form select {
    height: 1.6em;
    width: auto;
}
.readField {
    float: left;
    margin-bottom: 0.2em;
    margin-left: 0.4em;
    margin-top: 0.15em;
    width: auto;
}
.readField a {
    font-size: 1em;
}
.ccFiltro, .ccOrden {
    width: 9em;
}
.readForm .label, .readForm .field, .readForm .readField {
    
}
.iconSearch {
    /*! margin-right: 0.2em; */
    /*! vertical-align: top; */
}
.docHeader {
    border-bottom: 2px solid #D980A8;
	padding: 0.35em 1em !important;
}
.docHeader.docMisSolicitudes {
	/*padding-left: 0.3em !important;*/
}
.docHeader select.action {
	margin-top: -1px;	
	color: #0000C0;
	margin-right: 0rem;
}
.docHeader select.action:hover {
    background-color: #F7F7F7;
}

.action {
  border: 1px solid #C0C0C0;
  background-color: #F7F7F7;
  margin: 0 0.4em 0 0;
  padding: 0.2rem;
  border-radius: 5px;
  float: left;
}
.action img {
    margin-top: 0.1em;
    vertical-align: top;
    margin-right: 0.2em !important;
    /*width: 16px;*/
}
.actionSelected, .action:hover {
  background-color: #D0D0D0;
}
.actionRight {
	margin:0 0 0 0.4em;
	float: right;
}
section .action {
    margin: 0.5em 0;
}
.docContent {
    font-size: 0.75em;
}
.docImage {
    float: right;
    margin: 0 0 0.5em 1em;
}
.docFecha {
	color:#FF6060;	
}
.docDescripcionTxt {
	font-size:0.75em;
	margin-top:0.7em;
	float:left;
	width:100%;
	text-align:justify;
}
.docDescripcionTxt p {
	font-size: 100%;
}
.docDescripcion {
    border-top: 0.09em dotted #808080;
    margin-top: 0.5em;
    padding: 0.5em 0em;
	float:left;
	width:100%;
	text-align:justify;
	font-size:0.75em;
}
.docAnexos {
	margin-top:0.5em;
}
.docAnexos a {
    display: block;
	float:left;
	clear:both;
    padding-bottom: 0.5em;
}
.docInfo {
	font-size:0.75em;
	margin-bottom:0.3em;
	float:left;
	width:100%;
}
.docInfo span {
	float:left;
}
.docInfo A {
	font-size:1em;
}
.docInfo .label {
	margin-right:0.5em;
	text-align: right;
	width:8em;
}
.docInfo .label2 {
    color: #707070;
	margin-right:0.5em;
	text-align: right;
	width:12em;
}
.conImagen .docInfo .value {
	width: 34em;
}
.conImagen .docInfo .value2 {
	width:30em;
}
.sinImagen .docInfo .value {
	width: 49.5em;
	text-align:justify;
}
.sinImagen .docInfo .value2 {
	width:50em;
}

.formOnline {
	/*padding: 1em !important;*/
}
.formOnline label {
    color: #707070;
    display: block;
    font-size: 0.8em;
    /*padding-left: 0.2em;*/
    padding-right: 0;
    text-align: left;
   	max-width: 100%;
   	min-width: 100%;
}
.formOnline label.no-ellipsis {
    white-space: normal;
}
.formOnline input {
	height: 2em;
}
.formOnline input, .formOnline textarea {
    color: #404040;
    width: 100%;
}
.formOnline input[readonly] {
    background-color: transparent;
    border: 0 none;
    font-weight: bold;
    margin-left: 0em;
    margin-top: 1px;
    padding-left: 0;
}
.formOnline textarea[readonly] {
    background-color: transparent;
    border: 0 none;
    margin-left: 0.1em;
    margin-top: 1px;
    padding-left: 0;
}
.formOnline select {
    height: 2em;
    width: 100%;
}
.formOnline select[disabled] {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance:  none;
  -o-appearance: none;
  border: medium none;
  font-weight: bold;
  color: black;
  padding-top: 2px;
  -moz-margin-start: -0.3em;
}
.formOnline select.selectW2003 {
    height: 1.4em;
    margin-top: 0;
}
.formOnline select.selectMSIE7 {
    margin-top: 0.2em;
}
.formOnline .formLine {
    clear: none;
    padding: 0.1em 0.1em;
}
.formOnline fieldset {
    padding: 0.5em;
}
.formOnline fieldset fieldset {
    border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    margin-top: 1em;
    border-radius: 0;
    border-bottom: 1px dashed #A0A0A0;
    padding: 0 0 1em 0;
}
.formOnline fieldset fieldset legend {
	color: #707070;
	font-weight: bold;
}
.formOnline .error {
    margin-top: 0.5em;
}
.radioGroup input[type="checkbox"], .radioGroup input[type="radio"] {
    margin: -0.2em 0 0 -2.4em;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    width: 2em !important;
}
.radioGroup input[type="radio"] {
	border-radius: 1em !important;
}
.radioGroup label, .radioGroup2 label {
    padding: 0.2em 0 0 0;
}
.radioGroup input[type="checkbox"]:checked::after {
	content: "\2713";
    font-weight: bold;
    top: -0.24em;
    position: relative;
    left: 0.1em;
    color: #006caa;
    font-size: 1.5em;
}
.radioGroup input[type="checkbox"]:not(checked)::after {
  content: "";
  float: left;
}
.radioGroup input[type="radio"]:checked::after {
	content: "\25cf";
	font-weight: bold;
	font-size: 2.4em;
	top: -0.47em;
	position: relative;
	left: -0.01em;
	color: #006caa;
}
.radioGroup input[type="radio"]:not(checked)::after {
  content: "";
  float: left;
}

.radioGroup label:not([for]):not(.radioLabel) {
    padding: 0.3em 0.5em 0em 0;
    float: left;
    margin-left: 2.4em;
    font-size: 1em;
    width: auto;
    min-width: auto;
    overflow: unset;
}
.radioGroup.radioColumns {
	height: 3.5em;
	line-height: 1em;
}
/*
.formOnline label:not([for]) {
    font-size: 0.7em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    text-align: justify;
    color: #555555;
}
.radioGroup label {
    font-size: 0.7em;
    width: auto;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0.2em 0.4em 0.4em 0.2em;
}
*/
.formSection {
    margin: 1em 0;
    float: left;
    width: 100%;
    font-weight: bold;
    border-bottom: 1px dotted #707070;
}
.formVerifirma fieldset {
    padding-bottom: 1em;
    padding-left: 0.5em;
}
.docFooter {
	border-top: 2px solid #D980A8;
    clear: both;
    float: left;
    padding: 0.35em 1em !important;
    width: 100%;
}
.docFooter .link {
    text-align: right;
}
.docFooter p {
    color: #777777;
    text-align: left;
}
.buttonAction {
    margin-top: 1.5em;
}
.buttonAction A {
    background-color: #E4F1E4;
    background-position: 0.3em center;
    background-repeat: no-repeat;
    border: 0.09em solid #89C589;
    display: inline;
    line-height: 2.5em;
    margin: 0;
    padding: 0.3em 0.5em 0.3em 2em;
}
.buttonAction A:hover, A.buttonActionRight:hover {
    background-color: #99CF69;
    text-decoration: none;
}
A.buttonActionRight {
    background-color: #E4F1E4;
    border: 0.09em solid #89C589;
    float: right;
    font-size: 1em;
    font-weight: normal;
    margin-top: -0.5em;
    padding: 0.2em 0.3em 0 0;
}
A.buttonActionRight IMG {
    padding-right: 0.2em;
}
.view {
    float: left;
    margin: 0;
    padding: 0 1em !important;
    width: 100%;
}
.view h2 {
    display:none;
}
.view ul {
    margin-left: 1.2em;
}
.view li {
    list-style-type: none;
    padding: 0em 0 0.4em 0;
	width:100%;
	float:left;
}
.view li.cat1 {
    color: rgb(138, 51, 53);
    font-weight: bold;
    border-bottom: 0.09em dotted rgb(138, 51, 53);
    margin: 1em 0em 0.5em;
}
.view li.cat2 {
    color: #404040;
	border-bottom: 0.05em dotted #FFB0B0;
	padding: 0.5em 0em;
}
.view li.pijama {
	background-color:#FFD0D0;
}
.viewEntry {
    /*! border-bottom: 0.09em dotted #C0C0C0; */
    /*! width: 100%; */
}
.viewEntry.inline {
    border-bottom: 0 none;
}
.viewEntry.inline a {
	display:inline;
}
.viewEntry.inline:first-child a {
	font-weight: bold;
	text-decoration: underline;
}
.view li.viewEntry {
	padding-top:0.4em;
}
.viewEntry:last-child {
	border-bottom:medium none;
}
.view A {
    cursor: pointer;
    font-size: 1em;
    padding-bottom: 0.5em;
	display:block;
}
.view .viewImageEntry {
    width: 15em;
    margin: 0.4em;
    padding:0;
}
.view .viewImageEntry A {
    height: 11em;
    text-align: center;
    overflow: hidden;
    padding: 0.5em;
    border: 1px solid #E0E0E0;
}
.view .viewImageEntry A:hover {
    background-color:#E0E0E0;
}
.view .viewImageEntry img {
    width: 11em;
    height: 8.5em;
    float: none;
}
.agenda ul {
	margin-left: 0em;
}
.agenda li {
	padding-bottom: 0em;
}
.agenda li.indented {
	padding-top: 0em;
	padding-bottom: 0.7em;
}
.agenda a {
	padding-bottom: 0em;
}

.category {
    float: left;
    margin: 0.8em -1em 0 0;
}
.category A {
    border: 0 none;
    float: left;
    margin: 0.1em 0.2em 0 0;
    padding: 0;
    width: auto;
}
.category h4 {
    margin: 0;
    width: 65.5em;
}
.category + .view {
    margin-left: 1em;
}
.viewEntry A:hover {
/*    background-color: #F1F1F1;
    text-decoration: none;*/
}
.viewEntryIcon {
    float: left;
 /*   margin: -0.2em 0 0;*/
    width: 1.15rem;
}
.viewEntryContent {
    float: left;
    width: 93%;
    width: calc(100% - 1.15rem);
}
.viewEntryState {
	float: right;
    color: #000000;
}
.viewEntryTitle {
    color: #800000;
    text-transform: uppercase;
    float: left;
    width: 74%;
    width: calc(100% - 7.1em);
}
.viewEntryDetails {
   width: 7.1em;
   float: right;
   text-align: right;
}
.viewEntryIcons {
    float: right;
    margin-top: 0;
    width: 6.4em;
    text-align: right;
}
.viewEntryCurrency {
    color: #554444;
    font-weight: bold;
}
.viewEntryDescription {
	float: left;
	line-height: 1.5em;
	clear: left;
}
.viewEntryImage {
    display: inline;
    padding: 0 0.5em 0.5em 0;
    position: relative;
}
.viewEntryPriorityHigh {
   color: white;
   background-color: #800000;
   padding: 0 0.4em;
   border-radius: 6px;
}
.viewEntry .link {
	display:inline;
	float:none;
}
a.viewLinkPriorityHigh {
   background-color: #FFF0F0 !important;
}
.iconMargin {
    margin-left: 1.15rem; /*1.6*/
}
dt.even, dd.even {
    background-color:#E7E7E7;
}
li.even A {
    background-color: #FAFAFA;
}
.docDescripcion li {
    font-size:1em;
}
.list {
	float: left;
	/*width: 100%;*/
}
.list p {
    margin: 0;
}
.list li {
	margin-bottom: 1em;
	clear: left;
}
.list > li {
	list-style: none;
	list-style-image: url(topo.png);
	float: left;	
}
.list ul > li {
	list-style: none outside url("topo2.png");
	padding: 0.4em 0em 0.2em 0em;
}
.list ul ul > li {
	list-style: none outside url("topo3.png");
	padding: 0.4em 0em 0.2em 0em;
}
.list ul > li:first-child {
	padding-top:0em;
}

.list li img, .view li img {
	/*margin: 0.2em 0.5em 0 0;*/
}
.list li img.attachment, .view li img.attachment {
	float: none;
	margin: 0.6em 0em 0 0;
	width: auto;
}
.list li .action {
    margin: 0.5em 0.2em 0 0;
}
.list .link {
	display:inline;
}
.list .listDescription {
    color: #707070;
    font-size: 0.9em;
    float: left;
}

.viewWithCat {
	margin: 0em;
	padding: 0 1em !important;
}
.viewWithCat .list-a-contador {
  border: 1px solid #C0C0C0;
  border-radius: 1em;
  padding: 0.15em;
  width: 1.8em;
  text-align: center;
  background-color: white;
  float: right;
}
.viewWithCat .list-a-content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 91%;
  width: calc(100% - 2em);
  padding: 0.2rem 0.2rem;
  float: left;
}
.viewWithCat a, .viewWithCat div.empty-a {
    display:block;
    border: 1px solid #C0C0C0;
    padding: 0.3rem;
    background-color: #F7F7F7;
    overflow: hidden;
    white-space: normal;
    border-radius: 6px;
}
.viewWithCat div.empty-a {
    color:#707070;
}
.viewWithCat a:hover {
    background-color:#E0E0E0;
}
.viewWithCat li {
    list-style: none;
    padding: 0.2em;
    margin: 0 0 0.2rem 0;
}
.viewNoIcons .viewEntryTitle {
	width: 99%;
    width: calc(100% - 1rem);
}
.viewWithCat .viewNotification {
	border: 1px solid #C0C0C0;
    background-color: #F7F7F7;
    overflow: hidden;
    white-space: normal;
    border-radius: 6px;
    margin: 0 0 0.5rem 0;
}
.viewWithCat .viewNotification .action {
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
	padding: 0.2rem;
}
.viewWithCat .viewNotification .action.green {
	border: 1px solid green;
	background-color: #00800008;
	margin: 0.1rem 0 0.1rem 0;
}
.viewWithCat .viewNotification .action.red {
	border: 1px solid red;
	background-color: #C0000008;
	margin: 0.1rem 0 0.1rem 0;
}
.viewTable {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}
.viewTable th {
    background-color: #FAEFF4;
    border-bottom: 0.09em solid #EDC5D7;
    border-right: 0.15em solid #FFFFFF;
    padding: 0.4em;
}
.viewTable td {
    padding: 0.4em;
    vertical-align: top;
}
.viewTable div {
    /*font-size: 0.75em;*/
}
.viewTable caption {
    /* font-size: 0.75em; */
    font-weight: bold;
    /* margin-top: 0.5em; */
    /* padding-bottom: 1em; */
    text-align: left;
}
.viewTable .colFecha, .viewTable .colFechaIni, .viewTable .colFechaFin {
    text-align: center;
    width: 4em;
}
.viewTable .colFechaSub {
    text-align: center;
    width: 6.5em;
}
.viewTable .colNombre {
    text-align: left;
}
.viewTable .colNumero {
    text-align: center;
    width: 5em;
}
.viewTable .colDocEstado {
    text-align: center;
    width: 0.7em;
}
.viewTable .colEstado, .viewTable .colDocTipo {
    text-align: left;
    width: 8em;
}
.viewTable .colAcciones {
    text-align: left;
    width: 9em;
}
.viewTable .colFase {
    text-align: left;
    width: 9.5em;
}
.viewTable .colNumRef {
    text-align: left;
    width: 10em;
}
.viewTable .colCampoSel {
    text-align: left;
    width: 0.5em;
}
.viewTable .col1 {
    width:3em;
}
.viewTable .col2 {
    width:7em;
}
.viewTable .col3 {
    width:10em;
}
.viewTable .col4 {
    width:13em;
}
.viewTable .col5 {
    width:16em;
}
.viewTable tbody tr:nth-child(2n) {
    background-color: #F4F4F4;
}
.viewTable tbody tr:nth-child(n+2) {
    border-top: 1px dotted #C0C0C0;
}
.viewTable2 tr:hover {
    background-color: #F1F1F1;
    cursor: pointer;
}
.viewTable tr.loadClick:hover {
    background-color: #F1F1F1;
    cursor: pointer;
}
.viewTable A {
    font-size: 1em;
}
.viewTable p {
    font-size: 100%;
}
.viewTable td input {
    width:inherit;
}
.viewTable .radioGroup {
    font-size:1em;
    padding: 0.1em;
}
.viewTable button {
	float:left;
}
.viewTable .action {
    margin: 0 0.2em 0.2em 0;
}

.pdf {
    border: 1px solid #C0C0C0;
    height: 0;
    width: 100%;
}
.footer {
    float: left;
    width: 100%;
}
.footer img {
  width: auto;
}
.overfooter {
	margin-top: 1em;
}
.footerW3C {
    float: left;
    margin: 0.6em 0em 0em 1em;
    /*! height: 6em; */
    /*! background-color: #E0E0DF; */
}
.footerW3C img {
  width: 3.3em;
}
.footerMenu {
	float: right;
	margin: 0.5rem 0.4rem 0 0;
	font-size: 0.7em;
}
.footerMenu li {
    float: left;
    list-style-type: none;
    margin-left: 1em;
}
.footerContactData {
    font-size: 0.6em;
    margin: 0 0.4rem 0 0;
    text-align: right;
    float: right;
}
.hidden {
    display: none;
}
.icon {
    /*! height: auto; */
    /*! padding: 0.1em 0.1em 0 0; */
    /*! vertical-align: middle; */
    /*! width: auto; */
}
.link .icon {
    height: auto;
    padding-top: 0;
    width: auto;
}
.iconHeader {
    float: left;
    margin-right: 0.3em;
    margin-top: -0.1em;
}
.actionBarLeft {
    float: left;
}
.actionBarLeft .link {
    float: left;
    margin-right: 0.5em;
}
.actionBarRight {
    float: right;
    margin-bottom: 0.2em;
}
.actionBarRight .link {
    float: left;
    margin-left: 0.5em;
}
.tabbed li {
    float: left;
    list-style-type: none;
    margin-right: 1em;
}
.h4 {
    float: left;
    width: 100%;
}
.h4 p {
    margin-bottom: 1em;
}
.h5 {
    padding-left: 1.6em;
    float: left;
    width: 100%;
    padding-bottom: 1em;
}
.h5 p {
    margin-bottom: 1em;
}
.error {
    color: #FF0000;
}
.center {
    text-align: center;
}
.red {
    color: #D70000 !important;
}
.black {
    color: #000000;
}
.darkgreen {
    color: #006000;
}
.bold {
    font-weight: bold;
}
.green {
    color: green !important;
}
.gray {
    color: gray;
}
.right {
	text-align:right !important;
}
.sinBorde {
	border:0;
}
.submit {
}
.mandatory {
}
.fieldError {
    background-color: #FFCECE;
}
.video {
    padding:1em;
    float:left;
    text-align: center;
    width: 100%;
}
.video object {
    width:30em;
    height:20em;
}
.busqResult {
	padding: 1em 0em 0.2em 1em;
	float:left;
}
.busqActionBar {
	padding: 0.5em 0em 0em 0em;
	float:right;
}
.busqActionBar A {
	background-color:#404040;
	float: left;
	margin-left: 1em;
}
.busqActionBar A:hover {
	background-color:#66163F;
}

.bannerLink {
	position:absolute;
	top:619px;
	left:14px;
	height:60px;
	width:126px;
	border-style:solid;
	border-width:2px;
	border-color:red;
	padding: 6px;
	color:black;
	font-family: Arial black;
	font-size: 10pt;
	font-weight: bold;
	text-align: justify;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.float-none {
	float:none !important;
}

.inline-icon {
	vertical-align: bottom;
	margin-right: 0.5em;
}

#metadatos table {
    float: left;
    margin-right: 0.5em;
}
#metadatos caption {
    border-bottom: 1px solid #FFC0C0;
    background-color: #FFF0F0;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
#metadatos th {
    font-weight: normal;
    text-align: right;
    padding-right: 0.5em;
}
#metadatos td {
    font-weight: bold;
    word-wrap: anywhere;
}
.width100 {
	width:100% !important;
}
#declaracion_datos_ciertos {
    margin-left: 0em;
    margin-top: 0em;
    margin-right: -2.4em;
}
