/* ----------------------------------------------------------

Javier Otero (Ceninteser Comunicacion)
comunicacion(arroba)ceninteser.es

Colores basicos: 
	- Fondo pagina: #393d42
	- Negro: #424549
	- Naranja: #E57420

Familia de fuentes: 
	- Tahoma, Verdana, Arial, sans-serif;
	
Indice: 
	- Reset css 
	- General

---------------------------------------------------------- */

/***** RESET CSS *****/

html, body, div, applet, object, iframe,
h3, h3, h3, h4, h5, h6,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, p, a, 
ins, kbd, q, s, samp, small, strike,
sub, sup, tt, var, dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: normal;
 font-style: normal;
 font-size: 100%;
 font-family: inherit;
 vertical-align: baseline;
}


/***** GENERAL *****/

body {
	background-color: #393d42;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
}

#pagina {
	width: 980px;
	margin: auto;
}


/***** CABECERA *****/

#cabecera {
	width: 980px;
	height: 50px;
	float: left;
}

	/* cabecera > logo */
	#cabecera #logo {
		width: 142px;
		float: left;
	}
	
	/* cabecera > menu principal 
	#cabecera #menupr {
		width: 838px;
		height: 50px;
		float: left;
		text-align: right;
		overflow: hidden;
	}
	
	#cabecera #menupr ul {
		margin: 35px 10px 0 0;
		float: right;
	}
	
	#cabecera #menupr ul li {
		float: left;
		width: 98px;
		height: 50px;
		display: block;
		text-align: center;
		list-style-type: none;
	}
	
	#cabecera #menupr ul li a {
		color: #FFFFFF;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}*/
	
	/* cabecera > menu principal */
	#cabecera #menupr {
		position: relative;
		width: 838px;
		height: 50px;
		float: right;
		text-align: right;
		z-index:1;
	}
	#indexNavi .navi-items {display: none}
	#topNavi {padding: 30px 10px 0 3px; left: 230px; position: absolute; height: 26px;}
	#topNavi li {float: left; width: 100px; height: 26px}
	#topNavi li a {	display: block; font-weight: bold; font-size: 12px; color: #999999; text-decoration: none;}
	#topNavi li.on a {color: #ffffff;}
	
	.navi-items {padding: 26px 4px 15px 11px; margin: 0 0 0 20px; background-color: #383838; filter: alpha(opacity=30); width: 80px; position: absolute; top: 0;-moz-opacity: 0.3; opacity: 0.3;}
	.navi-items h3 {padding: 4px 0 20px 0; font-weight: bold; font-size: 14px; color: #FFFFFF; text-decoration: none;}
	.navi-items h3 a {font-weight: bold; font-size: 12px; color: #FFFFFF; letter-spacing: 0; text-decoration: none;}
	.navi-items a {clear: both; padding: 3px 0 3px 0; display: block; color: #999999; text-decoration: none;}
	.navi-items h3 a {padding: 0; margin: 0;}
	.navi-items a:hover {color: #FFFFFF;}
	.navi-items a.on {color: #FFFFFF;}
	
	#groupNavi {left: 423px}
	#servicesNavi {left: 523px}
	#caseStudiesNavi {left: 623px}
	#contactsNavi {left: 723px}
	
	#groupNavi ul li, #servicesNavi ul li, #caseStudiesNavi ul li, #contactsNavi ul li {list-style-type: none;height: 20px; padding: 2px;display: block;}
	#groupNavi ul li a, #servicesNavi ul li a, #caseStudiesNavi ul li a, #contactsNavi ul li a {color: #999999;font-weight: bold;font-size: 11px;}
	#groupNavi ul li a:hover, #servicesNavi ul li a:hover, #caseStudiesNavi ul li a:hover, #contactsNavi ul li a:hover {color: #FFFFFF;font-weight: bold;font-size: 11px;}
		

/***** CONTENIDO *****/

#contenido {
	width: 980px;
	height: 507px;
	float: left;
	background-color: #FFFFFF;
}

/*pagina empresa*/
#menu_lateral{
	font:"Trebuchet MS", tahoma, Arial;
	float:left;
	width:244px;
	height:507px;
	background-color:#1d1f21;
	color:#c6c6ca;
	font-size:14px;
	}
	
	
#menu_lateral #basic-accordian {
	text-align: left;
	margin: 15px 0 0 20px;
}
	
#menu_lateral .seccion {
	margin: 0 0 3px 0;
	color: #c6c6ca;
	font:"Trebuchet MS", tahoma, Arial;
	font-size: 12px;
	cursor: hand;
}

#menu_lateral .seccion a {
	color: #c6c6ca;
	font:"Trebuchet MS", tahoma, Arial;
	font-size: 12px;
	text-decoration: none;
	cursor: hand;
}
	
#menu_lateral ul {
	margin: 0 0 5px 0;
}
	
