@charset "utf-8";
/* CSS Document */

body
{
	background-color: #FAFAFA;
}

#blanco
{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:80px;
	background-color: #FAFAFA;
}

/*---------------------------------------------------------------------------------------menu1----------------------------------*/
#caja1
{
	position: fixed;
	top:15px;
	left:22px;
	width:900px;
	height:40px;
	/*width:1020px;
	height:140px;*/
}

#sub1a
{
	position: absolute;
	top:0px;
	left:0px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color:#000;
}

#sub2a
{
	position: absolute;
	top:0px;
	left:252px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color:#000;
}

#sub3a
{
	position: absolute;
	top:0px;
	left:352px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
}

/*-------------------------------------------------------------------------------------menu2------------------------------------*/
#caja2
{
	position: fixed;
	top:15px;
	left:910px;
	width:370px;
	height:40px;
}

#sub1b
{
	position: absolute;
	top:0px;
	left:0px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color:#000;
}

#sub2b
{
	position: absolute;
	top:0px;
	left:70px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color:#000;
}

#sub3b
{
	position: absolute;
	top:0px;
	left:220px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color:#000;
}

/*------------------------------------------------------------------------------------BIO-------------------------------------*/
#caja3
{
	position:relative;
	top:80px;
	left:15px;
	width:1070px;
	height: auto;
}

#images
{
	position: absolute;
	top:0px;
	left:250px;
	width:auto;
	height:auto;
	float:left;
}

#texto0
{
	position: fixed;
	top:88px;
	left:23px;
	width:210px;
	height:20px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	/*color:#818181;*/
	color:#000;
	text-align:left;
	font-style:italic;
}

#texto1
{
	position: fixed;
	top:120px;
	left:23px;
	width:210px;
	height:400px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	/*color:#818181;*/
	color:#000;
	text-align:left;
	font-style:italic;
}

#texto3
{
	position: absolute;
	top:0px;
	left:0px;
	width:230px;
	height: auto;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	/*color:#818181;*/
	color:#000;
	text-align:left;
	font-style:italic;
}

#texto4
{
	position: absolute;
	top:0px;
	left:280px;
	width:230px;
	height: auto;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	/*color:#818181;*/
	color:#000;
	text-align:left;
	font-style:italic;
}

#texto5
{
	position: absolute;
	top:0px;
	left:560px;
	width:230px;
	height: auto;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	/*color:#818181;*/
	color:#000;
	text-align:left;
	font-style:italic;
}


/*-------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------*/



a
{
	text-decoration:none;
	color: #000;
}


li
{
	list-style:none;
	padding-left:0px;
	padding-right:20px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
}

li a 
{
	color: #818181;
	text-align:left;
	text-decoration:none;
	list-style-type:none;
}

a.seleccion
{
	text-decoration:underline;
}

a.negro
{
	color:#000;
	text-decoration:none;
	font-style:normal;
}

a:hover
{
	text-decoration:underline;
}

/*-------------------------------------------------------------------------------------------------------------------------


a:link
{
	text-decoration:none;
}

a:visited
{
	text-decoration:none;
}
-------------------------------------------------------------------------------------------------------------------------*/