/* -------------- Estilos Generales ----------------- */

	body {
		margin: 0px;
		padding: 0px;
		font-size: 62.5%; /* Equivalente a 10px = 1em */
		font-family: Verdana;
		font-weight: normal;
		background: #f3f3f3 url(../images/fnd.jpg) repeat;
		}
	html {
		margin: 0px;
		padding: 0px;
		}

h1 { /* De este modo estamos ocultando el h1 */
	margin: -20px; /* Para que no cree espacios en blanco en IE8 */
	padding: 0px; /* Para que no cree espacios en blanco en IE8 */
	position: absolute;
	left: -5000px;
	}
	
h2 { /* Para crear los titulos dela página ...Para subtítulos crearíamos un h3 y así sucesivamente */
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 10px;
	width: 697px;
	height: 22px;
	font: bold 12px Verdana;
	color: #fff;
	background: url(../images/bg_h2.gif) no-repeat right;
	float: left;
	}
	
h3 { /* Para crear los titulos dela página ...Para subtítulos crearíamos un h3 y así sucesivamente */
	margin: 10px 0px 10px 0px;
	padding: 7px 0px 0px 20px;
	width: 687px;
	height: 20px;
	font: bold 12px Verdana;
	color: #f5f5f5;
	border-bottom: 1px dotted #ccc;
	background: #666666 url(../images/icon_h3.gif) no-repeat left;
	float: left;
	}
	
.ofi { /* Para crear los titulos dela página ...Para subtítulos crearíamos un h3 y así sucesivamente */
	margin: 0px 0px 10px 0px;
	padding: 7px 0px 0px 0px;
	width: 475px;
	height: 20px;
	font: bold 12px Verdana;
	color:#3399FF;
	text-decoration: underline;
	/* border-bottom: 1px dotted #ccc; */
	/* background: #666666 url(../images/icon_h3.gif) no-repeat left; */
	float: left;
	}
.ofi a, .ofi a:hover, .ofi a:visited {
	color:#3399FF;
}
	
	
div.hr { /* Para crear linea de separadores en todos los navegadores */
	margin: 0px;
	padding: 0px;
	background: url(../images/hr.gif) repeat-x top left;
	width: 100%;
	height: 1px;
	float: left;
	}
div.hr hr{ display: none;}  /* Para crear linea de separadores en todos los navegadores */



img { border: none }
a {
	text-decoration: none;
	color:859E0C;
	}
a:hover { 
	color: #eac91d; 
	
}
a:active { outline: none; } /* Para eliminar el efecto de puntitos alrededor que aparece en Firefox */
a:focus { -moz-outline-style: none;} /* Para eliminar el efecto de puntitos alrededor que aparece en Firefox */

p {line-height: 14px!important}
form{display:inline;}
clear{clear:both;}
.rojo{color:red;}

/* -------------- Contenedor ----------------- */


	#contenedor {
		margin: 0 auto;
		width: 990px;
		min-height: 150px;
		background: #fff;
		height: auto;
		overflow: hidden;
	}
	

