a:link {
color: #455367;
text-decoration: none;
} 

a:visited {
color: #455367;
text-decoration: none;
} 

a:active {
color: #455367;
text-decoration: none;
}

a:hover {
color: #6f7d92;
text-decoration: none;
}




.amenu:link {
color: #455367;
text-decoration: none;
} 

.amenu:visited {
color: #455367;
text-decoration: none;
} 

.amenu:active {
color: #455367;
text-decoration: none;
}

.amenu:hover {
color: #e47f07;
text-decoration: none;
}

body
{

background-repeat:repeat-x;
font-family: 11px;
color:#455367;
}

TD {

font-family: Verdana;
font-size: 11px;
color:#455367;	
}
hr {
 color:#DBDBDB;
 border-top: 1px dashed #455367;
 border-bottom:none;
 border-left:none;
 border-right:none;
}
IMG {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; VERTICAL-ALIGN: middle; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}


input, select, textarea, button {
     font-family: Verdana;
font-size: 11px;
color:#455367;	
  border: 1px solid #CCCCCC ;
}


textarea {
    resize: none;
}

select {font-family: Verdana, monospace;}

 fieldset    {
                
                height: 670px;
               
                }




.optionGroup
{
    font-weight:bold;
    font-style:italic;
    background:#F8F8F8;
}

.optionChild
{
    padding-left:15px;
}


.divContainer 
{
    display: table;
    border: solid;
}

.divRow  
 {
    display: table-row;
    height: auto;
}

.divColumn 
{
    display: table-cell;
}

fieldset
{
    border: 1px solid #ddd;
    
  
    border-radius: 8px;
    margin: 0 0px;
    height: 100%;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}
.blahContainer{
    width: 100%;
    height: 100%;
}

.blahColumna1{
    width: 70%;
    height: 100%;
}

.blahColumna2{
    width: 30%;
    height: 100%;
}