/*    
    E-Pulse S.C.
    code: Oscar Gonzalez
*/

	@import url(menu.css);

	body {		
			color: #000000;
			background-color:#FFFFFF;
            text-align:center;
			font-size:11px;
			font: normal 0.80em/1.55em "Lucida Sans Unicode","Lucida Sans",Verdana,Tahoma,Arial,"Helvetica Neue",Helvetica,sans-serif;
			margin:10px 10px 10px 10px;
			
		}

    .divMainBody {
		position:absolute;
    	color:black;
		margin-top:-250px;
		margin-left:-425px;
    	text-align:center;
		top:50%;
		left:50%;
    	width:850px;
		height:500px;
        padding:0px;
		background-color: white;
    }
	
    .divMainBody .dvContent{
		text-align:left;
		color:#a5a18d;
		width:850px;
		height:500px;
		overflow:auto;		
    }	
	
    .divMainBodyInd {		
		position:absolute;
    	color:black;
		margin-top:-117px;
		margin-left:-260px;
    	text-align:center;
		top:50%;
		left:50%;
    	width:520px;
		height:234px;
        padding:0px;	
		background-image:url('../img/m-ind.gif');
	
    }	
		
    .divMainBodyInd .aLink {		
		position:absolute;
    	color:black;
		margin-top:-117px;
		margin-left:-260px;
    	text-align:center;
		top:50%;
		left:50%;
    	width:520px;
		height:234px;
        padding:0px;				
    }		
	
    .divMainBodyInd h1 {		
		display:none;
		font-size:0px;
		margin:0px;		
    }		
	
    .divMainBodyInd .dvContentTopLeft{
		float:left;		
		//background-image:url('../img/m-ind-1.gif');
		background-repeat: no-repeat;
		width:141px;
		height:22px;
    }		
	
    .divMainBodyInd .dvContentTopRight{
		float:left;		
		color:#698897;
		text-align:left;				
		width:379px;
		height:22px;
    }			
	
    .divMainBodyInd .dvContentTopRight a {
		color:#698897;		
		text-decoration:none;
		font-weight:800;
		font-size:0.9em;
    }				
	
    .divMainBodyInd .dvContentBottomLeft{
		float:left;		
		/*background-image:url('../img/m-ind-2.gif');*/
		width:141px;
		height:212px;
    }				

    .divMainBodyInd .dvContentBottomRight{
		float:left;		
		//background-image:url('../img/m-ind-3.gif');
		width:379px;
		height:212px;
    }					
	
    .divMainBody .dvContent h1{
		font: normal 1.00em/1.55em "Lucida Sans Unicode","Lucida Sans",Verdana,Tahoma,Arial,"Helvetica Neue",Helvetica,sans-serif;
		color:#a5a18d;
    }		

	.dvCls {
		clear:both;
	}
	
	.dvFooter{	
		text-align:left;
		color:#698897;			
		font: normal 0.80em/0.75em "Lucida Sans Unicode","Lucida Sans",Verdana,Tahoma,Arial,"Helvetica Neue",Helvetica,sans-serif;
	}	
	
	.dvFooter a{	
		color:#A0A0A0;			
		text-decoration:none;
		font: normal 0.85em/0.75em "Lucida Sans Unicode","Lucida Sans",Verdana,Tahoma,Arial,"Helvetica Neue",Helvetica,sans-serif;
	}		
	
	.dvFooter a:hover{	
		color:#698897;			
		text-decoration:none;
		font: normal 0.85em/0.75em "Lucida Sans Unicode","Lucida Sans",Verdana,Tahoma,Arial,"Helvetica Neue",Helvetica,sans-serif;
	}			
		
	.mosca{	
		text-decoration:none;
		float:right;
		color:#d1d1d1;			
		font: normal 0.80em/0.75em "Lucida Sans Unicode","Lucida Sans",Verdana,Tahoma,Arial,"Helvetica Neue",Helvetica,sans-serif;
	}	

	.mosca:hover {
		color:#A0A0A0;		
		text-decoration:none;
		text-align:center;	
		font: normal 0.80em/0.75em "Lucida Sans Unicode","Lucida Sans",Verdana,Tahoma,Arial,"Helvetica Neue",Helvetica,sans-serif;
	}	
