﻿body
{
    /*background: #f7f7f7;
*/
    background: #ffffff;
    font-size: 12px;
    color: black;
    font-family: Verdana;
    left: 0px;
    position: absolute;
    top: 0px;
    background: #e5f7d3;
}

/* Default.aspx*/
.defaultHeaderSeccion
{
    width: 900px;
    font-weight: bold;
    font-size: 11pt;
    text-transform: none;
    font-family: Verdana;
}

.defaultContenidoSeccion
{
    width: 900px;
    font-size: 10pt;
    font-family: Verdana;
    text-align: justify;
}

.watermarked
{
    font-size: 10pt;
    font-family: Verdana;
    color: darkgray;
    font-style: italic;
}

.linkArrow
{
    background-image: url(Images/greenArrow.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 15px;
    margin-left: 6px;
    margin-top: 3px;
}

#liga a:link
{    
    color: #753832;
    text-decoration:underline; 
    font-weight:normal;   
}
#liga a:visited
{    
    color: #753832;   
    text-decoration:underline;    
    font-weight:normal;
      
}
#liga a:hover
{    
    font-weight:normal;
    color: #753832;
    text-decoration: underline overline;
    background-color: lightgrey;
}

#ligaGrande a:link
{
    color: #753832;
    text-decoration: underline;
    font-weight: bold;
    font-size: small;
}

#ligaGrande a:visited
{    
    color: #753832;
    text-decoration: underline;
    font-weight: bold;
   font-size: small;
      
}
#ligaGrande a:hover
{           
    color: #753832;    
    font-weight: bold;
    font-size: medium;
    text-decoration: underline overline;
    background-color: lightgrey;
    
}

#ligaTemario a:link
{
    color: #753832;
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px;
}

#ligaTemario a:visited
{    
    color: #753832;
    text-decoration: underline;
    font-weight: bold;
   font-size: 12px;
      
}
#ligaTemario a:hover
{
    color: #753832;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline overline;
    background-color: lightgrey;
}

#ligaArchivoBajar a:link
{
    color: #753832;
    text-decoration: underline;
    font-weight: bold;
    font-size: 13px;
}

#ligaArchivoBajar a:visited
{    
    color: #753832;
    text-decoration: underline;
    font-weight: bold;
   font-size: 13px;
      
}
#ligaArchivoBajar a:hover
{
    color: #753832;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline overline;
    background-color: floralwhite;
}

.collapsePanelHeader{	
	width: 1010px;			
	font-weight:bold;
	
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
	
	background-color: gainsboro;
	border-right: thin outset;
    border-top: thin outset;
    border-left: thin outset;
    border-bottom: thin outset;
}
.collapsePanel
{
    width: 1010px;
    height: 0px;
    background-color:White;   
}


.testing
{
    
}