#menu_lateral ul li {
	list-style-type: none;
}
	
#menu_lateral ul li a {
	margin: 0 0 0 20px;
	color: #c6c6ca;
	font:"Trebuchet MS", tahoma, Arial;
	text-decoration: none;
	font-size: 12px;
}	

#menu_lateral h3 {
	color:#FFFFFF;
	font:"Trebuchet MS", tahoma, Arial;
	font-size:14px;
	margin: 15px 0 0 20px;
}

#foto {
	float:left;
	width:736px;
	height:507px;
}

#foto img {
	border:#000000;
}


/* contenido > informacion */

#contenido #informacion {
	float:left;
	width:736px;
	height:507px;
}

	#informacion #texto {
		width: 460px;
		float: left;
		text-align: justify;
		margin: 20px;
		_margin:5px;
	}
	
	/* contenido > informacion > LICENCIA */
	#informacion #texto #entrarlicencia {
		width: 300px;
		margin: 20px;
	}
	
	#informacion #texto #entrarlicencia p {
		margin: 10px 0 0 0;
	}
	
	#informacion #texto #entrarlicencia select {
		width: 350px;
		font-size: 12px;
		color: #646464;
	}
	
	#informacion #texto #entrarlicencia input {
		width: 194px;
		font-size: 12px;
		border: 1px solid #646464;
		padding: 2px;
	}
	
	#informacion #texto #entrarlicencia .btnComun {
		border: 1px solid #646464;
		font-size: 12px;
		color: #646464;
		margin: 15px 0 0 0;
		width: 100px;
		height: 22px;
	}
	
	
	/* contenido > informacion > FICHA */	
	#informacion #texto h2 {
		font-size: 18px;
		color: #646464;
		margin: 0 0 12px 0;
	}
	
	#informacion #texto p {
		font-size: 12px;
		font-family: Palatino, Tahoma, Verdana, serif;
		line-height: 16px;	
		color: #646464;
		margin: 0 0 10px 0;
	}
	
		#informacion #texto .ficha_presentacion {
			padding: 0 0 0 90px;
			background-image: url('../img/ficha_folder.png');
			background-repeat: no-repeat;
		}
		
		#informacion #texto .ficha_desc1 {
			width: 600px;
			padding: 0 0 0 90px;
			background-image: url('../img/exec-64.png');
			background-repeat: no-repeat;
		}
		
		#informacion #texto .ficha_desc2 {
			width: 600px;
			padding: 0 0 0 90px;
			background-image: url('../img/colorize-64.png');
			background-repeat: no-repeat;
		}
		
		#informacion #texto .ficha_desc3 {
			width: 600px;
			padding: 0 0 0 90px;
			background-image: url('../img/filefind-64.png');
			background-repeat: no-repeat;
		}
		
		#informacion #texto #galeria_fotos {
			margin: 0 0 0 87px;
		}
		
		#informacion #texto #galeria_fotos img {
			width: 80px;
			float: left;
			border: 1px solid #CCCCCC;
			padding: 5px;
			margin: 3px 15px 3px 3px;
		}
		
		#informacion #texto .ulcaracteristicas {
			margin: 0 0 0 87px;
		}
		
		#informacion #texto .ulcaracteristicas li {
			float: left;
			display: block;
			width: 135px;
			height: 80px;
			padding: 0 0 0 40px;
			margin: 0 10px 0 0;
			text-align: left;
			font-size: 13px;
			font-weight: bold;
			background-image: url('../img/38_32x32.png');
			background-repeat: no-repeat;
		}
		
		#informacion #texto .ulcaracteristicas li span {
			font-size: 11px;
			font-weight: normal;
		}
		
			#informacion #texto .ulcaracteristicas .ficha_empresa {
				background-image: url('../img/building-32.png');
				background-repeat: no-repeat;
			}
			
			#informacion #texto .ulcaracteristicas .ficha_doc {
				background-image: url('../img/Word-32.png');
				background-repeat: no-repeat;
			}
			
			#informacion #texto .ulcaracteristicas .ficha_bbdd {
				background-image: url('../img/Database_Inactive_32.png');
				background-repeat: no-repeat;
			}
			
			#informacion #texto .ulcaracteristicas .ficha_net {
				background-image: url('../img/network_32.png');
				background-repeat: no-repeat;
			}
			
			#informacion #texto .ulcaracteristicas .ficha_monitor {
				background-image: url('../img/monitor-2-32x32.png');
				background-repeat: no-repeat;
			}
			
			#informacion #texto .ulcaracteristicas .ficha_imp {
				background-image: url('../img/Removable_Drive_32.png');
				background-repeat: no-repeat;
			}
			
			#informacion #texto .ulcaracteristicas .ficha_conta {
				background-image: url('../img/Graphique-32.png');
				background-repeat: no-repeat;
			}
			
			
		#informacion #texto .dlgamas {
			margin: 0 0 0 5px;
			width: 700px;
		}

		#informacion #texto .dlgamas li {
			float: left;
			display: block;
			width: 125px;
			height: 80px;
			padding: 0 0 0 40px;
			margin: 0 10px 0 0;
			text-align: left;
			font-size: 13px;
			font-weight: bold;
			background-image: url('../img/38_32x32.png');
			background-repeat: no-repeat;
		}
		
		#informacion #texto .dlgamas li span {
			font-size: 11px;
			font-weight: normal;
		}
		
			#informacion #texto .dlgamas .ficha1 {
					background-image: url('../img/contact-32.png');
					background-repeat: no-repeat;
			}
			
			#informacion #texto .dlgamas .ficha2 {
					background-image: url('../img/Minicar-32.png');
					background-repeat: no-repeat;
			}
		
			#informacion #texto .dlgamas .ficha3 {
						background-image: url('../img/Monitor_32.png');
						background-repeat: no-repeat;
			}
			
			#informacion #texto .dlgamas .ficha4 {
						background-image: url('../img/MyComputer_32.png');
						background-repeat: no-repeat;
			}
			
			#informacion #texto .dlgamas .ficha5 {
						background-image: url('../img/Toolbox-32x32.png');
						background-repeat: no-repeat;
			}
			
			#informacion #texto .dlgamas .ficha6 {
						background-image: url('../img/Orange_32.png');
						background-repeat: no-repeat;
			}
			
			#informacion #texto .dlgamas .ficha7 {
						background-image: url('../img/slipper1_32x32.png');
						background-repeat: no-repeat;
			}
			
			#informacion #texto .dlgamas .ficha8 {
						background-image: url('../img/Perfume32x32.png');
						background-repeat: no-repeat;
			}
			
			#informacion #texto .dlgamas .ficha9 {
						background-image: url('../img/Text_32x32.png');
						background-repeat: no-repeat;
			}
			
			#informacion #texto .dlgamas .ficha10 {
						background-image: url('../img/library_32.png');
						background-repeat: no-repeat;
			}
			
			#informacion #texto .dlgamas .ficha11 {
						background-image: url('../img/Image_capture_32x32.png');
						background-repeat: no-repeat;
			}	
			
			#informacion #texto .dlgamas .ficha12 {
						background-image: url('../img/beer-32x32.png');
						background-repeat: no-repeat;
			}		
	
		#informacion #texto h3 {
			font-size: 12px;
			color: #646464;
		}
	
		#informacion #texto ul {
			font-size: 12px;
			color: #646464;
			margin: 15px 0 10px 0;
		}
		
		#informacion #texto ul li {
			list-style-type: disc;
			margin: 2px 30px 2px 30px;
		}
		
		#informacion #texto dl {
			font-size: 12px;
			color: #646464;
			margin: 20px;
		}
		
		#informacion #texto dl dt {
			display: block;
			float: left;
			width: 150px;
		}
		
	#informacion #caracteristicas {
		width: 700px;
		height: 400px;
		overflow: auto;
		font-size: 11px;
		color: #646464;
	}
	
	#informacion #caracteristicas table {
		width: 97%;
	}
	
	#informacion #caracteristicas th {
		background-color: #E0E0E0; 	
		border-bottom: 1px solid #666666;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 4px;
	}
	
	#informacion #caracteristicas tr:hover {
		background-color: #EBEBEB;
	}
	
	#informacion #caracteristicas td {
		border-bottom: 1px dotted #646464;
		padding: 2px;
	}
	
	#informacion #caracteristicas td img {
		margin: auto 5%;
	}
	
	#informacion #fotografia {
		width: 200px;
		float: left;
		border: 1px solic #DDDDDD;
		font-size: 12px;
		color: #646464
	}
	
	#informacion #fotografia img {
		margin: 57px 0 0 0;
		padding: 4px;
		border: 1px solid #646464;
	}
	
	#informacion #fotografia .requisitos {
		width: 200px;
		border: 1px solid #646464;
		padding: 5px;
		margin: 5px 0 0 0;
	}
	
	#informacion #fotografia p {
		margin: 5px 0 10px 0;
		font-weight: bold;
	}
	
	#informacion #fotografia ul {
		font-size: 11px;
	}


