@charset "utf-8";
/* CSS Document */

/* Contenedor MENU HORIZONTAL */
#menuHorizontal {
	margin: 0px;
	padding: 0px;
	height:36px;
	width:835px;
	list-style-type: none;
	/*clear: both;
	float: left;*/
}
#menuHorizontal ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height:36px
}
#menuHorizontal span {
	display: none;
}
/*Top level list items*/
#menuHorizontal ul li{
	position: relative;
	display: inline;
	float: left; /*overall menu background color*/
}
/*Top level menu link items style*/
#menuHorizontal ul li a{
	display: block;
	/*border: 1px solid black;
	border-left-width: 0;*/
	text-decoration: none;
	/*padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;*/
}
/*1st sub level menu*/
#menuHorizontal ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#menuHorizontal ul li ul li{
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
#menuHorizontal ul li ul li ul{ 
	/*left: 159px;*/ /* no need to change, as true value set by script */
	top: 0;
}
* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

/* BOTONES MENU HORIZONTAL */
.btn-poligono
 {
	background-image: url(../images/btn-poligono.jpg);
	background-position: top;
	height: 36px;
	width: 129px;
	float: left;
}
.btn-poligono:hover {
	background-position: bottom;
}
.btn-quienessomos {
	background-image: url(../images/btn-quienessomos.jpg);
	background-position: top;
	height: 36px;
	width: 166px;
	float: left;
}
.btn-quienessomos:hover {
	background-position: bottom;
}
.btn-servicios {
	background-image: url(../images/btn-servicios.jpg);
	background-position: top;
	height: 36px;
	width: 126px;
	float: left;
}
.btn-servicios:hover {
	background-position: bottom;
}
.btn-eventos {
	background-image: url(../images/btn-eventos.jpg);
	background-position: top;
	height: 36px;
	width: 125px;
	float: left;
}
.btn-eventos:hover {
	background-position: bottom;
}
.btn-cursos {
	background-image: url(../images/btn-cursos.jpg);
	background-position: top;
	height: 36px;
	width: 126px;
	float: left;
}
.btn-cursos:hover {
	background-position: bottom;
}
.btn-contactenos {
	background-image: url(../images/btn-contactenos.jpg);
	background-position: top;
	height: 36px;
	width: 163px;
	float: left;
}
.btn-contactenos:hover {
	background-position: bottom;
}
#txtContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #CCCCCC;
	text-decoration: none;
	width: 330px;
	height: 260px;
	text-align: right;
}
#txtContact h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #f39c04;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
