﻿/*Marcar palabras claves jquery*/
span.hilite {background:yellow}
/*.highlight { background-color: yellow }*/
/*--------------------------------*/
.Separador{
   border:3px solid  #fff;
}

html {
    background: #fff;
    margin: 0;
    padding: 0;
}

/*Crea una sombra en la parte superior de la ventana del explorador de internet*/
body:before { 
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
  box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

body {
    background: #fff;
    /*border-top: solid 10px #000;*/
    color: #000;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    /*color: #6e8eb4;*/
    color: #d06d29;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

     a:link, a:visited,
    a:active, a:hover {
        color: #000; /*color de linkbuton*/
    }

    a:hover {
        color:#E8EAED;
        background-color: #6e8eb4;
    }

header, footer, hgroup,
nav, section {
    display: block;
    transition:all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.contenedor
{
    max-width: 920px;
    margin : 0 auto;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
    text-align: center;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    min-width: 960px;
    width: 100%;
}

#body {
    /*background: #e5e5e5;*/
    background: whitesmoke;
    clear: both;
    padding-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
}

.main-content {
    background: url(../Images/accent.png) no-repeat;
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    background: url(../Images/accent.png) no-repeat;
}

header .content-wrapper {
    height: 150px;
    /*background-color: #165481;*/
    background-color: #165481;
    color: white;
    border: 1px dashed #A64E06;
    box-shadow: 0px 0px 10px #000;
    position: relative;
    z-index: 2;
}

footer {
    clear: both;
    /*background-color: #0066CC;*/
    background-color: #165481;
    border: 1px dashed #A64E06;
    font-size: .8em;
    height: 80px;
    color: #FFFFFF;
}


/* site title
----------------------------------------------------------*/
.site-title {
    /*color:#d06d29;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.0em;
    margin: 0*/;
    color: #FFFFFF;
    font-size:larger;
    font-family: 'Lucida Sans';
    font-size: 1.5em;
    margin: 0;
    /*background-color: #0066CC;*/
    background-color: #165481;
}

.site-titleminor {
    vertical-align: top;
    color: #d06d29;
    font-size:xx-large;
    outline: none;
    background: none;
    text-decoration: none;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size:large;
    
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #000;
    outline: none;
    text-decoration: none;
}


/* login
---------------------------------------------------------#457590-*/
/* ---------- LOGIN ---------- */
#login {
    margin: 50px auto;
    width: 400px;
}

    #login h2 {
        /*background-color: #5296a3;*/
        background-color: #189889;
        -webkit-border-radius: 20px 20px 0 0;
        -moz-border-radius: 20px 20px 0 0;
        border-radius: 20px 20px 0 0;
        color: #fff;
        font-size: 28px;
        padding: 20px 26px;
    }

    #login h2 span[class*="fontawesome-"] {
            margin-right: 14px;
        }

    #login fieldset {
        background-color: #fff;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px;
        padding: 20px 26px;
    }

        #login fieldset p {
            color: #777;
            margin-bottom: 14px;
        }

            #login fieldset p:last-child {
                margin-bottom: 0;
            }

        #login fieldset input {
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }

            #login fieldset input[type="email"], #login fieldset input[type="password"] {
                background-color: #eee;
                color: #777;
                padding: 4px 10px;
                width: 328px;
            }

            #login fieldset input[type="submit"] {
                background-color: #189889;
                color: #fff;
                display: block;
                margin: 0 auto;
                padding: 4px 0;
                width: 110px;
    height: 39px;
}

                #login fieldset input[type="submit"]:hover {
                    background-color: #555652;
                }

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
    padding-left: 15px;
}

ul#menu li a {
    background: none;
    color: #999;
    text-decoration: none;
}

ul#menu li a:hover {
    color: #333;
    text-decoration: none;
}


/*Nuevo menu*//* START NAV MENU */
ul#menu2 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
    z-index:999999;
}
 
 
 
#menu2  li {
  display: block;
  position: relative;
  float: left;
}
 
#menu2 li ul { 
  display: none; 
  outline:none;
  position:absolute;
  min-width:250px;
}
 
#menu2  li a {
    /*menu principal*/
    /*background-color:whitesmoke;*/
    color:GrayText;
  display: block;
  text-decoration: none;
  padding: 7px 15px 3px 15px;
  margin-left: 2px;
  text-align:center;
 
}

    #menu2 li a:hover {
        /*al pasar el mouse sobre una opcion principal*/
        /*background: #617F8A;*/
        /*background:#0066cc;*/
        background-color: #165481;
    }
 
#menu2 li:hover > ul {
  display: block;
  position: absolute;
  z-index:999999;
}
 
#menu2 li:hover li {
    /*submenu letras y fondo inicial*/
    
  float:none;
  font-size: 15px;
  color:GrayText;
  
}
 
