body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}
#top{
	background:url(imgs/inicio/cabecera.jpg) center repeat-x;
	height:81px;
}
	#menu{
		margin:auto;
		width:1000px;
		height:40px;
		padding-top:30px;
	}
	#menu div{
		float:left;
		cursor:pointer;
	}
		#logo{
			width:221px;
			height:88px;
			position:absolute;
		}
		#btn_inicio{
			width:146px;
			height:40px;
			margin-left:300px;
			background:url(imgs/inicio/inicio.png) 0px -40px no-repeat;
		}
		#btn_inicioS{
			width:146px;
			height:40px;
			margin-left:300px;
			background:url(imgs/inicio/inicio.png) 0px 0px no-repeat;			
		}
		#btn_inicio:hover{
			background:url(imgs/inicio/inicio.png) 0px 0px no-repeat;			
		}

		#btn_empresa{
			width:146px;
			height:40px;
			margin-left:15px;
			background:url(imgs/inicio/empresa.png) 0px -40px no-repeat;
		}
		#btn_empresaS{
			width:146px;
			height:40px;
			margin-left:15px;
			background:url(imgs/inicio/empresa.png) 0px 0px no-repeat;			
		}
		#btn_empresa:hover{
			background:url(imgs/inicio/empresa.png) 0px 0px no-repeat;			
		}

		#btn_servicios{
			width:146px;
			height:40px;
			margin-left:15px;
			background:url(imgs/inicio/servicios.png) 0px -40px no-repeat;
		}
		#btn_serviciosS{
			width:146px;
			height:40px;
			margin-left:15px;
			background:url(imgs/inicio/servicios.png) 0px 0px no-repeat;			
		}
		#btn_servicios:hover{
			background:url(imgs/inicio/servicios.png) 0px 0px no-repeat;			
		}

		#btn_contacto{
			width:146px;
			height:40px;
			margin-left:15px;
			background:url(imgs/inicio/contacto.png) 0px -40px no-repeat;
		}
		#btn_contactoS{
			width:146px;
			height:40px;
			margin-left:15px;
			background:url(imgs/inicio/contacto.png) 0px 0px no-repeat;			
		}
		#btn_contacto:hover{
			background:url(imgs/inicio/contacto.png) 0px 0px no-repeat;			
		}

		#btn_fb{
			width:37px;
			height:39px;
			margin-left:15px;
			background:url(imgs/inicio/face.png) 0px -39px no-repeat;
		}
		#btn_fbS{
			width:37px;
			height:39px;
			margin-left:15px;
			background:url(imgs/inicio/face.png) 0px 0px no-repeat;			
		}
		#btn_fb:hover{
			background:url(imgs/inicio/face.png) 0px 0px no-repeat;			
		}
		
#publicidad{
	background-color:#3A5998;
	height:220px;
}
	#publicidad_contenido{
		margin:auto;
		width:1000px;
		height:220px;
	}
		#publicidad_detalle{
			width:136px;
			height:220px;
			float:left;
		}
		#publicidad_banner{
			width:864px;
			height:220px;
			float:left;
		}

#contenido_inicio{
	margin:auto;
	width:1000px;
}
	#contenido_inicio_subtitulo{
		margin-top:5px;
		padding-left:10px;
		width:180px;
		float:left;
		color:#000;
		font-weight:bold;
		font-family: 'Archivo Black', sans-serif;
	}
	#contenido_inicio_titulo{
		width:600px;
		float:left;
		color:#000;;
		margin-top:5px;
		text-align:center;
		font-family: 'Archivo Black', sans-serif;
	}
	#contenido_inicio_contenido{
		width:770px;
		padding-left:15px;
		padding-right:15px;
		font-size:15px;
		text-align:justify;
		color:#040003;
	}
#pie{
	height:80px;
	background:url(imgs/inicio/pie_pagina.jpg) center repeat-x;
	color:#FFF;
	font-size:14px;
}

/*** set the width and height to match your images **/
#slideshow {
    position:relative;
	height:400px;
}

#slideshow IMG {
	position:absolute;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}	