body {
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 62.5%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
p {
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
}
h2 {
	margin: 0px;
}
ul {
	margin: 0px;
}
li {
	margin: 0px;
}
a {
	margin: 0px;
}


#container {
	width: 949px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
div.header {
	width: 949px;
	float: left;
}
#nav {
	float: left;
	background-image: url(../img/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 949px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	float: left;
	padding: 0px;
}
#nav ul li a {
	height: 32px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#nav ul li a:hover, #nav ul li a.active {
	background-position: 0px -32px;
}
#nav ul li#nav-home a {
	background-image: url(../img/nav/home.gif);
	width: 136px;	
}
#nav ul li#nav-visa a {
	background-image: url(../img/nav/visa.gif);
	width: 184px;
}

#nav ul li#nav-visado a {
	background-image: url(../img/nav/visado.gif);
	width: 249px;
}
#nav ul li#nav-empresas a {
	background-image: url(../img/nav/empresas.gif);
	width: 218px;
}
#nav ul li#nav-contactenos a {
	background-image: url(../img/nav/contactenos.gif);
	width: 162px;
}
#nav ul li a span {
	display: none;
	
}
div.bg_home {
	float: left;
	background-image: url(../img/bg_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 540px;
	width: 949px;
}
div.content {
	float: left;
	width: 949px;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 16px;
}
div.content p {
	font-size: 2em;
	color: #333333;
	padding-bottom: 4px;
	padding-left: 26px;
	margin-bottom: 8px;
	font-weight: bold;
}

div.content h1 {
	font-size: 3.0em;
	color: #004698;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004698;
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 60px;
	margin-top: 40px;
}
div.content h2 {
	font-size: 2.6em;
	color: #CC3655;
	text-align: center;
	padding-bottom: 50px;
}
div.content h3 {
	font-size: 3.0em;
	color: #004698;
	padding-left: 23px;
}

div.content ul {
	font-size: 2.0em;
	color: #333333;
	list-style-type: none;
	padding-left: 100px;
}
div.content ul li {
	list-style-position: outside;
	list-style-image: url(../img/vineta.gif);
	padding-bottom: 40px;
}
.input {
	border: 1px solid #004698;
}





div.footer {
	width: 949px;
	float: left;
	font-size: 1em;
	color: #000000;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.footer p{
	font-size: 1.3em;
	padding-bottom: 5px;
	color: #333333;
	font-weight: bold;
}
div.footer p strong{
	font-size:1.1em;
	color:#FF6633;
}

