.clearfix:after {
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix{
	display:block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

body
{
	background-image:url(Img/fondo_pagina.jpg);
	background-repeat:repeat-x;
	background-color:#E6E6E6;
	text-align:center; 
	margin:0;
	padding:0;  	
}    
#sombra
{
	background-image:url(Img/fondo_home.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	text-align:center; 
	width:1086px;
	height:650px;   
	overflow:hidden;   
	margin-top:28px; 
	padding-top:63px; 
}
#centro
{
	margin:0 auto;
	text-align:left; 
	width:952px;   
	position:relative;  
}

#formulario
{
	background-image:url(Img/fondo_inicio.jpg); 
	background-repeat:no-repeat;
	height:389px;
	position:relative;   
}
#btoParticular
{
    border:0;
    position:absolute;  
    right:13px;
    top:12px; 
}
#autenticacion
{
   	background-image:url(Img/fondo_empresa.jpg); 
	background-repeat:no-repeat;
	height:186px;
	width:404px;
    border:0;
    position:absolute;  
    right:14px;
    top:193px; 
}
#autenticacion h2
{
    display:none;
}
#autenticacion .txt,
#autenticacion .pass
{
    padding:3px; 
    border:1px solid #D991C4;
    background-color:#8A2365;
    color:#F2CAE5;
    padding-left:20px; 
    font-family:Arial;
    font-size:12px;  
    background-repeat:no-repeat; 
    background-position:5px 4px; 
    position:absolute;  
    left:30px; 
    *height:23px; 
}
#autenticacion .txt
{
    background-image:url(Img/ico_usuario.gif); 
    bottom:60px;    
    width:180px;  
}
#autenticacion .pass
{
    background-image:url(Img/ico_password.gif); 
    bottom:30px; 
    width:100px;
}
#autenticacion .boton
{
    position:absolute;  
    bottom:27px; 
    left:139px; 
}
#autenticacion .error
{
    position:absolute;  
    bottom:85px; 
    left:31px; 
    color:#FFFFFF;
    font-family:Arial;
    font-size:12px;  
}

#logo
{
	padding-left:12px;
	padding-top:11px;  
}

#pie,
#pie a
{
	color:#3A556C;
	font-family:Tahoma; 
    font-size:12px;
}
#pie
{
    padding:6px; 
    padding-left:12px; 
	clear:both;  
	background-color:#BCC8D3;	
	text-align:left; 
    border-left:1px solid #DDEBF4; 
    border-right:1px solid #DDEBF4;
    border-top:1px solid #FFFFFF;
}
#direccion,
#direccion a
{
    color:#3C708A;
    font-family:Tahoma; 
    font-size:12px;
}
#direccion
{
  	clear:both;  
    padding:14px; 
}

