div,table
{
    margin:0;
	padding:0;
	border:0;  
}

html,body 
{
	margin:0;
	padding:0;	
	font-family:arial,sans-serif;
	font-size:small;	
	min-width:1000px;
	background-color:#EEEEEE;
}

#container 
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
	min-width:1000px;
	background:#ffffff;		
	min-height:100%; /* real browsers */
}

#menu
{   
    height:25px;   
    text-align: center;
    background-image: url(Images/backgroundmenu.jpg);   
    width:1000px;
}

#barinf
{        
    height:15px;    
    background-image: url(Images/bar.png);   
}

#barsup
{        
    height:15px;    
    background-image: url(Images/bar.png);   
}

 
#consultar
{
    width:230px;            
    /* las dos suman 65 */
    height:33px;    
    padding-top:30px;    
    background-image: url(Images/consultar.png);   
} 

#download_up
{        
    height:35px;    
    width:228px;    
    background-image: url(Images/download_top.png);   
}  

#download_center
{   
    width:228px;            
    background-image: url(Images/download_center.png);   
}  

#download_down
{   
    height:22px;    
    width:228px;             
    background-image: url(Images/download_down.png);   
}  
    
    
#lineaAzul              
{
    width:100%;        
    height:3px;    
    background-image: url(Images/barblue.jpg);   
}

#colsidebartop 
{          
    background-image: url(Images/sidebar.jpg);            
    padding:0px;
}

#colsidebarbottom
{
    background-image: url(Images/sidebar.jpg);
    height: 45px;
    padding:0px;
}

#mainleftbottom
{                
    background-image: url(Images/LeftBottom.jpg);   
    height:42px;         
    width:250px;    
}
      
#footer 
{        
    height:48px;
	clear:both;
	background-image: url(Images/Foot.jpg);   
}

.LabelTitulo
{
    font-family:Tahoma;
    font-size:14px;
    font-weight:bold;
    color:#213131;
}

.LabelTituloSecundario
{
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    color:#646161;
}

.LabelTituloGrande
{
    font-family:Cambria;
    font-size:20px;
    font-weight:bold;
    /*color:#646161;*/
    color:#335CA9;
}

.LabelTextoGrande
{
    font-family:Cambria;
    font-size:13px;
    color:#646161;
    font-weight:bold;
}

.LabelTextoPie
{
    font-family:Cambria;
    font-size:11px;
    color:#6A6A6A;
}

.LabelTextoAsenof
{
    font-family:Cambria;
    font-size:13px;
    color:#6A6A6A;
}

.LabelTextoPiePeq
{
    font-family:Cambria;
    font-size:9px;
    color:#6A6A6A;
}

.LabelTextoBasico
{
    font-family:Tahoma;
    font-size:13px;
    color:Black;
}



.VerticalMenu
{
    background-image:url(Images/MenuBackground.jpg);    
    color:Black;
    text-decoration:none;
    font-family:Cambria;
    font-size:12px;
    font-weight:bold;
    /* para que sumen 22 que es el alto de la imagen*/
    height:19px;
    padding-top:3px;
    /* para que sumen 250 el witdh toca ponerlo en el control no sé por qué diablos :-(*/
    padding-right:10px;
}

.VerticalMenu:hover
{
    background-image:url(Images/MenuBackgroundOver.jpg);        
}


.HorizontalMenu
{
    background-image:url(Images/Boton.png);    
    color:Black;
    text-decoration:none;
    /* para que sumen 25 que es el alto de la imagen*/
    height:20px;
    padding-top:5px;
    font-size:12px;
    font-family:Cambria;
    font-weight:bold; 
}

.HorizontalMenu:hover 
{
     background-image:url(Images/BotonOver.png);   
}






/*Modal Popup */
.modalBackground {
	background-color:Gray;
    
    filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}



/************Watermark *****************/

.Watermark
{
    font-style:italic;
    font-family:Tahoma;
    font-size:12px;
    color:Gray;
}

/***************************/


/************suggestions *****************/

.suggestionsTable
{
    border-bottom:solid 1px #777;
    border-left:solid 1px #777;
    border-right:solid 1px #777;
	background-color:#EEEEEE;	
	font-family:Tahoma;
	font-size:8.3pt;
	width:100%;
}
.suggestionsTr
{
    background-color:White;
}
.suggestionsTd
{
    background-color:White;
    border-bottom:solid 2px #bdc7d8;      
 }
.titleTr, .titleTd{		
	font-weight:bold;			
}
.commentsTr, .commentsTd{		
	font-weight:normal;
	font-size:small;	
	font-size:9px;
	color:#777;	
}
.suggestionsHilightedTr{
	background-color:#BBBBBB;			
	cursor:Hand;
}
.hilighted{
	background-color:#BBBBBB;
	font-weight:bold;		
}
.loading
{
	border-bottom:solid 1px #777;
    border-left:solid 1px #777;
    border-right:solid 10px #777;
	background-color:#CCFFCC;
}