/* -------------- Cabecera ----------------- */

	#cabecera, #cabecera p, .index { margin: 0px; padding: 0px;}
	#cabecera {
		width: 990px;
		height: 87px;
		background: url(../images/logo.png) no-repeat top left;
		float: left;
		}
	#cabecera p {
		width: 385px;
		height: 47px;
		float: right;
	}
	.index { 
		width: 200px;
		height: 85px;
		background: url(../images/null.gif) repeat;
		float: left;
	}

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

	#menu { 
		margin: 0px 0px -7px 10px;
		text-align: center;
		font-size: 11px;
		width: 970px;
		background: url(../images/bg_menu.gif) no-repeat top left;
		float: left;
	}
	#menu ul { 
		margin: 0px; 
		padding: 0px;
		list-style-type: none;		
		line-height: 16px;
		float: left;
	}
	#menu ul li{margin:0px; padding: 0px; height: 18px; float: left;}
	#menu ul li a {
		color: #000; 
		font-weight: bold; 
		text-decoration: none; 
		display: block; 
		position: relative; 
		padding:8px 16px 8px 16px; 
		height: 18px;
		}
	
	#menu ul li.inicio {
		height: 34px;
		width: 102px; 
		background: url(../images/bg_inicio01.gif);
		border-right: 1px solid #9C9C9C;
		float: left;
	}
	#menu ul li.inicio a{background: url(../images/bg_inicio01.gif) no-repeat top left; }
	#menu ul li.inicio a:hover{color: #fff;}
	
	#menu ul li.inicio_sel { /* Para INICIO seleccionado */
		height: 34px;
		width: 102px; 
		background: url(../images/bg_inicio.gif);
		border-right: 1px solid #9C9C9C;
		float: left;
	}
	#menu ul li.inicio_sel a, #menu ul li.inicio_sel a:hover {color: #fff;}
	
	
	#menu ul li.seccion1 { float: left;}
	#menu ul li.seccion1 a{ 
		display: block;
		border-right: 1px solid #9C9C9C;
		position: relative;
	}
	#menu ul li.seccion1 a:hover{ 
		color: #fff;
		border-right: 1px solid #9C9C9C;
		position: relative;
	}
	#menu ul li.seccion1 a.sel{ /* Para sección seleccionada */
		color: #fff;
		display: block;
		border-right: 1px solid #9C9C9C;
		background:#000 url(../images/bg_sel.gif) repeat-x left;
		float: left;
		position: relative;
	}
	#menu ul li ul.uno, #menu ul li ul.dos {
		width: 710px;
		top:121px; 
		display: none;}
	#menu ul li ul.uno{margin-left: -103px; background: url(../images/bg_ul2.gif) no-repeat top left;}
	#menu ul li ul.dos {margin-left: -200px; background: url(../images/bg_ul2a.gif) no-repeat top left;}
	#menu ul li a:hover ul.uno, #menu ul li:hover ul.uno, #menu ul li a:hover ul.dos, #menu ul li:hover ul.dos {
		display: block;
		position: absolute;
		top: 121px;	
	}
	#menu ul li ul.uno li, #menu ul li ul.dos li  {height: 25px; padding-top: 9px;}
	#menu ul li ul.uno li a, #menu ul li ul.dos li a {
		display: inline;
		text-align: left;
		padding: 8px 8px 8px 8px;
		height:18px;
		position: relative;
		border: none!important;
	}
	#menu ul li ul.uno li a:hover, #menu ul li ul.dos li a:hover {position: relative;}
	
	#menu ul li.soporte {	
		margin-left:400px;
		padding: 7px 0px 0px 25px;
		color:#000; 
		text-align: right;
		height: 34px;
		border-right: none;
		font-weight: bold;
		background: url(../images/ico_soporte01.gif) no-repeat top left;
		float: left;
	}
	#menu ul li.soporte a{ margin: 0px; padding: 0px; color:#000;}
	#menu ul li.soporte a:hover{color:#ffffff;}
	

