/* CSS Document */

#cabecera_top{
	width:774px;
	float:left;
	height:42px;
	margin:0 0 0 0;
	padding:0;
	background:url(../img/cabecera-top-background.png) top right no-repeat;
	}
	#cabecera_detalle_e{
		position:absolute;
		top:42px;
		left:0px;
		background:url(../img/cabecera-detalle-e.png) top left no-repeat;
		width:197px;
		height:168px;
		margin:0;
		padding:0;
		z-index:100;
		}
		*>#cabecera_detalle_e{
			left:0;
		}
		#base_iconos{
			width:155px;
			height:42px;
			float:right;
			margin:0;
			padding:0;
			position:relative;
			z-index:1000;
			}
			#base_iconos a span{ display:none }
			
			#base_iconos a.inicio{
				display:block;
				float:left;
				margin:4px 0 0 0;
				padding:0;
				width:42px;
				height:31px;
				background:url(../img/home.png) top left no-repeat;
				cursor:pointer;
				}
				#base_iconos a.inicio:hover{
					/*background:url(../img/home-on.png) top left no-repeat;*/
				}
			
			#base_iconos a.mapa{
				display:block;
				float:left;
				margin:4px 0 0 0;
				padding:0;
				width:61px;
				height:33px;
				background:url(../img/mapa.png) top left no-repeat;
				cursor:pointer;
			}
			
			#base_iconos a.correo{
				display:block;
				float:left;
				margin:1px 0 0 0;
				padding:0;
				width:52px;
				height:33px;
				background:url(../img/contacto.png) top left no-repeat;
				cursor:pointer;
			}
			
			
			
	#cuerpo_cabecera{
			width:607px;
			height:168px;			
			margin:0;
			padding:0;
			background-color:#000;
			float:right;
			z-index:10;
			position:relative;			
			}
			*>#cuerpo_cabecera{
				margin:0;
				/*top:41px;
				left:167px;*/
			}
			
		#cuerpo_cabecera_top{
			position:absolute;
			top:0;
			left:0;
			margin:0;
			padding:0;
			height:11px;
			width:590px;
			background:url(../img/cabecera-cuerpo-top-backgro.png) top left no-repeat;
			z-index:100;
			}
			#nombre_cabecera{
				width:590px;
				height:124px;
				position:absolute;
				bottom:0;
				left:16px;
				z-index:100;
				background:url(../img/nombre-bg.png) top left no-repeat transparent;
				}
				*>#nombre_cabecera{
					left:18px;	
				}
			#cuerpo_cabecera img{
				position:absolute;
				top:0;
				left:0;
				z-index:1;
			}
			
			#flash{
				width:618;
				position:absolute;
				height:171px;
				top:-3px;
				left:0px;
				z-index:0;
				overflow:hidden;
			}
				
		