/***************************/


.TextBackground
{
    background-image:url(Images/TextBackground.png);
    height:18px;
}

.TextBackgroundTop
{
    background-image:url(Images/TextBackground.png);
    height:20px;
}



.TextDownload
{
    height:20px;
    font-family:Cambria;
    font-size:14px;
    font-weight:bold;
}

.TextDownloadThin
{
    height:20px;
    font-family:Cambria;
    font-size:14px;
}

.TextDownloadText
{
    height:20px;
    font-family:Cambria;
    font-size:14px;
}


#preloadimage
{
 background-image:url(Images/MenuBackgroundOver.jpg);  
background-repeat: no-repeat;
background-position: -1000px -1000px;

}

#preloadimagemenu
{
 background-image:url(Images/BotonOver.png);   
 background-repeat: no-repeat;
 background-position: -1000px -1000px;
}

.afiliaciones 
{
    width:210px;
    text-align: center;
    background-image: url(Images/AfiliacionesBlanco.jpg);   
    height:70px;    
    font-size:12px;
    font-family:Cambria;
    font-weight:bold; 
}

.diplomado
{
    width:218px;
    text-align: center;
    background-image: url(Images/Diplomado.jpg);   
    height:204px;    
    font-size:12px;
    font-family:Cambria;
    font-weight:bold; 
}

.listadoafiliaciones
{
    width:210px;
    text-align: center;
    background-image: url(Images/ListadoAfiliados.jpg);   
    height:70px;    
    font-size:12px;
    font-family:Cambria;
    font-weight:bold; 
}


.seminarios
{
    width:210px;
    text-align: center;
    background-image: url(Images/seminario.jpg);   
    height:70px;    
    font-size:12px;
    font-family:Cambria;
    font-weight:bold; 
}

.transmisiones
{
    width:210px;
    text-align: center;
    background-image: url(Images/canalasenof.jpg);   
    height:70px;    
    font-size:12px;
    font-family:Cambria;
    font-weight:bold; 
}

.congreso2011
{
    width:215px;
    text-align: center;
    background-image: url(Images/Congreso2011.jpg);   
    height:160px;    
    font-size:12px;
    font-family:Cambria;
    font-weight:bold; 
}

.convenio1
{
    width:215px;
    text-align: center;
    background-image: url(Images/ASENOF-ICONTEC.png);   
    height:72px;    
    font-size:12px;
    font-family:Cambria;
    font-weight:bold; 
}

.convenio2
{
    width:215px;
    text-align: center;
    background-image: url(Images/ASENOF-ICT.png);   
    height:72px;    
    font-size:12px;
    font-family:Cambria;
    font-weight:bold; 
}

.convenio3
{
    width:215px;
    text-align: center;
    background-image: url(Images/ASENOF-CELAC.png);   
    height:72px;    
    font-size:12px;
    font-family:Cambria;
    font-weight:bold; 
}

.memoriascongreso2011
{
    width:215px;
    text-align: center;
    background-image: url(Images/MEMORIASCONGRESO.png);   
    height:72px;    
    font-size:12px;
    font-family:Cambria;
    font-weight:bold; 
}

.memoriaslatinoamericano
{
    width:215px;
    text-align: center;
    background-image: url(Images/Latinoamericano.png);   
    height:120px;    
    font-size:12px;
    font-family:Cambria;
    font-weight:bold; 
}

.congreso2012
{
    width:215px;
    text-align: center;
    background-image: url(Images/SantaMartaNoAsenof.jpg);   
    height:160px;    
    font-size:12px;
    font-family:Cambria;
    font-weight:bold; 
}

.congreso
{
    width:214px;
    text-align: center;
    background-image: url(Images/MemoriasAsenof.jpg);   
    height:157px;    
    font-size:12px;
    font-family:Cambria;
    font-weight:bold; 
}

.noticiasmen
{
    width:210px;
    text-align: center;
    background-image: url(Images/INFMEN.jpg);   
    height:100px;    
    font-size:12px;
    font-family:Cambria;
    font-weight:bold; 
}

.beneficiarios
{
    width:215px;
    text-align: center;
    background-image: url(Images/resultados.jpg);   
    height:160px;    
    font-size:12px;
    font-family:Cambria;
    font-weight:bold; 
}


.redes
{
    width:210px;
    text-align: center;
    background-image: url(Images/redes.jpg);   
    height:120px;    
    font-size:12px;
    font-family:Cambria;
    font-weight:bold; 
}