/*----- Contenido ---- */
	#contenido {
		margin: 15px 0px 25px 10px;
		font-size: 11px;
		width: 970px;
		float: left;
	}
	#portada_dcha {
		margin: 0px;
		width: 707px;
		float: left;
	}
	#portada_dcha p.flash {
		margin: 0px 0px 10px 0px;
		width: 707px;
		height: 196px;
		padding: 0px;
		float: left;
	}
	#portada_izqda {
		margin: 0px 0px 0px 14px;
		width: 248px;
		float: left;
	}
	
	/*-------------- Area clientes - Portada --------------- */
	#portada_izqda p.clientes {
		margin: 0px; padding: 0px 10px 0px 10px;
		width: 248px; height: 196px;
		color: #fff;
		font-size: 12px;
		background: url(../images/bg_clientes.gif) no-repeat top left; 
		float: left;
	}
	#portada_izqda .caja {
		margin: 10px 0px 0px 5px;
		padding: 5px 8px 5px 7px;
		width: 201px;
		height: 16px;
		color: #979797;
		background: url(../images/bg_caja.gif) no-repeat top left;
		border: none;
		float: left;
	}
	#portada_izqda .boton{
		margin: 10px 0px 0px 133px;
		padding: 0px 0px 2px 10px;
		color: #fff;
		font-size: 11px;
		cursor: pointer;
		text-align: left;
		letter-spacing: 1px;
		width: 88px;
		height: 20px;
		border: none;
		background: url(../images/bot_entrar.gif) no-repeat top left;
		float: left;
	}
	
	/*-----------  Productos Portada --------------- */
	#productos {
		height: 406px;
		width: 707px;
		background: url(../images/bg_productos.gif) no-repeat top left;
		float: left;
	}
	#productos p.titular{
		margin: 7px 0px 0px 12px;
		width: 690px;
		padding:0px;
		color:#fff;
		font-size: 12px;
		font-weight: bold;
	}
	#productos p.subtitulo {
		margin: 16px 0px 0px 7px;
		padding: 0px 0px 0px 20px;
		width: 670px;
		color:#919191;
		font-size: 12px;
		font-weight: bold;
		background: url(../images/icon_subtitulo.gif) no-repeat left;
	}
	#productos ul{list-style-type: none; margin: 6px 0px 0px 0px; padding: 0px; width: 705px; float: left;}
	
	#productos ul li.uno {padding: 0px 8px 0px 13px; width: 153px; height: 167px; float: left;}
	#productos ul li.uno img{margin: 0px;}
	#productos ul li.uno a{line-height:18px;color:#000; font-weight: bold; text-decoration:none;}
	#productos ul li.uno a:hover{color:#000; font-weight: bold; text-decoration: underline;}
	
	#productos ul li.dos {padding: 0px 8px 0px 13px; width: 153px; height: 167px; float: left;}
	#productos ul li.dos img{margin: 12px 0px 0px 0px;}
	#productos ul li.dos a{line-height:18px;color:#000; font-weight: bold; text-decoration:none;}
	#productos ul li.dos a:hover{color:#000; font-weight: bold; text-decoration: underline;}
	#productos p.subtitulo2 {
		margin: 6px 0px 0px 0px;
		padding: 0px 0px 0px 20px;
		width: 170px;
		color:#919191;
		font-size: 12px;
		font-weight: bold;
		background: url(../images/icon_subtitulo.gif) no-repeat left;
	}
	
	#productos ul li.dos ul {margin: 20px 0px 0px 0px; width: 160px; float: left;}
	#productos ul li.dos ul li {margin: 0px 0px 10px 0px; float: left;}
	#productos ul li.dos ul li a {
		padding: 0px 0px 0px 7px;
		color: #000;
		font-weight: normal!important;
		text-decoration: underline!important;
		background: url(../images/icon_flecha.gif) no-repeat left;
		}
	#productos ul li.dos ul li a:hover {text-decoration: none!important;}
	
	/*------------------ Noticias - Portada -------------------- */
	#portada_izqda p.noticias {
		margin:10px 0px 0px 0px;
		padding: 7px 14px 0px 14px;
		width: 220px;
		height: 191px;
		text-align:justify;
		background: url(../images/bg_noticias.gif) no-repeat top left;
		float: left;
	}
	.titular2 {color:#6e6e6e; font-weight: bold; font-size: 12px;}
	#portada_izqda p.noticias a{color:#000; text-decoration:underline;}
	#portada_izqda p.noticias a:hover{text-decoration:none;}
	
	#portada_izqda .boton2{
		margin: 10px 0px 0px 133px;
		padding: 3px 0px 2px 10px;
		color: #fff!important;
		text-decoration: none!important;
		font-size: 11px;
		cursor: pointer;
		text-align: left;
		width: 88px;
		height: 17px;
		border: none;
		background: url(../images/bot_entrar2.gif) no-repeat top left;
		float: left;
	}
	
	/*---- Banner balonmano y HP ------ */
	#portada_izqda p.balonmano {
		margin:12px 0px 0px 0px;
		padding: 15px 62px 0px 10px;
		width: 175px;
		height: 58px;
		line-height: 16px;
		background: url(../images/bg_balonmano.gif) no-repeat top left;
		float: left;
	}
	#portada_izqda p.banner{
		margin:12px 0px 0px 0px;
		width: 247px;
		height: 110px;
		float: left;
	}

	
/*----- PIE ----- */
#pie {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 970px;
	height:85px;
	color: #7F7F7F;
	font-size: 11px;
	float: left;
}
#pie p.calidad {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	/* width: 50px; */
	width: 110px;
	height:75px;
	float: left;
}
#pie p.arriba{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 10px;
	width: 840px;
	border-bottom: 1px solid #D3D3D3;
	float: left;
}
#pie p.abajo_1 {
	padding: 0px;
	margin: 5px 0px 0px 10px;
	width: 350px;
	line-height: 16px;
	float: left;
}
#pie p.abajo_2{text-align: right; float: right;}
#pie p.abajo_2 a{color: #0099CC; text-decoration:none;}
#pie p.abajo_2 a:hover{color: #000; text-decoration:underline;}


/*---- Seccion QUIENES SOMOS------ */
#migas {
	margin: -5px 5px 15px 5px; 
	color: #666;
}

p.columna {
	width: 330px;
	margin: 10px;
	padding: 0px;
	color: #666;
	text-align: justify;
	float: left;
}
p.completo, p.completo_verde, p.completo2 {
	width: 670px;
	margin: 5px 10px 10px 10px;
	padding: 0px;
	color: #666!important;
	text-align: justify;
	float: left;
}
p.completo2 {border-bottom: 1px dotted #888888; padding-bottom: 5px; margin-top: 0px;}
p.completo_verde {
	margin: 5px 5px 3px 10px;
	padding: 5px;
	background:#DEE7FA;
	border-bottom: 1px dotted #0099CC;
	float: left;
}
#portada_dcha p.flash2 {
		margin: 0px 0px 10px 0px;
		width: 707px;
		height: 173px;
		padding: 0px;
		float: left;
	}

	
