/*---------------------------------------------------------------------------------
Hoja de estilo HPS

Versión 1.0
Autor: Carlos Iván Jusdado Tejedor
E-mail: cijusdado@hps.es
---------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------*/
/* ----------------------- ESTILOS Y TIPOGRAFIA PRINCIPAL ---------------------- */
/*-------------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background:#456a24 url(../imagenes/fondo_ppal.gif) repeat-y center top;
	font-family: arial, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.2em;
	color: #454545;
}

img {
	border:0;
}

p{
	padding:0 0 0.9em 0;
}

a{
	color:#cf7500;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #cf7500;
}

a:hover{
	border-bottom:1px solid;
}

a.clientes{
	color: #454545;
	border-bottom:#454545;
}

h1{
	font-size:1.2em;
	margin:0 0 0.7em 0;
	font-weight:bold;
	color:#FFFFFF;
	background: url(../imagenes/fondo_h1.gif) #979797 repeat-x;
	width:574px;
	padding:0.5em 13px 0.5em 13px;
}

h2{
	font-size:1.5em;
	margin:0 0 0.6em 0;
	color:#000000;
}

ul{
	padding-left:40px;
	padding-bottom:1em;
}

ul ul{
	padding-bottom:0;
}

ol{
	padding-left:40px;
	padding-bottom:1em;
}

ol ol{
	padding-bottom:0;
}

li{
	padding-bottom:0.7em;
}

fieldset {
	border: none;
}

label{
	font-size: 0.9em;
	font-weight:bold;
}

.avanzado label{
	font-size:0.9em;
	/*font-weight: normal;*/
}

input.caja{
	height: 1.5em;
	border: solid 1px #a6a6a6;
	background-color: White;
	font-size: 0.9em;
	padding: 2px 0 0 5px;
	vertical-align:middle;
}


textarea{
	font-family:Arial, Helvetica, sans-serif;
	border: solid 1px #7d7d7d;
	background-color: White;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 2px 0 0 5px;
}


select{
	height: 1.7em;
	border: solid 1px #a6a6a6;
	background-color: White;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 2px 0 0 5px;
}

.boton{
	background:#818181;
	color:#FFFFFF;
	font-size: 0.9em;
	text-align:center;
	padding:0 5px 0 5px;
	height:2em;
}

.clear{
	clear:both;
}

.avisook{
	font-size:1.1em;
	background-color: #d1f7d1;
	width:95%;
	padding:1em 15px 1em 15px;
	margin-bottom:1.5em;
	border:1px solid #26d926;
	font-weight:bold;
}

.resaltar{
	background:#909090;
	color:white;
	padding:0 5px 0 5px;
}
.resultado{
	background:#e8e8e8;
	padding:5px 10px 5px 10px;
	margin:15px 0 15px 0;
}

.noresultado{
	background:#ffc6c6;
	padding:5px 10px 5px 10px;
	margin:15px 0 15px 0;
	font-weight:bold;
	border:1px solid #ff8888;
}

/*-------------------------------------------------------------------------------*/
/* -------------------------------- ZONA CUERPO -------------------------------- */
/*-------------------------------------------------------------------------------*/

#cuerpo{
	position:absolute;
	left:50%;
	margin-left:-450px;
	width:900px;

}

/*-------------------------------------------------------------------------------*/
/* ---------------------------------- ZONA TOP --------------------------------- */
/*-------------------------------------------------------------------------------*/

#top{
	width:900px;
}

#sombratop{
	width:900px;
	height:10px;
	background:url(../imagenes/sombra_top.png) no-repeat;
}

#cabeceratop{
	width:900px;
	height:115px;
	background: url(../imagenes/cabecera_top.png) no-repeat;
	position:relative;
}

#enlacestop{
	position:absolute;
	top:5px;
	right:35px;
}

#enlacestop ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#enlacestop li{
	float: left;
	margin: 0px;
	padding: 0px;
}

#enlacestop li a{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:normal;	
	padding: 0 7px 0 7px;
	text-decoration: none;
	background: url(../imagenes/separacion_enlaces_top.gif) no-repeat right;
	display: block;
	font-size: 1em;
	border:0;
}

#enlacestop li a:hover{
	text-decoration:underline;
}

#enlacestop li a.ultimo{
	background: none;
}

#fechatop{
	position:absolute;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#e1e1e1;
	font-size:1em;
	right:42px;
	bottom:20px;
}

#menutop{
	position:relative;
	width:900px;
	height:33px;
	background:url(../imagenes/menu_top.png) no-repeat;
}

#opcionestop{
	position:absolute;
	height:33px;
	left:20px;
}

#opcionestop ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#opcionestop li{
	float: left;
	margin: 0px;
	padding: 0px;
}

