/*
Cuerpo principal de la página
*/
body{
	background-color: #4A4A4A;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
	color: #000000;
	margin: 0px;
/*	
	background-image: url(/share/img/body_bg.jpg); 
	background-repeat:repeat-x;
	background-position: left top;
*/
}

/* 
	Anulo todos los m&aacute;rgenes de los elementos xhtml est&aacute;ndares
*/
h1,h2,h3,h4,h5,h6, ul, li, ul li, dl, table{
	margin: 0px;
	padding: 0px;
	width: auto;
}
h1, h2, h3, h4, h5, h6{
	background-position: left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: "Trebuchet MS", arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}
div.cmnSep {
	clear: both;
	line-height: 0px;
	height: 0px;
}
* html div.cmnSep {
	margin: 0px;
	padding: 0px;
}
span.cmnOcultar{
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0em;
	display: block;
}
/**
	Background images por a 
**/
a{
	background-position:left;
	background-repeat:no-repeat;
	color: #FFFF99;
}
a:hover{
	color: #FFFF00;
	
}
/**
				pgWrapper
				---------
				Envoltura para el contenido de la p&aacute;gina
**/
div#pgWrapper{
	background-color: #4A4A4A;
	margin: 25px auto;
	width: 770px !important;
	width /**/: 770px;
}

/**
	pgHeader:: Bloque principal de contenidos
**/
div#pgHeader{
	background-color: #000000;
	background-image:url(/share/img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	padding-top: 12px;
	height: 90px !important;
	height /**/: 102px;
}
div#pgHeaderLogo{
	width: 316px;
	float: left;
}
div#pgHeaderLogo h1{
	height: 57px;
}
div#pgHeaderLogo h2{
	height: 34px;
}
div#pgHeaderLogo h1 a{
	display: block;
	width: 316px;
	height: 57px;
}
div#pgHeaderLogo h2 a{
	display: block;
	width: 316px;
	height: 34px;
}
div#pgHeaderMenus{
	float: left;
	width: 454px;
	height: 91px;
}

div#pgHeader div#pgHeaderMenus ul#pgMenuTop{
	list-style-type: none;
	padding-bottom: 62px !important;  /* CSSHack for Firefox, ya que toma el margin desde el borde superior de la caja hacia abajo.*/
	padding-bottom: 45px;
	padding-left: 198px;
	width: 256px !important;
	width /**/: 454px;
	
}
ul#pgMenuTop li{
	display: inline;
}
ul#pgMenuTop li a{
	display: block;
	float: left;
	height: 17px;
}
ul#pgMenuTop li a#pgMenuTopOpcInicio{
	width: 61px;
}
ul#pgMenuTop li a#pgMenuTopOpcMapa{
	width: 116px;
}
ul#pgMenuTop li a#pgMenuTopOpcContacto{
	width: 79px;
}



ul#pgMenuMain{
	list-style-type: none;
	padding-left: 21px;
	width: 433px !important;
	width /**/: 454px;
}
ul#pgMenuMain li{
	display: inline;
}
ul#pgMenuMain li a{
	display: block;
	float: left;
	height: 29px;
}
a#pgMenuMainOpcNosotros{
	width:75px;
}
a#pgMenuMainOpcServicios{
	width:71px;
}
a#pgMenuMainOpcSonido{
	width:56px;
}
a#pgMenuMainOpcIluminacion{
	width:83px;
}
a#pgMenuMainOpcEscenarios{
	width:79px;
}
a#pgMenuMainOpcPortfolio{
	width:69px;
}





/**
	pgCntMain:: Bloque principal de contenidos
**/
div#pgCnt{
	width: 770px;
	color: #FFFFFF;
}
div#pgCnt ul{
	margin: 1em 0px;
}
div#pgCnt ul li{
	margin: 0px 1em;
}




/**
pgFooterMenu
**/
div#pgFooterMenu{
	background-image:url(/share/img/footer_mnu_bg.gif);
	background-repeat:repeat-x;
	background-position: left top;
	height: 56px;
	text-align: right;
}
div#pgFooterMenu ul{
}
div#pgFooterMenu li{
	display: inline;
}
div#pgFooterMenu li a{
	color: #FFFFFF;
	line-height: 56px;
	text-decoration:none;
}
div#pgFooterMenu li a:hover{
	color:#CCFFFF;
	text-decoration:underline;
}


div#pgFooter{
	background-image:url(/share/img/pg_footer.gif);
	background-repeat:repeat-x;
	background-position: left top;
	height: 62px;
	color: #FFFFFF;
}
div#pgFooter h5,
div#pgFooter p{
	height: 62px;
	float: left;
	margin: 0px;
	padding: 0px;
}
div#pgFooter h5#pgFooterZerbonia a{
	display: block;
	background-image:url(/share/img/pie_logo_zerbonia.gif);
	width: 220px;
	height: 62px;
}
div#pgFooter h5#pgFooterInfosoft a{
	display: block;
	background-image:url(/share/img/pie_logo_infosoft.gif);
	width: 148px;
	height: 62px;
}
div#pgFooter p{
	width: 400px;
	padding-top: 12px;
	text-align: center;
}
#pgCntPortfolio p {
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
}

