@charset "utf-8";
/* CSS Document */

/************* IMAGENES DECORATIVAS *****************/
/* tipo 1: empresa) */
#decorativoBienvenido
{
  position:absolute;
  top:-25px;
  left:60px;
  
  z-index:100;
  
  width:313px;
  height:177px;
  
  background-image:url(../img/home_bienvenido_decoracion.png);
  background-repeat:no-repeat;
  background-position:0 0;
}
#decorativoEnlaces
{
  position:absolute;
  top:444px;
  left:505px;
  
  width:328px;
  height:65px;
  
  background-image:url(../img/home_capaEnlaces_decorativo.png);
  background-repeat:no-repeat;
  background-position:0 0px;
}

/**************** FIN IMAGENES DECORATIVAS **************/
#bienvenido
{
	margin:0 0 38px 0;
	/*padding:130px 0 0 18px;*/
	padding:100px 0 0 18px;
	
	width:942px;
	/*height:296px;*/
	height:326px;
	
	background-image:url(../img/home_bienvenido_fondo.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}
	#bienvenido h2
	{
		margin:0;
		padding:0;
		
		width:217px;
		height:32px;
		
		background-repeat:no-repeat;
	}
	#bienvenido p
	{
		margin:0 0 10px 0;
		padding:0 0 0 0;
		
		width:220px;
	}
	#bienvenido #frase
	{
		margin:15px 0 0 18px;
		
		width:193px;
		height:95px;
		
		background-repeat:no-repeat;
	}
	
	
#capaEnlaces
{
	margin:0 0 0 0;
	padding:46px 0 80px 29px;
	_padding:46px 0 17px 29px;
	
	width:931px;
	
	background-image:url(../img/home_capaEnlaces_fondo.png);
	background-repeat:no-repeat;
}
	.divEnlace
	{
		float:left;
		margin:0 98px 0 0;
		
		width:230px;
	}
	#divEnlaceLlegar
	{
		margin:0;
	}
	.divEnlace h3
	{
		margin:0 0 10px 0;
		padding:0 0 0 0;
		
		width:230px;
		height:23px;
		
		background-repeat:no-repeat;
	}
	#contenedor #contenido .divEnlace p
	{
		margin:0 0 8px 0;
		padding:0;
				
		min-height:100px;
		height:100px;
		
		font-size:13px;
	}
	.divEnlace a:link, .divEnlace a:active, .divEnlace a:visited
	{
		display:block;
		margin:15px 0 0 0;
		
		width:230px;
		height:65px;
		_height:63px;
		
		background-repeat:no-repeat;
		background-position:top;
	}
	.divEnlace a:hover
	{
		background-position:bottom;
	}
