

fieldset{
    padding: 10px;
    border: 1px solid #ccc;
  /*-ms-word-break: break-all;*/

     /* Be VERY careful with this, breaks normal words wh_erever */
    /*word-break: break-all;*/

     /* Non standard for webkit */
    /*word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;*/
}
fieldset p{
    -ms-word-break: break-all;

     /* Be VERY careful with this, breaks normal words wh_erever */
    word-break: break-all;

     /* Non standard for webkit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
fieldset legend{
    font-family: "Century Gothic";
    font-size:16px;
    font-weight: inherit;
    width:auto;
    border-bottom: 0;
    margin: 0;
    /*color:#9B9A9A;*/
    color:#13459C;
    font-weight: bold;
    padding: 1px;
       /*font-size: 12px;*/
}
fieldset label{
   font-family:"Century Gothic" ;
    color: #000;
    margin: 0px 0 0 15px;
    font-size: 14px;
    /*line-height: 30px;*/
    font-weight: normal;
}
.mensaje{
    font-family:"Century Gothic" ;
    color: #000;
    margin: 0px 0 0 15px;
    font-size: 16px;
    /*line-height: 30px;*/
    font-weight: normal;
}
fieldset span label{
    font-weight: normal;
    display: inline;
}
fieldset ul li {
    max-width: 660px;
}
.note {
    font-family: "Century Gothic";
    font-size:14px;
    font-weight: inherit;
    width:auto;
    border-bottom: 0;
    margin: 0;
    /*color:#9B9A9A;*/
    color:#13459C;
    font-weight: normal;
    padding: 1px;

}

.Header { height: 100px; width: 100%; top:0; left:0; background-color: #ffffff; }

.Logo {  width:300px; height: 100px;  float: left; background-color: #ffffff; }

.Unet a {  
   display: block; width: 440px; height: 160px; margin: 5px auto; background-image:url(../images/logo-une.png); 
        max-height: 100px;
    max-width: 280px;
    background-repeat: no-repeat; 
}
.container {width:950px;margin:0 auto;}
form.elegante input {
  padding: .2em;
}

label {
  display: block;
  margin: .5em 0 0 0;
}
.contenedor-tabla{

display: table;

}

.contenedor-fila{

display: table-row;

}

.contenedor-columna{

display: table-cell;
margin:20px auto; 

}
form.elegante input {
  padding: .2em;
}
div {
  margin: .4em 0;
}
div label {
  width: 25%;
  float: left;
}
div input {
  width: 60%;
  float: left;
}

div .btn {
  display: block;
  margin: 1em 0;
  border: none;
 background: #6399cd;
 color: #f2f2f2;
 padding: 10px;
  font-family: "Century Gothic";
  font-weight: inherit;
 font-size: 16px;
 border-radius: 5px;
 position: relative;
 box-sizing: border-box;
 transition: all 500ms ease;
}
div .btn:before {
 content:'';
 position: absolute;
 top: 0px;
 left: 0px;
 width: 0px;
 height: 42px;
 background: rgba(255,255,255,0.3);
 border-radius: 5px;
 transition: all 2s ease;
}
div .btn:hover:before {
 width: 100%;
}


#page
{
    margin-top: 5px;
    margin-bottom: 5px;
    background: white;
    border: 1px solid #C9E0ED;
}

#header
{
    margin: 0;
    padding: 0;
    border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

#sidebar
{
    padding: 20px 20px 20px 0;
}

#footer
{
    padding: 10px;
    margin: 10px 20px;
     font-family: "Century Gothic";
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #C9E0ED;
}

#logo
{
    padding: 10px 20px;
    font-size: 200%;
}



.Principal {
    width: 550px;
    background : #ffffff;
    background-image: url(../images/LogoHeader.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.Principal h1 {
    font-family: "Century Gothic";
    font-size:16px;
    font-weight: inherit;
    color:#000;
    margin: 5px 0 0 15px;
    line-height: 16px;
}

.Principal h2 {
    font-family:"Century Gothic" ;
    color: #183589;
    margin: 0px 0 0 15px;
    font-size: 16px;
    /*line-height: 30px;*/
    font-weight: normal;
}
.Principal p {
     width:auto;
    border-bottom: 0;
    margin: 0;
    /*color:#9B9A9A;*/
    color:#13459C;
    font-weight: bold;
    padding: 1px;
    font-size: 16px;

}
.titulo p {
    font-family: "Century Gothic";
    font-size:16px;
     font-weight: normal;
    color:#000;
    margin: 10px 0 0 15px;
    line-height: 16px;

}
.campo, select{

    font-family: "Century Gothic";
    font-size:13px;
     font-weight: normal;
    color:#000;
    margin: 0px 0 0 15px;
    line-height: 16px;

  
}







div.error-container,
div.success-container{
    text-align:left;
    background-color: #ebf8a4;
    border: solid 2px #a2d246;
}

div.error-container{
    border-color: #bc2323;
    background-color: #f2c1c1;
}



h3
{
    color: black;
}


@media (max-width: 800px) {
    .boxes
    {
        width: 300px;
    }
}



label.error{
    color:red;
    display:block;
}

.noshow{ display:none; }









