@import url("avanzado.css");

html { font-size: 100%; /* IE trick to allow proper resizing of text */ }

body {
	margin: 0; padding: 0;
	font: 0.75em/1.5em "Lucida Grande", Verdana, Tahoma, Helvetica, Arial, sans-serif; /* 1em is now 12px at 96ppi. */
	}

/* default heading sizes */	
h1		{ font-size: 2em;    }
h2		{ font-size: 1.25em; }
h3 		{ font-size: 1.25em;  }
h4		{ font-size: 1.1em;  }
h5,h6	{ font-size: .84em;  }

table, form, select, input, textarea { 
	font-family: "Lucida Grande", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 100%; /* ie hack so these elements correctly inherit the default text size */ 
	}

/* default link formatting */			
a, a:link 			{ color: rgb(118,134,200); text-decoration: none; }
a:visited 			{ color: rgb(118,134,200); }	
a:focus, a:hover 	{ color: rgb(31,31,79); }
a:active 			{ color: rgb(31,31,79); }

/* ESTILO PARA LA HOME */

.main	{
	background: #ffffff url(intro/bg-intro.jpg) repeat-x;
	height:550px;
	position:relative;
	}
.header	{
	background: url(intro/bg-header.jpg) no-repeat;
	height:542px;
	width:237px;
	position:absolute;
	top:28px;
	left:150px;
	}
h1	{width:197px;
	height:161px;
	background: url(intro/logo.gif) no-repeat;
	overflow: hidden;
	position:relative;
	margin:20px;
	}
h1 a:link, h1 a:hover, h1 a:visited, h1 a:active{
		display: block;
		width:197px;
		height:161px;
		text-indent: -100000px;
	}
.face	{
	width:440px;
	height:260px;
	background: url(intro/face.jpg) no-repeat;
	position:absolute;
	top:38px;
	left:387px;
	}

.nav{
	width: 440px;
	height:25px;
	margin-left:270px;
	text-align: center;
	position:relative;
	}
	.nav2 ul{
	margin:0;
	font-size:13px;
	padding-left:0;
	list-style:none;
	}
	.nav2 li{
	float: left;
	margin: 0 0;
	padding: 0;
	text-transform:uppercase;
	}
	.nav2 a {
	float:left;
	display:block;
	padding: 5px;
	text-decoration:none;
	color:#FFFFFF;
	}
	/* Commented Backslash Hack
	hides rule from IE5-Mac */
	.nav2 a {float:none;}
	/* End IE5-Mac hack */
	.nav2 li:hover {padding:0;}
	.nav2 a:hover {color:#666666;}

.footer	{
	width:449px;
	height:245px;
	padding-top:10px;
	background: url(intro/footer.jpg) no-repeat;
	position: absolute;
	top:304px;
	left:387px;
	}