/**********************************************************************************

		Hojas de estylo formateo del estylo del navegados
		Autor: Isaac Quispe Q. // www.qualitywebsrl.net
		E-mail: quispeisaac@hotmail.com 

**********************************************************************************/
/* ESTYLOS DE PAGINA WEB  */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	background: #00326d url(../imagenes/index_01.gif) 0 -100px  repeat-x;
}
.centrar980{
	width:980px;
	height:auto;
	margin:0 auto;
}
.contPos{
	width:100%;
	height:auto;
	position:relative;
	float:left;
}
.contIntro{
	float:left;
	width:980px;
	height:450px;
	overflow:hidden;
	position:relative;
	top:100px;
	background:url(../imagenes/intro.png) 0 0 no-repeat;
}
.logo{
	position:absolute;
	left:340px;
	top:15px;
	z-index:3;
	width:300px;
	height:82px;
	overflow:hidden;
}
.inroPosi{
	position:absolute;
	top:8px;
	left:140px;
	width:700px;
	height:400px;
}
a.linkIntro{
	display:block;
	width:100px;
	height:28px;
	overflow:hidden;
	background:url(../imagenes/btIntro.png) 0 0 no-repeat;
	position:absolute;
	z-index:2;
	bottom:7px;
	right:140px;
}
.copy{
	float:left;
	color:#FFF;
	text-align:center;
	width:100%;
	height:auto;
	padding-top:120px;
}
