/* CSS Document */

body
{
	background-color: #630;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#container
{
	position: absolute;
	width: 700px;
	height: 500px;
	left: 50%;
	margin: 0px 0px 0px -350px;
}
#menu
{
	position: relative;
	display: block;
	float: right;
	width: 650px;
	height: 35px;
	margin: 0px 1px 15px 0px;
	z-index: 0;
}
a.btmenu
{
	position: relative;
	width: 130px;
	height: 21px;
	display: block;
	float: right;
	color: #630;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/botones.jpg);
	padding: 14px 0px 0px 0px;
	margin: 0px 0px 0px -3px;
}
a.btmenu:hover
{
	background-position: bottom;
	color: #FFF;
}
.btmenu2
{
	position: relative;
	width: 130px;
	height: 21px;
	display: block;
	float: right;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/botones.jpg);
	background-position: bottom;
	color: #FFF;
	padding: 14px 0px 0px 0px;
	margin: 0px 0px 0px -3px;	
}
#main
{
	position: relative;
	display: block;
	float: left;
	width: 640px;
	height: 340px;
	margin: -15px 0px 0px 0px;
	padding: 25px 0px 25px 60px;
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	z-index: 10;
}
#mainfla, #map
{
	position: relative;
	display: block;
	float: left;
	width: 700px;
	height: 390px;
	margin: -15px 0px 0px 0px;
	padding: 0px;
}
#bottom
{
	position: relative;
	display: block;
	float: left;
	width: 700px;
	height: 95px;
}
#bottom p
{
	width: 700px;
	height: 95px;
	text-align: center;
}
#bottom a.mail
{
	color: #FFF;
	text-decoration: none;
}
#bottom a.mail:hover
{
	text-decoration: underline;
}
#artipun, #puntmed
{
	position: relative;
	display: block;
	width: 630px;
	height: 150px;
	float: left;
}
div.lang
{
	position: relative;
	display: block;
	width: 630px;
	float: left;
	border-top: 2px solid #FFF;
	margin: 3px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
a.idioma
{
	position: relative;
	display: block;
	width: 50px;
	height: 35px;
	float: left;
	margin-left: 5px;
}
a.es
{
	background-image: url(../images/es.png);
}
a.ca
{
	background-image: url(../images/ca.png);
}
a.fr
{
	background-image: url(../images/fr.png);
}
a.en
{
	background-image: url(../images/en.png);
}
a.de
{
	background-image: url(../images/de.png);
}
a.cz
{
	background-image: url(../images/cz.png);
}
div.message
{
	position: relative;
	display: block;
	float: left;
	width: 500px;
	height: 40px;
	font-size: 24px;
	font-weight: bold;
	margin: 5px 0px 0px 10px;
}
#contactform
{
	position: relative;
	display: block;
	float: left;
	width: 300px;
	border-right: 1px solid #FFF;
}
#contactinfo
{
	position: relative;
	display: block;
	float: left;
	width: 260px;
	padding: 20px;
}
#infomap
{
	position: relative;
	display: block;
	float: left;
	width: 165px;
	border-right: 1px solid #FFF;
}
#texto
{
	position: relative;
	float: left;
	display: block;
	width: 250px;
}
#fotos
{
	position: absolute;
	display: block;
	float: left;
	width: 385px;
	height: 375px;
	z-index: 100;
	margin: -20px 0px 0px 250px;
}
div.foto
{
	position: relative;
	display: block;
	float: left;
	width: 226px;
	height: 162px;
	margin: 20px 0px 0px 10px;
}
div.a
{
	margin-left: 100px;
}
input, textarea
{
	border: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00008B;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
a.btform
{
	position: relative;
	display: block;
	float: left;
	width: 130px;
	height: 29px;
	font-weight: bold;
	color: #630; 
	text-align: center;
	text-decoration: none;
	padding: 14px 0px 0px 0px;
	background-image: url(../images/botonesform.png);
}
a.btform:hover
{
	background-position: bottom;
	color: #FFF;
}
p.error
{
	color: #00008B;
	font-weight: bolder;
}
br
{
	clear: both;
}
a:link,a:visited {
text-decoration: none;
color: #ffffff;
font-weight:bold;
}
a:hover {
text-decoration: none;
color: #FFFF00;
font-weight:bold;
}
