/* 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: 40px;
	background-repeat:repeat-x;
	background-color:#CFDDE8;
}

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;
	min-height: 575px;
	position: relative;
	top:0px;
	left: 0px;
}

#foto {
	width: 800px;
	height: 172px;
	position: absolute;
	top: 80px;
	left: 0px;
	 
}

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

#menu {
	width: 521px;
	height: 80px;
	position: absolute;
	top:0px;
	left:279px;
	/*background-image: url('*/
}

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

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

#principal {
	width: 800px;
	height: 348px;
	position: absolute;
	top:252px;
	left:0px;
	background-image: url('principal.png');
	background-repeat: no-repeat;
	padding: 10 0 30 10px;
}

#text {
	width: 700px;
	height:280px;
	position: absolute;
	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;
}

#text li {
	margin-bottom: 10px;
}

#espcat {
	position: absolute;
	bottom: 13px;
	right: 20px;
	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:300px;
	left:165px;
	position:relative;
	bottom:80px;
	width:450px;
}

#iframe_map{
	height:300px;
	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;
}

