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

body
{
	background-color: #FFF;
}

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

/*---------------------------------------------------------------------------------------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;
}


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

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

#texto1
{
	position: fixed;
	top:124px;
	left:23px;
	width:210px;
	height: auto;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color:#818181;
	text-align:left;
}

#images
{
	position: absolute;
	top:0px;
	left:250px;
	width:auto;
	height:auto;
	float:left;
}
	
#formasprimigenias1
{
	position: absolute;
	top:0px;
	left:0px;
	width:auto;
	height:auto;
	background-color: #558B6E;
}

#formasprimigenias2
{
	position: absolute;
	top:110px;
	left:90px;
	width:auto;
	height:auto;
	background-color: #558B6E;
}

#formasprimigenias3
{
	position: absolute;
	top:0px;
	left:620px;
	width:auto;
	height:auto;
	background-color: #558B6E;
}

#formasprimigenias4
{
	position: absolute;
	top:250px;
	left:720px;
	width:auto;
	height:auto;
	background-color: #558B6E;
}

#formasprimigenias5
{
	position: absolute;
	top:0px;
	left:1050px;
	width:auto;
	height:auto;
	background-color: #558B6E;
}

#formasprimigenias6
{
	position: absolute;
	top:250px;
	left:1680px;
	width:auto;
	height:auto;
	background-color: #558B6E;
}

#texto2
{
	position: absolute;
	top:0px;
	left:1680px;
	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;
}

a:hover
{
	text-decoration:underline;
}

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


a:link
{
	text-decoration:none;
}

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