#menu2 li:hover a { 
    /*Menu principal, letras y fondo al pasar el mouse*/
  background: #e7e7e7; 
  color:black;
   /* Height of lower-level nav items is shorter than main level */
}

    #menu2 li:hover li a:hover {
        /*Submenu letras y fondo cuando se pasa el mouse*/
        /*background: #0066CC;*/
        background-color: #165481;
        font-size: 15px;
        /*color:GrayText;*/
        color: whitesmoke;
    }
 
#menu2 li ul li a {
    text-align:left; /* Top-level items are centered, but nested list items are left-aligned */
    outline:none;
    white-space: nowrap;
}

#menu2 li ul li ul {
    right:-250px;
    top:0;
}

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

.featured .content-wrapper {
    background-color: #d06d29;

    padding: 5px 40px 5px 40px;
}

.featured hgroup.title h1, .featured hgroup.title h2 {
    color: #fff;
}

.featured p {
    font-size: 1.1em;
}

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
}

.margenContenido
{
    width: 960px;
    text-align: justify;
    margin: 10px auto;
    overflow: hidden;
}

ol.round li {
    margin: 25px 0;
    padding-left: 45px;
}

ol.round li.zero {
    background: url("../Images/orderedList0.png") no-repeat;
}

ol.round li.one {
    background: url("../Images/orderedList1.png") no-repeat;
}

ol.round li.two {
    background: url("../Images/orderedList2.png") no-repeat;
}

ol.round li.three {
    background: url("../Images/orderedList3.png") no-repeat;
}

ol.round li.four {
    background: url("../Images/orderedList4.png") no-repeat;
}

ol.round li.five {
    background: url("../Images/orderedList5.png") no-repeat;
}

ol.round li.six {
    background: url("../Images/orderedList6.png") no-repeat;
}

ol.round li.seven {
    background: url("../Images/orderedList7.png") no-repeat;
}

ol.round li.eight {
    background: url("../Images/orderedList8.png") no-repeat;
}

ol.round li.nine {
    background: url("../Images/orderedList9.png") no-repeat;
}

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

aside ul {
    list-style: none;
    padding: 0;
}

aside ul li {
    background: url("../Images/bullet.png") no-repeat 0 50%;
    padding: 2px 0 2px 20px;
}

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

#socialLoginForm h2 {
    margin-bottom:  5px;
}

fieldset.open-auth-providers {
    margin-top: 15px;
}

fieldset.open-auth-providers button {
    margin-bottom: 12px;
}
    
/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: inset;
    margin: 1px;
    padding: 0;
    position: relative;

}

fieldset legend {
    display: grid;       
}
    
fieldset ol {
    padding: 0;
    list-style: inside;
}

fieldset ol li {
    padding-bottom: 2px;
}

label {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    padding:2px;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}
    
input:focus, textarea:focus {
    border: 1px solid #7ac0da;
}

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    margin: 10px;
    width: 140px;
    text-decoration: none;
    font: bold 1.5em 'Trebuchet MS',Arial, Helvetica; /*Change the em value to scale the button*/
    display: inline-block;
    text-align: center;
    color: #fff; /*Color de letra del boton*/
    border: 1px solid #9c9c9c;
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    /*4477a1*/
    /*background-color: #165481;*/
    background-color: #165481;
    background-color: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#6e8eb4) );
    background-color: -moz-linear-gradient(-90deg, #81a8cb, #6e8eb4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#6e8eb4');
}

    
.button, .button span
{
    -moz-border-radius: .3em;
    border-radius: .3em;
}

.button span
{
    border-top: 1px solid #fff; 
    border-top: 1px solid rgba(255, 255, 255, 0.5);

    display: block;
    padding: 0.5em 2.5em;
    
    /* The background pattern */
    
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
                      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
                      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))),
                      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
    background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
                      -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);

     /*Pattern settings*/ 
    
    -moz-background-size: 3px 3px;
    -webkit-background-size: 3px 3px;
    background-size: 3px 3px;       
}

