/* CSS Document */
*, p
{
	border: 0;
	padding: 0;
	margin: 0;
}
html
{
	background: transparent url(images/background-html.gif) repeat scroll left top;

}
body
{
	background:#FFFFFF url(images/background.jpg) no-repeat scroll left bottom;
	border:1px solid #4945FA;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	height:415px;
	left:50%;
	margin:-207px 0pt 0pt -310px;
	position:absolute;
	top:50%;
	width:620px;
}

li
{
	list-style: none;
}
a
{
	background-color: transparent;
	color: #0000FF;
}
a:hover
{
	background-color: transparent;
	color: #CC0000;
}


/*----- cabecera -----*/
#header
{
	background: transparent url(images/logotipo.png) no-repeat scroll center top;
	height: 148px;
	margin: 4px 0 10px 10px;
	width: 400px;
}
#header h1
{
	text-indent: -9000em;
}
#header h2
{
	position: absolute;
	left: 450px;
	top: -24px;
	text-align: center;
}
#header h2 a
{
	background-color:#FFFFFF;
	border: 1px solid #4945FA;
	border-bottom: 0;
	display: block;
	font-size: 13px;
	padding: 2px 0 5px 0;
	width:120px;
}


 /* contenido */
#colum2
{
	height: 200px;
	padding: 0 0 0 10px;
	width: 400px;
}
#map
{
	background: transparent url(images/mapa.gif) no-repeat scroll left top;
	height:360px;
	padding:0pt 0pt 0pt 0px;
	width:380px;
	margin:-156px 0 0 6px ;
	border:1px solid #000000;
}

 /* ttulos de secciones */
#colum2 h2
{
	border-bottom: 1px solid #3E3EFD;
	display: block;
	font-family:"Trebuchet MS", Verdana;
	font-size: 16px;
	margin: 0 15px 8px;
	padding: 0 0 0 10px;
}

 /* texto */
#text p
{
	margin: 10px 15px;
	text-align: justify;
}
#text .contacto
{
	line-height:18px;
	text-align: center;
}


/*----- footer -----*/
#footer
{
	margin: 25px 55px 0 0;
	overflow: auto;
}
#localizacion #footer
{
	margin-top: 19px;
}

 /* logo ecosoft */
#footer h4
{
	font-size: 10px;
	text-align: right;
}
#footer h4 a
{
	color: #FFFFFF;
	font-size: 10px;
}
 /* arriba */
#footer h6
{
	display: block;
	text-align: center;
}
#footer h6 a
{
	background: transparent url(images/icon-top.gif) no-repeat scroll left top;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#footer h6 a:hover
{
	text-decoration: underline;
}


#keywords
{
	color:#666666;
	font-size: 9px;
	margin: 20px 5px 0 5px;
	text-align: justify;
}



.hide
{
	display: none;
}
.visible
{
	display: block;
}