/*fin pagina empresa*/

/*rotacion imagenes*/
.pics{margin-top:0px;}
/*fin*/

/*capa transparente*/
.trans_inicio{
	background-color:#3b3b3b;
	color:#cacaca;
	position:absolute;
	font-size:18px;
	font-weight:700;
	width:980px;
	height:40px;
	z-index:1;
	filter:alpha(opacity=60);
	-moz-opacity:.50;
	opacity:.50;
	margin:459px 0 0 0;
    }
	
.trans{
	background-color:#3b3b3b;
	color:#cacaca;
	position:inherit;
	overflow:hidden;
	font-size:18px;
	font-weight:700;
	width:980px;
	height:40px;
	z-index:1;
	filter:alpha(opacity=60);
	-moz-opacity:.50;
	opacity:.50;
	margin:300px 0 0 0;
	/margin:-40px 0 0 0;
    }

#noticia p{
	padding: 10px 2px 0 5px;
	}
	
#tel{
	margin: -22px 5px 0 0;
	}	

/*fin*/


/* formulario contacto */
#horario .bloque1 {
	display: block;
	float: left;
	font-size: 9px;
	width: 270px;
}

#horario .bloque1 {
	display: block;
	float: left;
	font-size: 9px;
}

#formcontacto form {
	display: block;
	float: left;
	margin: 10px 0 0 0;
}	