#opcionestop li a{
	color:#575757;
	height:20px;
	padding: 8px 15px 5px 10px;
	text-decoration: none;
	background: none url(../imagenes/separacion_opciones_top.gif) no-repeat right;
	display: block;
	border:0;
	font-weight:bold;
	font-size:1.1em;
	cursor:pointer;
}

#opcionestop li a.ultimo{
	background: none;
}

#buscadortop label{
	left:490px;
	top:7px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#494949;
	font-size:1em;
	position:absolute;
}
#buscadortop input{
	position:absolute;
	left:550px;
	top:5px;
	font-family: Arial, Helvetica, sans-serif;
	height: 1.5em;
	width:143px;
	border: solid 1px #b7b7b7;
	background-color: White;
	font-size: 0.8em;
	line-height: 1.1em;
	color: #343434;
	padding: 2px 0 0 5px;
}

#buscadortop .botonbuscar{
	position:absolute;
	left:710px;
	top:6px;
}

#menutop .avanzada{
	position:absolute;
	left:755px;
	top:5px;
	font-size:1.1em;
}

#menutop .avanzada a{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#494949;
	font-size:0.9em;
	font-weight:normal;
	text-decoration:underline;
	border:none;
}

/*-------------------------------------------------------------------------------*/
/* ------------------------------ MENUS FLOTANTES ------------------------------ */
/*-------------------------------------------------------------------------------*/

#ocultar{
	position:absolute;
	width:110%;
	height:500px;
	z-index:1000;
	top:35px;
	left:-50px;
	visibility:hidden;
}

#tecnologia{
	position:absolute;
	z-index:2000;
	visibility:hidden;
}

#servicios{
	position:absolute;
	z-index:2000;
	visibility:hidden;
}

#productos{
	position:absolute;
	z-index:2000;
	visibility:hidden;
}

.menuflot{
	width:198px;
	text-align: left;
	background:url(../imagenes/fondo_menuflot.png);
	border:1px solid #b0b0b0;
}

.menuflot ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

.menuflot li{
	margin: 0px;
	padding: 0px;
	background: url(../imagenes/separacion_menu_side.gif) repeat-x bottom;
}

.menuflot li a{	
	width: 178px;
	display: block;
	margin:0 0 0 0;
	padding:0.2em 10px 0.4em 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border:none;
	font-size:1.1em;
}

.menuflot li:hover{
	background-color:#f79623;
}

.menuflot li.ultimo{	
	background: none;
}

.menuflot li.ultimo:hover{	
	background-color:#f79623;
	background-image:none;
}


/*-------------------------------------------------------------------------------*/
/* ------------------------------- ZONA CONTENIDO ------------------------------ */
/*-------------------------------------------------------------------------------*/

/* PORTADA */

#contenido{ /* ES LA ZONA DE CONTENIDO DE  LA PORTADA */
	width:900px;
	background:url(../imagenes/fondo_contenido.png) repeat-y;
	padding:15px 0 15px 0;
}

/* FOTO DE PORTADA */

#contenido .portadafoto{
	width:810px;
	height:176px;
	margin:0 45px 10px 45px;
}


/* CAJA UNICA DE PORTADA */

#contenido .portadacol{
	width:800px;
	margin:0 0 0 50px;
}

#contenido .portadacol .cabecera{
	min-height:16px;
	background:#6d6b6c url(../imagenes/cabecera_portadacol.gif) no-repeat;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	padding:10px 20px 10px 20px;
}

#contenido .portadacol .cuerpo{
	background:#f3f3f3;
	padding:1em 15px 0 15px;
	border-left:1px solid #b8b8b8;
	border-right:1px solid #b8b8b8;
}

#contenido .portadacol .cuerpo a{
	border:none;
}

#contenido .portadacol .cuerpo a img{
	vertical-align:middle;
}

#contenido .portadacol .pie{
	background:url(../imagenes/pie_portadacol.gif) no-repeat;
	height:15px;
}


/* CAJA IZQUIERDA DE PORTADA */

#contenido .portadacol1{
	width:300px;
	float:left;
	margin:0 0 0 50px;
}

#contenido .portadacol1 .cabecera{
	min-height:16px;
	background:#6d6b6c url(../imagenes/cabecera_portadacol1.gif) no-repeat;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	padding:10px 20px 10px 20px;
}

#contenido .portadacol1 .cuerpo{
	background:#f3f3f3;
	padding:0 15px 0 15px;
	border-left:1px solid #b8b8b8;
	border-right:1px solid #b8b8b8;
}

#contenido .portadacol1 .cuerpo a{
	border:none;
}

#contenido .portadacol1 .cuerpo a img{
	vertical-align:middle;
}

#contenido .portadacol1 .pie{
	background:url(../imagenes/pie_portadacol1.gif) no-repeat;
	height:15px;
}


/* CAJA DERECHA DE PORTADA */


