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

body {
	cursor:default;
	background-image: url(../images/fondo-deep.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	margin-top: 5px;
	overflow-x: hidden;
	margin-bottom: 0px;
}


.TopMenu {
	width:900px;
	height:130px;

}

#main {
	width:900px;
	height:860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

.Left {
	width:160px;
	height:730px;
	float: left;
	margin-top: 0px;
	background-color: #FFFFFF;
}

.Logo {
	position-x: fixed;
	overflow: hidden;
}
.Content {
	padding-left: 10px;
	float: left;
	width:672px;
	height: 700px;
}

.Content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #999;
	margin-right: 200px;
	padding-left: 5px;
}

.Content h1 {
	font-size: 21px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #666;
	margin-right: 100px;
	padding-left: 5px;
	font-family: "Times New Roman", Times, serif;
}


#ContentImg {
	padding-left: 10px;
	float: left;
	width:590px;
	height: 700px;
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-x;
}

.ContentImg h1 {
	
}

.web {
	height: 100px;
}
.Footer {
	height: 30px;
	float: left;
	width: 642px;
}

.Footer p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
	vertical-align: middle;
	padding-left: 10px;
	text-align: left;
}

