﻿/* CSS layout */
#masthead {
}

#top_nav {
	background-image: url('images/header2.jpg');
	background-repeat: no-repeat;
}
#container {
	position: relative;
}
#left_col {
	width: 154px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 676px;
	background-image: url('jpg/menu_back.jpg');
	background-repeat: no-repeat;
}
#page_content {
	margin-left: 154px;
	height: 676px;
	width: 597px;
	background-image: url('jpg/conte_back.jpg');
	background-repeat: no-repeat;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
}
.pub_left {
	margin-top: 20px;
	height: 138px;
	width: 145px;
	margin-left: -9px;
}
.header_texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	font-variant: normal;
	margin-top: 1px;
	margin-right: 50px;
	margin-left: 50px;
	text-align: center;
}
.topmenu {
	background-image: url('jpg/fondo_menu.jpg');
	background-repeat: no-repeat;
	height: 61px;
	position: relative;
}