/*ACORDEON*/
#basic-accordian {
	margin-top: 20px;
	width: 707px;
	float: left;
}
.accordion_headings{
	margin-bottom: 2px;
	padding:5px 5px 5px 25px;
	background: #f5f5f5 url(../images/icon_h3a.gif) no-repeat left;
	color:#666;
	border-bottom: 1px dotted #ccc;
	cursor:pointer;
	font-weight:bold;
}
.accordion_headings:hover{
	background-position: #ccc left -25px;
}
#basic-accordian .header_highlight{
	padding:5px 5px 5px 25px;
	/* color: #222; */
	color: #f5f5f5;
	/* background: #C6E436 url(../images/icon_h3.gif) no-repeat left; */
	background: #666666 url(../images/icon_h3.gif) no-repeat left;
	border-bottom: 1px dotted #ccc;
	
	cursor: text;
}
.accordion_child{
	padding:15px;
	background:#fff;
}

.accordion_child p {text-align:justify;}

/*------------- UNETE ----------------- */
table.grande {
	margin: 10px 0px 10px 30px;
	padding: 5px;
	width:650px;
	color:#666;
	border: 1px dotted  #CCDC7B;
	background: #DEE7FA;
	float: left;
}
table.grande tr td {
	padding: 5px;
	font-weight: bold;
}
table.grande tr td.titular {
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background: #3399FF;
	border-bottom: 1px dotted #8EA714;
}
.caja1 {width: 150px;}
.caja2{width: 620px;height:80px;}
.boton{background:#3399FF;color:#fff;padding:2px 4px 2px 4px;border:none;}

	
.tablaprod {
	margin:0px;
	width:100%;
	font-size: 11px; /* Equivalente a 10px = 1em */
	font-family: Verdana;
	font-weight: normal;
}


.datosprod {
	
}


.separaprod {
	margin:0px;
	width:100%;
	height:1px;
	background-color:#000000;
	font-size:1px;
}

.prodtitulo {
	font-weight:bold;
}

.prodtitulo a, .prodtitulo a:hover, .prodtitulo a:visited, .prodtitulo a:active {
	text-decoration: none;
	color:#3399FF;
	font-weight:bold;
}

.prod_nombre {
	color:#FF0000;
	font-weight:bold;
	font-size:18px;
	float:top;

}


.prod_resumen {
	float:top;
}

.prod_foto {
	float:right;
}

.prod_pdf {
	font-size:12px;
	float:top;
	top:20px;
}

.prod_desc {
	font-size:12px;
	float:top;
}

.separador {
	margin:0px;
	width:100%;
	height:10px;
	font-size:1px;
}


.mainclass h3 {
	background-color:#0091B6;
}

.proarriba {
	float:left;
	width:100%;
}

.proarriba_left {
	float:left;

}
.proarriba_center {
	float:left;
	width:300px;
}
.proarriba_right {
	background-color:#F4F4F4;
	float:right;
	margin:0px;
	width:160px;
	height:110px;
	font-size:11px;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
}

.proarriba_right td{	
	height:22px;
	vertical-align:middle;
	font-weight:bold;
}
.proarriba_right a, .proarriba_right a:hover, .proarriba_right a:visited {
	color:#000000;
	margin:5px;
	
}



#basic-accordian2 {
	width: 707px;
	float: left;
}
.accordion_headings2{
	margin-bottom: 2px;
	padding:5px 5px 5px 25px;
	background: #f5f5f5 url(../images/icon_h3a.gif) no-repeat left;
	color:#666;
	border-bottom: 1px dotted #ccc;
	cursor:pointer;
	font-weight:bold;
}
.accordion_headings2:hover{
	background-position: #ccc left -25px;
}
#basic-accordian2 .header_highlight2{
	padding:5px 5px 5px 25px;
	/* color: #222; */
	color: #f5f5f5;
	/* background: #C6E436 url(../images/icon_h3.gif) no-repeat left; */
	background: #666666 url(../images/icon_h3.gif) no-repeat left;
	border-bottom: 1px dotted #ccc;
	
	cursor: text;
}
.accordion_child2{
	background:#fff;
	margin:0px;
	left:0px;
}

.accordion_child2 p {text-align:justify;}