#formcontacto form span {
	color: #646464;
	display: block;
	font-size: 11px;
	margin: 0;
	width: 200px;
}

#formcontacto .txtCajaTexto {
	border: 1px solid #CCCCCC;
	color: #646464;
	margin: 0 0 5px 0;
	padding: 4px;
	width: 200px;
}

#formcontacto .textarea {
	border: 1px solid #CCCCCC;
	color: #646464;
	height: 50px;
	margin: 0 0 5px 0;
	padding: 4px;
	width: 450px;
}

#formcontacto .btnEnviar {
	border: 1px solid #CCCCCC;
	width: 100px;
	margin: 0;
}



/***** PIE *****/

#pie {
	width: 980px;
	height: 75px;
	float: left;
	background-color: #1d1f21;
}

#pie #infopie {
	width: 745px;
	float: left;
}

	/* pie > menu pie */
	#pie #menupie {
		width: 745px;
		margin: 8px 0 0 13px;
		overflow: hidden;
	}
	
	#pie #menupie ul li {
		float: left;
		list-style-type: none;
		margin: 0 10px 0 0;
		color: #FFFFFF;
	}
	
	#pie #menupie ul li a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	/* pie > copyright */
	
	#pie #copyright {
		width: 745px;
		margin: 4px 0 0 13px;
		overflow: hidden;
	}
	
	#pie #copyright p {
		color: #CCCCCC;
	}
	
	/* pie > banderas */
	#pie #banderas {
		width: 745px;
		margin: 10px 0 0 13px;
		overflow: hidden;
	}
	
	#pie #banderas ul li {
		float: left;
		list-style-type: none;
		margin: 0 8px 0 0
	}
	
