#layout
{
	width:100%;
}

#page
{
	width:900px;
	text-align:left;
}

#bgslide 
{
	position:relative;
	z-index:0;
	width:100%;
}

#slidecontent
{
	position:absolute;
		top:0;
		left:0;
	width:904px;
	padding:0;
	margin:0;
	border-width:0;
	z-index:300000;
}

#heading
{
	position:relative;
		left:-2px;
	width:100%;
	height:140px;
	border-width:0px;
	border-collapse:collapse;
}

#header
{
	width:100%;
	height:110px;
}

#header #logo
{
	position:relative;
		top:10px;
		left:15px;
	float:left;
}

#header #titulo
{
	position:relative;
		top:20px;
		left:25px;
	float:left;
}

#header #empinfo
{
	position:relative;
		top:10px;
		right:15px;
	float:right;
}

#content
{
	width:100%;
	border:0px;
	border-collapse:collapse;
}

#content #seccion_sup
{
	width:700px;
}

#content #seccion_inf
{
	width:700px;
}

#content #main
{
	width:700px;
	vertical-align:top;
}

#content #seccion
{
	padding-left:25px;
	padding-right:25px;
}

#content #seccion .articulo
{
	margin-bottom:25px;
	width:100%;
}

#content #seccion .articulo td
{
	vertical-align:top;
}

#content #sidebar
{
	width:200px;
	vertical-align:top;
}

#content #sidebar #side_up
{
	padding-left:15px;
	padding-right:15px;
}

#content #sidebar #side_down
{
	padding-left:15px;
	padding-right:15px;
}

#content #sidebar #side_down #noticias
{
	width:170px;
	overflow:hidden;
}

#content #sidebar #side_top
{
	height:20px;
}

#content #sidebar #side_mid
{
	height:20px;
}

#content #sidebar #side_bottom
{
	height:20px;
}

* pre
{
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


#footer
{
	width:100%;
}
