/* 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;
	background-repeat:repeat-x;
}

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

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

#tprincipal{
	width: 752px;
}

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

#foto {
	display:none;
}

#logo {
	width: 787px;
	height: 180px;
	position: absolute;
	top: 51px;
	left: 0px;
}

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

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

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

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

#text {
	width: 700px;
	position: absolute;
	bottom:80px;
	color:black;
	left:50px;
	font-size: 12px;
	overflow:auto;
	height:400px;
	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;
	top: 0px;
	position:relative;
}

#tit_text{
	width:700px;
	height:100px;
	position:absolute;
	top:0;
	left:0;
}
#quien_text{
	width:700px;
	height:300px;
	overflow:auto;
	position:absolute;
	bottom:0;
	left:0;
}

#text p{
	position:relative;
	top: 0px;
	line-height: 15px;
}

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

#servicios h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	color: white;
	/*float:left;*/
	top: -150px;
	position:relative;
}
#servicios p{
	position:relative;
	top: -70px;
	line-height: 35px;
}

#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:40px;
	left:50px;
	color:white;
	
}

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

#localizacion h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	color:white;
	top:-135px;
	position:relative;
}

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

#map{
	background-color:#E5E3DF;
	float:left;
	height:300px;
	left:85px;
	position:relative;
	bottom:55px;
	width:500px;
}

#iframe_map{
	height:300px;
	width:500px;
}
/*CSS contactar*/

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

#contactar h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 5px;
	color: white;
	position:relative;
	top:-80px;
	left:-30px;
}

/*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;
}