#contenido .portadacol2{
	width:480px;
	float:right;
	margin:0 50px 0 0;
}

#contenido .portadacol2 .cabecera{
	min-height:16px;
	background:#6d6b6c url(../imagenes/cabecera_portadacol2.gif) no-repeat;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	padding:10px 20px 10px 20px;
}

#contenido .portadacol2 .cuerpo{
	background:#f3f3f3;
	padding:15px 15px 0 15px;
	border-left:1px solid #b8b8b8;
	border-right:1px solid #b8b8b8;
}

#contenido .portadacol2 .pie{
	background:url(../imagenes/pie_portadacol2.gif) no-repeat;
	height:15px;
}

/* TABLA DE NOTICIAS */

.noticias table{
	border-collapse:collapse;
}

.noticias td{
	padding:0 7px 5px 7px;
	vertical-align:top;
}

.noticias td.fecha{
	font-size:0.9em;
	color:#878787;
	/*font-weight:bold;*/
}

.noticias table a{
	font-weight:normal;
	border:none;
	color:#454545;
}

.noticias table a:hover{
	text-decoration:underline;
}

/* DONDE ESTAMOS */

.dondeestamos{
	background: url(../imagenes/fondo_dondeestamos.gif) repeat-y;
}

.dondeestamos .col1{
	float:left;
	width:264px;
	text-align:center;
}
.dondeestamos .col2{
	float:right;
	width:495px;
	text-align:right;
	padding-right:7px;
}

/* AL HABLA CON HPS */

.alhabla{
}

.alhabla .col1{
	float:left;
	width:410px;
	padding:0 18px 0 0;
}
.alhabla .col2{
	float:right;
	width:340px;
}

.alhabla .linea{
	margin-bottom:5px;
}

/* CONTENIDOS */

#contenido2{ /* ES LA ZONA DE CONTENIDO PARA LAS PÁGINAS QUE NO SON LA PORTADA, INCLUYE DE FONDO UNA COLUMNA EN GRIS A LA IZQUIERDA */
	width:900px;
	background:url(../imagenes/fondo_contenido2.png) repeat-y;
}

#contenido2 .columna1{
	/*background-color: #FFCC00;*/
	float:left;
	width:200px;
	margin-left:20px;
	padding:0.8em 15px 0.8em 15px;
}

#contenido2 .menuside {
	width:198px;
	text-align: left;
	background-color: #818181;
	border:1px solid #b0b0b0;
}

#contenido2 .menuside ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

#contenido2 .menuside li{
	margin: 0px;
	padding: 0px;
	background: url(../imagenes/separacion_menu_side.gif) repeat-x bottom;
}

#contenido2 .menuside li a{	
	width: 178px;
	display: block;
	margin:0 0 0 0;
	padding:0.5em 10px 0.6em 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border:none;
	background:url(../imagenes/fondo_menu_side.gif) repeat-x;
}

#contenido2 .menuside li:hover{
	background-color:#f79623;
}

#contenido2 .menuside li a:hover{	
	background:url(../imagenes/fondo_menu_side_over.gif) repeat-x;
}

#contenido2 .menuside li a.selected{
	background:url(../imagenes/fondo_menu_side_over.gif) repeat-x;
}

#contenido2 .menuside li.ultimo{	
	background: none;
}

#contenido2 .menuside li.ultimo:hover{	
	background-color:#f79623;
	background-image:none;
}

#contenido2 .menuside li.selected{
	background-color:#f79623;
}

#contenido2 .menuside li.ultimoselected{
	background-color:#f79623;
	background-image:none;
}

#contenido2 .columna2{
	/*background-color: #FF99CC;*/
	float:right;
	width:600px;
	margin-right:20px;
	padding:0.8em 15px 0.8em 15px;
}

#contenido2 .columna2 h2{
	line-height:1.1em;
}

.menuside ul{
}

.avanzado{
	background:#f3f3f3;
	width:465px;
	padding:0 10px 10px 10px;
	margin:0 0 0 104px;
	border:1px solid #b6b6b6;
}

.avanzado .cabecera{
	margin:5px 0 5px 0;
	padding:3px 10px 3px 10px;
	background:#818181;
	color:#FFFFFF;
	font-weight:bold;
}

/*-------------------------------------------------------------------------------*/
/* -------------------------------- ZONA BOTTOM -------------------------------- */
/*-------------------------------------------------------------------------------*/

#bottom{
	width:900px;
	margin:0 auto 0 auto;
	background:url(../imagenes/fondo_pie.png) repeat-y;
	text-align:center;
	color:#FFFFFF;
	font-size:0.9em;
}

#textobottom{
	padding:0.4em 0 0.7em 0;
}

#sombrabottom{
	background:url(../imagenes/sombra_bottom.png) no-repeat;
	width:900px;
	height:35px;
	margin-bottom:2em;
}