#pie #acceso {
	float: left;
	text-align: left;
	width: 175px;
	margin: 5px 0 0 40px;
	overflow: hidden;
}

#pie #acceso label {
	width: 100px;
	color: #FFFFFF;
}

#pie #acceso .usuario, 
#pie #acceso .contrasena {
	width: 163px;
	overflow: hidden;
}

#pie #acceso #txtusuario {
	width: 163px;
	height: 21px;
	border: 0px;
	padding: 4px 0 0 30px;
	background-color: #1d1f21;
	background-image: url('../img/formusuario.gif');
	background-repeat: no-repeat;
	overflow: hidden;
}
#pie #acceso #txtcontrasena {
	width: 163px;
	height: 21px;
	border: 0px;
	padding: 4px 0 0 30px;
	background-color: #1d1f21;
	background-image: url('../img/formcontrasena.gif');
	background-repeat: no-repeat;
}

/* pie > parte inferior pie */
#bgpie {
	width: 980px;
	height: 13px;
	float: left;
	_margin: -10px 0 0 0;
	background-image: url('../img/bgpie.gif');
	background-repeat: no-repeat;
}



/***** ADMINISTRACION *****/

#informacion #texto p a {
	color: #646464;
	font-style: oblique;
	text-decoration: none;
	border-bottom: 1px dotted #646464;
}

#informacion #texto .tbdistribuidores {
	font-size: 12px;
	width: 700px;
	margin: 10px 0 0 0;
}

#informacion #texto .tbdistribuidores tr:hover {
	background-color: #EBEBEB;
}

#informacion #texto .tbdistribuidores tr th {
	border-bottom: 1px solid #646464;
	background-color: transparent;
	padding: 3px;
	font-weight: bold;
	color: #646464;
}

#informacion #texto .tbdistribuidores tr td {
	border-bottom: 1px dotted #646464;
	padding: 3px;
	color: #646464;
}

#informacion #texto .tbdistribuidores tr td a {
	color: #646464;
	text-decoration: none;
}

#informacion #texto .tbdistribuidores tr .nombre {
	width: 200px;
}

#informacion #texto .tbdistribuidores tr .domicilio {
	width: 300px;
}

#informacion #texto .tbdistribuidores tr .poblacion {
	width: 200px;
}

#informacion #texto .dldistribuidores {
	font-size: 12px;
	color: #646464;
	margin: 20px;
}

#informacion #texto .dldistribuidores dt {
	display: block;
	float: left;
	width: 150px;
	font-weight: bold;
	padding: 4px 0 0 0;
}

#informacion #texto .dldistribuidores .dtsalirweb {
	width: 365px;
}

#informacion #texto .dldistribuidores dd {
	margin: 0 0 5px 0;
}

#informacion #texto .dldistribuidores dd input {
	width: 250px;
	height: 15px;
	border: 1px solid #646464;
	font-size: 12px;
	color: #646464;
	padding: 2px;
}

#informacion #texto .dldistribuidores dd .checkbox {
	width: auto;
	height: auto;
	border: none;
}

#informacion #texto .dldistribuidores dd a {
	color: #646464;
	font-style: oblique;
	text-decoration: none;
	border-bottom: 1px dotted #646464;
}


#informacion .dlregistro1, 
#informacion .dlregistro2 {
	width: 320px;
	float: left;
	font-size: 12px;
	color: #646464;
	margin: 20px;
}

