@charset "UTF-8";
/* CSS Document */

#playerLayout {
	position: absolute;
	left: 610px;
	top: 14px;
	
}
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	margin: 0px;
	height: 100%;
}
#banner_wrapper {
	height: 150px;
	background: #dfeaef;
}
#banner {
	width: 900px;
	height: 150px;
	background: url(../images/banner.png) no-repeat;
	margin: auto;
	position: relative;
}
#navbar_wrapper {
	height: 50px;
	background: url(../images/navbar_bg.png) repeat-x;
}
#navbar {
	width: 600px;
	height: 50px;
	margin: auto;
	padding: 0px;
	position: relative;
}
#navbar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#navbar ul li {
	width: 150px;
	display: block;
	float: left;
}
#navbar a {
	width: 150px;
	height: 50px;
	text-indent: -10000px;
	display: block;
	outline: none;
}
#navbar a:hover {
	background-position: left -70px;
}
#btn_01 a {
	background: url(../images/navbar_01.png) no-repeat;
}
#btn_02 a {
	background: url(../images/navbar_02.png) no-repeat;
}
#btn_03 a {
	background: url(../images/navbar_03.png) no-repeat;
}
#btn_04 a {
	background: url(../images/navbar_04.png) no-repeat;
}
#content_wrapper {
	min-height: 550px;
	background: url(../images/bg.png) repeat-x;
}
#content {
	width: 720px;
	background: url(../images/content_bg.png) repeat-y;
	margin: auto;
	padding: 30px 50px 0px 50px;
}
#la_empresa {
	text-align: justify;
}
#footer {
	width: 720px;
	background: url(../images/line.png) no-repeat;
	clear: both;
}
address {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	color: #666;
	text-align: center;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 10px;
}
#end {
	width: 820px;
	height: 20px;
	background: url(../images/footer.png) no-repeat;
	margin: auto;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #666;
	line-height: 15pt;
}
ul {
	margin: 0px;
	padding-left: 15px;
}
li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #666;
	line-height: 15pt;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #1678bd;
	line-height: 15pt;
}
.title {
	font-weight: bold;
	color: #1678bd;
}
.btn_ver_mas {
	width: 104px;
	height: 20px;
	background: url(../images/btn_ver_mas.png) no-repeat;
	/*position: absolute;
	bottom: 0px;
	right: 0px;*/
	outline: none;
	float: right;
}
.btn_ver_mas:hover {
	background-position: left -30px;
}
.btn_ver_proyecto {
	width: 124px;
	height: 20px;
	background: url(../images/btn_ver_proyecto.png) no-repeat;
	outline: none;
	float: right;
}
.btn_ver_proyecto:hover {
	background-position: left -30px;
}
.msg {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #1678bd;
}