﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

body {
    background-color: #fbfbfb !important;
    /*background-color: #969696;*/
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Comic Sans MS", cursive, sans-serif;
    color: #3f51b5;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #3f51b5;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Comic Sans MS", cursive, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
    color:White;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

.container {
    max-width: 1140px;
    text-align: center;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu1
{
    float: left;
    text-align: left;
    margin: 0;
}

ul#menu1 li
{
    display: inline;
    list-style: none;
}

ul#menu1 li#greeting
{
    padding: 2px 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
    
}

    ul#menu1 li a {
        padding: 2px 14px;
        font-weight: bold;
        text-decoration: none;
        line-height: 2.8em;
        color: #3F51B5;
    }

ul#menu1 li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu1 li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu1 li.selected a
{
    background-color: #fff;
    color: #000;
}

.banderas {
    float: right;
}

    .banderas ul{
        margin-bottom: 0;
    }

    .banderas li {
        display: inline;
        list-style: none;
    }

    .banderas a {
        padding: 2px 14px;
        font-weight: bold;
        text-decoration: none;
        line-height: 2.8em;
        margin-right: 20px;
    }
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0 20px 0 !important;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #3F51B5 !important;
}

input[type="text"] {
    width: 300px;
    border: 1px solid #ced4da;
    border-radius: 1.75rem;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}
*/

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#main
{
    text-align:center;
    margin-top: 50px;
}

.card {
    border-radius: 0.75rem !important;
}

    .card.tarjeta {
        margin-bottom: 20px;
        margin-top: 10px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), 2px 2px 7px rgba(0,0,0,0.1);
    }

.tituloTIP {
    padding-top: 5px;
    color: #3F51B5;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Comic Sans MS", cursive, sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
}

.card-header:first-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    color: #3F51B5;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}


.mybox {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
    margin-right: 0;
}

.estilotextarea4 
{
    background-color: transparent;
    border: 1px solid #000000;
    scrollbar-arrow-color: #000066;
    scrollbar-base-color: #000033;
    scrollbar-dark-shadow-color: #336699;
    scrollbar-track-color: #666633;
    scrollbar-face-color: #cc9933;
    scrollbar-shadow-color: #DDDDDD;
    scrollbar-highlight-color: #CCCCCC;
}

.tableBorder
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table.tableBorder td
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table.tableBorder th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;  
   
}


.tableNoBorder
{
  border: solid 0px;
  border-collapse: collapse;
}

table.tableNoBorder tr>td {
    padding-bottom: 5px;
}

table.tableNoBorder td
{
  padding: 0px;   
  border: solid 0px;
}

table.tableNoBorder th
{
  padding: 0px;
  text-align: center;
  background-color: #e8eef4; 
  border: solid 0px;
}


/** LINKS **/

a.external:link {
    padding: 2px 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #3F51B5;
    color: white;
}
a.external:visited {
    color: white;
    font-weight: bold;
}
a.external:hover {
    background-color: #3F51B5;
    text-decoration: none;
}
a.external:active {
    background-color: #3F51B5;
    text-decoration: none;
}
a.external:selected {
    background-color: #3F51B5;
    color: #000;
}

.card.tarjeta.pie {
    flex-direction: unset;
    margin-bottom: 70px;
}

.iatext-pie img {
    margin: 10px;
    width: 289px;
    height: 70px;
}

.cita {
    text-align: center;
    padding: 10px 10px 0 10px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Comic Sans MS", cursive, sans-serif;
    font-size: 0.9em;
    color: #3F51B5;
    float: right;
    display: flex;
    flex-grow: 1;
}

@media only screen and (max-width: 770px) {

    ul#menu1 {
        text-align: center;
    }

    fieldset a.external {
        display: inline-block;
        margin-top: 10px;
    }

    .card.tarjeta.pie {
        display: inline-block;
        margin-bottom: 100px;
    }

    .iatext-pie {
        text-align: center;
    }
}

@media only screen and (max-width: 992px) {
    #tablaFrecuencias {
        display: none;
    }

    #tablaEjemplos {
        text-align: -moz-center !important;
    }
}


#leftUpper {background-color:yellow; width:48px; Height:44px; float:left; background-image:url('../Content/images/leftUpperCorner.jpg');} 
#centerUpper {background-color:yellow; Height:44px; float:inherit; background-image:url('../Content/images/UpperCenter.jpg');} 
#rightUpper {background-color:yellow; width:48px; Height:44px; float:right; background-image:url('../Content/images/rightUpperCorner.jpg');} 

#leftCenter {background-color:yellow; width:48px; min-height:44px; height:100%; float:left; background-image:url('../Content/images/leftCenter.jpg');} 
#mycontent {background-color:white; Height:44px; float:inherit; } 
#content {background-color:white; position:relative; margin-left:48px; float:left; width:auto; max-width:800px;}
#rightCenter {background-color:yellow; width:48px; min-height:44px; float:right; background-image:url('../Content/images/rightCenter.jpg');} 

#fix_01 {background-color:yellow; width:48px; min-height:44px; height:100%; float:left; background-image:url('../Content/images/leftCenter.jpg');} 
#fix_02 {background-color:yellow; width:48px; min-height:44px; float:right; background-image:url('../Content/images/rightCenter.jpg');} 


#leftLower {background-color:yellow; width:48px; Height:44px; float:left; background-image:url('../Content/images/leftLower.jpg');} 
#lowerCenter {background-color:yellow; Height:44px; float:inherit; background-image:url('../Content/images/lowerCenter.jpg');} 
#rightLower {background-color:yellow; width:48px; Height:44px; float:right; background-image:url('../Content/images/rightLower.jpg');} 

#footerLeft {background-color:yellow; width:66px; Height:149px; float:left; background-image:url('../Content/images/footerLeft.jpg');} 
#footerCenter {background-color:yellow; width:877px; Height:149px; float:left; color:White; background-image:url('../Content/images/footercenter.jpg');} 
#footerRight {background-color:yellow; width:57px; Height:148px; float:left; background-image:url('../Content/images/footerRight.jpg');} 