@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
#content {
	width:780px;
	margin:0px auto;
	height:auto;
	overflow:visible;
}
#header {
	width:100%;
	height:84px;
	background:url('img/01.jpg') no-repeat;
}
#menu {
	width:100%;
	height:45px;
}
#menu img {
	float:left;
	border:none;
}
#imagenlogo {
	width:100%;
	height:257px;
	background:url('img/02.jpg') no-repeat;
}
#imagenlogoContact {
	width:100%;
	height:277px;
	background:url('img/02_contact.jpg') no-repeat;
}
#imagenlogoHome {
	width:100%;
	height:257px;
	background:url('img/02_home.jpg') no-repeat;
}
#footer {
	width:100%;
	height:60px;
	background:url('img/03.jpg') no-repeat;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
#footerLinks a {
	text-decoration:none;
	color:#000;
}
#footerLinks a:hover {
	text-decoration:underline;
}
#footerLinks {
	padding-top:15px;
	padding-left:420px;
}
#pageContent {
	height:auto;
	overflow:visible;
	width:100%;
	font-size:14px;
	text-align:justify;
}
#pageContent span {
	color:#00F;
	font-weight:bold;
}
#pageContentDespre {
	height:auto;
	overflow:visible;
	width:100%;
	font-size:14px;
	text-align:justify;
}
#pageContentDespre span {
	color:#F00;
}
#pageContentDespre i {
	color:#00F;
}
#pageContentCol1 {
	width:45%;
	float:left;
	font-size:15px;
}
#pageContentCol2 {
	width:55%;
	float:left;
}
.labelTip1 {
	width:100px;
	float:left;
}
.labelTip2 {
	width:140px;
	float:left;
	padding-right:10px;
}
.inputTip1 {
	width:100px;
	float:left;
	margin-right:10px;
}
.inputTip2 {
	width:20px;
	float:left;
	margin-right:10px;
}
.inputTipC {
	width:10px;
	float:left;
	margin-right:10px;
}
h3 {
	font-weight:bold;
}
.labelTip3 {
	width:90px;
	float:left;
}
.labelTipC {
	width:40px;
	float:left;
}
.tableCautare input, select {
	width:180px;
}