/*Documento CSS para NEOINTEC.COM

realizado por idominiun

www.idominiun.com
info@idominiun.com
**************************************************************************************
INFO:
Ancho de la web:900 px
*************************************************************************************/
@import 'secciones.css';
/*************************************************************************************
Para todo el documento
**************************************************************************************/
* {
	margin:0px;
	padding:0px;
}
/**************************************************************************************
	BODY
**************************************************************************************/
body {
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
/*************************************************************************************
Elementos Genericos
**************************************************************************************/
/**********************************
		UL, LI
**********************************/
ul {list-style:none;}

/* tipo a */
ul.ul_a {
	width:200px;
}
ul.ul_a li {
	margin-bottom:15px;
	padding-left:15px;
	text-align:left;
}
ul.ul_a a {
	font-weight:normal;
	color:#333;
}
ul.ul_a a:hover {
	color:#000;
	text-decoration:underline;
}
/* tipo b */
ul.ul_b {
	padding:0px 0px 0px 20px;
	width:260px;
	float:right;
	margin-bottom:20px;
}
	ul.ul_b li {
		margin-bottom:5px;
	}
		ul.ul_b li.a {
			text-indent:5px;
		}
		ul.ul_b li.b {
			margin-bottom:20px;
		}
		ul.ul_b li.c {
		}
/**********************************
		IMAGENES
**********************************/
img {
	border:none;
}

/**********************************
		ENLACES
**********************************/
a {
	font-weight:bold;
	color:#007897;
	text-decoration:none;
}

a:link,
a:visited {
}

a:hover {
	color:#ffae0f;
	/*text-decoration:underline;*/
}

p {
	line-height:150%;
	text-align:left;
	margin:10px 5px;
}
p.ind {
	text-indent:15px;
}
/**********************************
		ENCABEZADOS (Hs)
**********************************/
h1{
    font-family:Arial, Helvetica, sans-serif;
    font-size:48px;
    color:#3a3a3a;
    height:60px;
}
	
h2 {
	margin:15px 0px 5px 0px;
	font-size:18px;
	color:#09f;
	font-weight:lighter;
	}
	
	h2 span {
		color:#666;
	}
/**********************************
		SPAN
**********************************/
span.span_a {
	color:#09f;
	font-weight:bold;
}
/***************************************************************************************
	CONTENEDOR
***************************************************************************************/
#contenedor {
	width:900px;
	margin:auto;
}
/***************************************************************************************
	CABECERA
***************************************************************************************/
#cabecera {
	width:100%;
	height:100px;
  background:url(../imagenes/cabecera.jpg) no-repeat;
}
	h1.pos {
			font-size:10px;
			text-align:right;
			color:#666;
			height:20px;
			line-height:20px;
			font-family:Arial, Helvetica, sans-serif;
			margin-right:10px;
		}
/***************************************************************************************
	MENU PRINCIPAL es una ul situada en la div cabecera
***************************************************************************************/
ul.menu_principal {
	float:left;
	margin-top:55px;
	width:890px;
	height:15px;
	text-align:right;
}
ul.menu_principal li {
	display:inline;
	height:15px;
	margin-left:5px;
	color:#ccc;
}

/****************/
a.enlace_menu {
	font-size:14px;
	color:#333;
	font-weight:normal;
}
a.enlace_menu:hover {
	text-decoration:none;
	color:#09f;
}


/***************************************************************************************
	CONTENIDO
***************************************************************************************/
#contenido {
	width:100%;
	margin-bottom:40px;
	text-align:left;
}


/*************************************************
		ELEMENTOS DE CONTENIDO
***************************************************/
/************************************
		BLOQUES
************************************/ 
.bloque_xxs,
.bloque_xs,
.bloque_s,
.bloque_m,
.bloque_l,
.bloque_xl,
.bloque_xxl,
.bloque_3xl,
.bloque_4xl {
	float:left;
}

.bloque_xxs {width:150px;}
.bloque_xs {width:300px;}
.bloque_s {width:400px;}
.bloque_m {width:450px;}
.bloque_l {width:500px;}
.bloque_xl {width:600px;}
.bloque_xxl {width:700px;}
.bloque_3xl {width:800px;}
.bloque_4xl {width:900px;}


.cab_bloque {height:52px;}

.cuerpo_bloque {
	padding:10px;
	min-height:150px;
	background:#fff url(../imagenes/cuerpo_bloque.jpg) repeat-x;
}

.pie_bloque {
	padding:50px 0px 0px 15px;
	height:10px;
	text-align:left;
}
.pie_bloque a{
	padding-left:10px;
	font-size:9px;
	color:09f;
	background:url(../imagenes/adorno_pie_enlace_enlace.jpg) 5px no-repeat;
	margin-top:45px;
}
/************************************
	SIDEBAR		
************************************/ 
#sidebar {
	width:300px;
	float:right;
}

/***************************************************************************************
	PIE WEB
***************************************************************************************/
#pie {
	padding-top:65px;
	height:350px;
	width:100%;
	background:#333 url(../imagenes/bg_pie.jpg) repeat-x;
}

	#pie a {
		color:#999;
		font-weight:lighter;
		margin:0px 5px;
	}
	#pie a:hover {
		text-decoration:underline;
		color:#fff;
	}

	p#menu_pie {
		width:800px;
		margin:auto;
		text-align:center;
		color:#666; /* color para los separadores | */
	}
			
	p#info_pie {
		margin-top:20px;
	}
#bloque_pie {
	margin:auto;
	float:none;
	text-align:left;
	margin-top:20px;
}
	#bloque_pie ul {
		margin-top:20px;
		float:left;
		width:300px;
	}
		#bloque_pie li {
			margin-bottom:10px;
		}
		#bloque_pie li h4 {
			font-size:14px;
			font-weight:normal;
			border-bottom:#666 1px dotted;
		}
	
ul#validacion_w3c {
	width:500px;
	margin-top:50px;
	height:25px;
}
	ul#validacion_w3c li {
		display:inline;
		width:100px;
		height:25px;
	}


/**********************************
		FORMULARIO
**********************************/
form {
	width:280px;
	float:left;
}
	form label {
		width:100%;
		height:20px;
	}
	input.entrada_g {
		height:20px;
	}
	textarea.entrada_g {
		height:200px;
	}
	.entrada_g {
		width:100%;
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		color:#666;
	}
	.entrada_g {
		width:100%;
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		color:#666;
	}
	input.boton {
		width:70px;
		height:40px;
	}
	
/*HACKS*/
div.limpia {clear:both;}
div.tope {
clear:left;
}
div.tope hr {
display:none;
}


