/* CSS Document */
body {
	background-image: url('fondo.png');
	/*background-repeat: repeat-x;*/
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
}

a:link, a:hover, a:active, a:visited  {
	color: #000000;
	outline: 0;
}

img {
border:0pt none;
margin:0pt;
padding:0pt;
}

#tprincipal{
	width:800px;
}

#general{
	width: 800px;
	height: 575px;
	position: relative;
	top:0px;
	left: 0px;
}

#foto {
	width: 439px;
	height: 335px;
	position: absolute;
	top: 0px;
	left: 0px;
	 
}

#logo {
	width: 347px;
	height: 236px;
	position: absolute;
	top:0px;
	left:439px;
	background-image: url('logo.png');
}

#menu {
	width: 350px;
	height: 99px;
	position: absolute;
	top:236px;
	left:439px;
	/*background-image: url('*/
}

#menu ul {
	width: 350px;
	height: 99px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}

#menu li {
	padding: 0px;
	display:inline;
	margin: 0px;
	float:left;
}

#principal {
	width: 786px;
	height: 321px;
	position: absolute;
	top:335px;
	left:0px;
	background-image: url('principal.png');
	background-repeat: no-repeat;
	padding: 10 0 10 10px;
}

#text {
	width: 700px;
	height: 50%;
	position: absolute;
	bottom:80px;
	color:black;
	left:50px;
	font-size: 12px;
	overflow:auto;
	display:table;
	vertical-align:middle;
}

#text > div{
	display:table-cell;
	position:static;
	vertical-align:middle;
}

#text div div{
	position:relative;
}

#text h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #B3B3B3;
}

#espcat {
	position: absolute;
	bottom: -10px;
	right: 25px;
	color: #666666;
}

#espcat a:link, a:hover, a:active, a:visited  {
	font-weight: bold;
	color: #666666;
	outline: 0;
	text-decoration: none;
	font-size: 10px;
}

#espcat a:hover {
	font-weight: bold;
	color: #9F6D6D;
	outline: 0; 
	font-size: 10px;
}

/*CSS para localizacion*/

#localizacion{
	width: 800px;
	position: absolute;
	bottom:-10px;
	color:white;
	text-align: center;
}

#localizacion img{
	float:left;
	bottom: 85px;
	left: 55px;
	position:relative;
}

#localizacion h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: rigth;
	color:#B3B3B3;
}

#localizacion p {
	line-height: 4px;
	font-size: 10px;
	color:#666666;
	float:rigth; 
}

#map{
	background-color:#E5E3DF;
	float:left;
	height:270px;
	left:165px;
	position:relative;
	bottom:75px;
	width:450px;
}

#iframe_map{
	height:270px;
	width:450px;
}
/*CSS contactar*/

#contactar {
	width: 700px;
	position: absolute;
	bottom:70px;
	color:black;
	left:80px;
	font-size: 12px;
}

#contactar h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #B3B3B3;
}

/*FORMULARI*/
label {
	display: block;
	clear: left;
	font-size: 12px;
	color: #666666;
}
textarea {
	width: 300px;
	border: 1px solid #B3B3B3;
}

input {
	width: 200px;
	border: 1px solid #B3B3B3;
}

.button {
	cursor: pointer;
}
#formulari td{
	vertical-align: bottom;
}