.button:hover
{
    box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);

    /*color de degradado invertido del boton al recibir el foco*/
    background-color: #d6966a;
    background-color: -webkit-gradient(linear, left top, left bottom, from(#d6966a), to(#d6966a) );
    background-color: -moz-linear-gradient(-90deg, #d6966a, #d6966a);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d6966a', endColorstr='#d6966a');            
}

.button:active
{
    /* When pressed, move it down 1px */
    position: relative;
    top: 1px;
    background-color: #d06d29;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;  
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
/*table {
    /*border-collapse: collapse;*/
    /*border-spacing: 0;*/
    /*margin-top: 0.75em;*/
    /*border: 0 none;*/
/*}*/

th {
	font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

th a {
    display: block;
    position: relative;     
}

    th a:link, th a:visited, th a:active, th a:hover {
        /*color: #0066CC;*/
        color: #165481;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

th a:hover {
	color: #000;
}

th.asc a, th.desc a {
    margin-right: .75em;
}
    
th.asc a:after, th.desc a:after {
    display: block;
    position: absolute;
    right: 0em;
    top: 0;
    font-size: 0.75em;
}

th.asc a:after {
	content: '▲';
}

th.desc a:after {
	content: '▼';
}

/*td /*{
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}*/

/*tr.pager td {
    /*padding: 0 0.25em 0 0;*/
/*}*/


/*star addzcr grid*/
.mGrid {
     width: 100%;
     background-color: #fff;
     margin: 5px 0 10px 0;
     border: solid 1px #525252;
     border-collapse: collapse;
    
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
       
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #5b6c7f url(grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

 .mGrid .alt {
     background: #fcfcfc url(grd_alt.png) repeat-x top;
    
}

 
.mGrid .pgr {
    background-color:#5b6c7f ;
     background: #5b6c7f url(grd_head.png) repeat-x top;
    
}

     .mGrid .pgr table {
         margin: 5px 0;
          background-color:#5b6c7f ;
        
    }

     .mGrid .pgr td {
         border-width: 0;
         padding: 0 6px;
         border-left: solid 1px #666;
         font-weight: bold;
         color: #fff;
         line-height: 12px;
          background-color:#5b6c7f ;
        
    }

     .mGrid .pgr a {
         color: #666;
         text-decoration: none;
        
    }

         .mGrid .pgr a:hover {
             color: #000;
             text-decoration: none;
            
        }
    
         .GridPager a, .GridPager span
    {
        display: block;
        height: 15px;
        width: 15px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
         background-color: #5b6c7f;
    }
 /*   .GridPager a
    {
        background-color: #5b6c7f;
        color: #969696;
        border: 1px solid #969696;
    }
    .GridPager span
    {
        background-color: #5b6c7f;
        color: #FFF;
        border: 1px solid #3AC0F2;
    }
     */
/*End addzcr grid*/
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
    /* header
    ----------------------------------------------------------*/
    header .float-left, header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
        
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            /*margin: 0;*/
            padding: 0;
        }

        #login a {
            background:none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }

    ul#menu2 {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu2 li {
            margin: 0;
            padding: 0;
        }

       ul#menu2 li:hover > ul {
            display: block;
            position: absolute;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    
    
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/* END: Mobile Styles */


	/* Efecto sombras sobre objetos div */
.drop-shadow {
    position: relative;
    float: none;
    /*width:40%;*/
    padding: 1em;
    margin: 0;
    /*background-color:#0066CC;*/
    background-color: #165481;
}

.drop-shadow:before,
.drop-shadow:after {
	content:"";
	position:absolute;
	z-index:-2;
}

.drop-shadow p {
	font-size:16px;
	font-weight:bold;
}

   /*caja elevada*/
.raised {
    /*background-color: #0066CC;*/
    background-color: #165481;
}

	/* Cajas curvadas */

	.curved:before {
		top:10px;
		bottom:10px;
		left:0;
		right:50%;
		-webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
		-moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
		box-shadow:0 0 15px rgba(0,0,0,0.6);
		-moz-border-radius:10px / 100px;
		border-radius:10px / 100px;
	}

	.curved-vt-2:before {
		right:0;
	}

	.curved-hz-1:before {
		top:50%;
		bottom:0;
		left:10px;
		right:10px;
		-moz-border-radius:100px / 10px;
		border-radius:100px / 10px;
	}

	.curved-hz-2:before {
		top:0;
		bottom:0;
		left:10px;
		right:10px;
		-moz-border-radius:100px / 10px;
		border-radius:100px / 10px;
	}

    	/* Bordes redondeados */

	.lifted {
		-moz-border-radius:4px;
			 border-radius:4px;
	}

	.lifted:before,
	.lifted:after {
		bottom:15px;
		left:10px;
		width:50%;
		height:20%;
		max-width:300px;
		max-height:100px;
		-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
		   -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
				box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
		-webkit-transform:rotate(-3deg);
		   -moz-transform:rotate(-3deg);
			-ms-transform:rotate(-3deg);
			 -o-transform:rotate(-3deg);
				transform:rotate(-3deg);
	}

	.lifted:after {
		right:10px;
		left:auto;
		-webkit-transform:rotate(3deg);
		   -moz-transform:rotate(3deg);
			-ms-transform:rotate(3deg);
			 -o-transform:rotate(3deg);
				transform:rotate(3deg);
	}

    .ImageButtonD:hover {
        border-style:solid;
    }

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 140px;
}