* {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

/* Elementos genéricos
----------------------------- */
h1 span {
	display:none;
}

h2 span {
	display:none;
}

a span {
	display:none;
}

a img {
	border:0px;
}

/* Formulaarios
----------------------------- */
label {
	font-size: 8pt;
	font-weight: bold;
	color:#3F3F3F;
	margin-bottom: 5px;
	float: left;
	clear: both;
}

input.text{
	font-size: 8pt;
	color:#3F3F3F;
	padding:0px 2px;
	margin-bottom: 5px;
	float:left;
	background-color:#EAEAEA;
	border:1px solid #CBCBCB;
}

textarea{
	font-size: 8pt;
	color:#3F3F3F;
	padding:0px 2px;
	margin-bottom: 5px;
	float:left;
	background-color:#EAEAEA;
	border:1px solid #CBCBCB;
	overflow:auto;
}

/* Estructura
----------------------------- */
html {
	height:100%;
}

body {
	background:url(../img/comunes/paginabg.gif) repeat top left;
	font-size:8pt;
	color:#3F3F3F;
	height:100%;
	text-align:center;
}

#page_container {
	position:relative;
	width:946px;
	height:100%;
	margin:0px auto;
	text-align:left;
	background:#FFFFFF url(../img/comunes/contenidobg.gif) repeat-y top left;
}

#logo_container {
	position:absolute;
	top:10px;
	left:40px;
	width:126px;
	height:35px;
}

#menu_container {
	position:absolute;
	top:52px;
	left:40px;
	width:866px;
	height:42px;
	background:url(../img/comunes/menubg.gif) no-repeat top left;
}


/* Menu
----------------------------- */

#menu_container ul {
	position:absolute;
	top:8px;
	left:7px;
	width:852px;
	height:27px;
	list-style-type:none;
}

#menu_container li.inicio {
	position:absolute;
	top:0px;
	left:0px;
	width:87px;
	height:27px;
}

#menu_container li.inicio a {
	display:block;
	width:87px;
	height:27px;
	background:url(../img/comunes/menuinicio_off.gif) no-repeat top left;
	text-decoration:none;
}

#menu_container li.inicio a:hover {
	background:url(../img/comunes/menuinicio_over.gif) no-repeat top left;
}

#menu_container li.inicio a#on {
	background:url(../img/comunes/menuinicio_on.gif) no-repeat top left;
}

#menu_container li.quienessomos {
	position:absolute;
	top:0px;
	left:89px;
	width:152px;
	height:27px;
}

#menu_container li.quienessomos a {
	display:block;
	width:152px;
	height:27px;
	background:url(../img/comunes/menuquienessomos_off.gif) no-repeat top left;
	text-decoration:none;
}

#menu_container li.quienessomos a:hover {
	background:url(../img/comunes/menuquienessomos_over.gif) no-repeat top left;
}

/*#menu_container li.quienessomos a#on {
	background:url(../img/comunes/menuquienessomos_on.gif) no-repeat top left;
}*/

#menu_container li.soluciones {
	position:absolute;
	top:0px;
	left:244px;
	width:206px;
	height:27px;
}

#menu_container li.soluciones a {
	display:block;
	width:206px;
	height:27px;
	background:url(../img/comunes/menusoluciones_off.gif) no-repeat top left;
	text-decoration:none;
}

#menu_container li.soluciones a:hover {
	background:url(../img/comunes/menusoluciones_over.gif) no-repeat top left;
}

/*#menu_container li.soluciones a#on {
	background:url(../img/comunes/menusoluciones_on.gif) no-repeat top left;
}*/


#menu_container li.clientes {
	position:absolute;
	top:0px;
	left:453px;
	width:107px;
	height:27px;
}

#menu_container li.clientes a {
	display:block;
	width:107px;
	height:27px;
	background:url(../img/comunes/menuclientes_off.gif) no-repeat top left;
	text-decoration:none;
}

#menu_container li.clientes a:hover {
	background:url(../img/comunes/menuclientes_over.gif) no-repeat top left;
}

/*#menu_container li.clientes a#on {
	background:url(../img/comunes/menuclientes_on.gif) no-repeat top left;
}*/

#menu_container li.contacto {
	position:absolute;
	top:0px;
	left:770px;
	width:49px;
	height:26px;
}

#menu_container li.contacto a {
	display:block;
	width:49px;
	height:26px;
	background:url(../img/comunes/menucontacto.gif) no-repeat top left;
	text-decoration:none;
}