#informacion .dlregistro1 dt, 
#informacion .dlregistro2 dt {
	display: block;
	float: left;
	width: 150px;
	font-weight: bold;
	padding: 2px 0 0 0;
}

#informacion .dlregistro1 dd, 
#informacion .dlregistro2 dd {
	margin: 0 0 2px 0;
}

#informacion .dlregistro1 dd input, 
#informacion .dlregistro2 dd input {
	width: 150px;
	height: 15px;
	border: 1px solid #646464;
	font-size: 12px;
	color: #646464;
	padding: 2px;
}

#informacion .dlregistro2 dd select {
	width: 155px;
	height: 22px;
	border: 1px solid #646464;
	font-size: 12px;
	color: #646464;
}




#informacion #texto .fichadistribuidores {
	font-size: 12px;
	color: #646464;
	margin: 20px;
}

#informacion #texto .fichadistribuidores dt {
	display: block;
	float: left;
	width: 150px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #646464;
}

#informacion #texto .fichadistribuidores dd {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #646464;
}

#informacion #texto .fichadistribuidores .dtsalirweb {
	width: 365px;
}

#informacion #texto .fichadistribuidores dd input {
	width: 250px;
	height: 15px;
	border: 1px solid #646464;
	font-size: 12px;
	color: #646464;
	padding: 2px;
}

#informacion #texto .fichadistribuidores dd .checkbox {
	width: auto;
	height: auto;
	border: none;
}

#informacion #texto .fichadistribuidores dd a {
	color: #646464;
	font-style: oblique;
	text-decoration: none;
	border-bottom: 1px dotted #646464;
}

.btnComun {
	border: 1px solid #646464;
	font-size: 12px;
	color: #646464;
	width: 100px;
	height: 20px;
}

#informacion #texto .btnBuscar {
	border: 1px solid #646464;
	font-size: 12px;
	color: #646464;
	width: 100px;
	height: 22px;
}

#informacion #texto .paginador a {
	font-style: normal;
	border: none;
}

#informacion #texto .paginador .paginaselect {
	font-style: normal;
	border-bottom: 1px dotted #646464;
	font-weight: bold;
} 

#informacion #texto #tipobusqueda, 
#informacion #texto #valorbusqueda {
	border: 1px solid #646464;
	margin: 0 5px 0 0;
	padding: 2px;
	color: #646464;
}

#informacion #fotografia input {
	width: 210px;
	height: 20px;
	border: 1px solid #646464;
}

/*tabla revisiones*/
#informacion #texto .tbrevisiones {
	font-size: 12px;
	width: 460px;
	margin: 10px 0 0 0;
}

#informacion #texto .tbrevisiones tr:hover {
	background-color: #EBEBEB;
}

#informacion #texto .tbrevisiones tr th {
	border-bottom: 1px solid #646464;
	background-color: transparent;
	padding: 3px;
	font-weight: bold;
	color: #646464;
}

#informacion #texto .tbrevisiones tr td {
	border-bottom: 1px dotted #646464;
	padding: 3px;
	color: #646464;
}

#informacion #texto .tbrevisiones tr td a {
	color: #646464;
	text-decoration: none;
}

/*fin*/

/*contacto*/
.contacto{
	text-align:left;
	font-size:12px;
	font-family:"Trebuchet MS";
	}
/*fin*/
/*enlaces descargas*/
		#informacion #texto .dlgamas li a {
			text-decoration:none;
			color: #999999;
		}
/*Tamaņos tablas cabeceras*/
#informacion #caracteristicas th .tam_titulo{
	width:350px;
	}
#informacion #caracteristicas th .tam_pr{
	width:20px;
	}
#informacion #caracteristicas th .tam_em{
	width:20px;
	}
	
#contacto{
	margin:50px;
	text-decoration:none;
	color: #999999;
	}
	
#contacto ul{
	margin:0 0 0 15px;
	}
	
/*condiciones*/
#condiciones{
	float:left;
	overflow:auto;
	width:710px;
	height:500px;

	}
.condiciones{
	text-align:justify;
	font-size:12px;
	font-family:"Trebuchet MS";
	}