/* - - - - - - - - - - - - - - - - - - - - -

Título : INTERFISA
Autor : Javier Lobos - PUNTOPY S.A.

Descripción : intro.css

Creado : 30 de abril, 2008

- - - - - - - - - - - - - - - - - - - - - */

/***********************/
/* ATRIBUTOS DE PAGINA */
/***********************/
body {
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#003373;
	background: #1e3653;
	background-image: url(../gfx/fondos/f_intro.gif);
	background-repeat: repeat-x;
}

p {
	line-height:18px;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #566f8e;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #add1ff;
}



h1 {
	color:#003373;
	font-size:20px;
	font-weight:normal;
	margin:12px 0 20px 0;
	text-align:left;
}



form {
	margin:0;
	padding:0;
}

/****** TOP ******/


#contenido {
	width:910px;
	margin-left:auto;
	margin-right:auto;
}

#galeria {
	width:910px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
}

#galeria h1 {
	color: #ff6200;
}

div.foto {
	width: 164px;
	padding: 5px;
	background-color: #fff;
	margin-bottom: 10px;
	float: left;
}

#galeria_02 {
	width:910px;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	width:910px;
	margin-left:auto;
	margin-right:auto;
}

#footer p {
	color: #566f8e;
	font-family: Tahoma;
	font-size: 11px;
}

#topbar{
	padding: 12px;
	background:url(../gfx/pop.gif) no-repeat center;
	
	position:absolute;
	/*visibility: hidden;*/
	z-index: 100;
}