BODY
{
	background-color: #FFF;
	background-repeat: repeat-x; 
}

a:link, a:visited 
{
	font-weight : bold; 
	text-decoration : none;
	color: #0042FF;
	background: transparent;
	/*border: no; */
}

a:hover 
{
	font-weight : bold; 
	text-decoration : underline;
	font-style: oblique;
	color: #378235;
	background: transparent; 
}

.baner
{
	position: absolute;
	top: 0px;
	left: 176px;
}

.logo
{
	position:absolute;
	top:0px;
	left: 13px;
}

.clase1 /* posicion de la imagen de la cabecera */
{
	position: absolute;
	top: 5%;
	left: 10%;
}

.linea /* posicion linea vestical separando el menu del texto */
{
 	position: absolute;
	top: 116px;
	left: 181px;
}

.menu /* ZONA DEL MENU */
{
 	/* background-color: #FFF; */
	width: 180px;
	height: 500px;
 	position: absolute;
	top: 115px;
	left: 0px;
}

.texto /* ZONA DE ESCRITURA */
{
	/* background-color: #FFF; */
	min-width: 750px;
	min-height: 500px;
	position: absolute;
	top: 115px;
	left: 182px;
}

.foto
{
	position: absolute;
	top: 10px;
	left: 10px;
}

.fotologo
{
	position: absolute;
	top: 0px;
	left: 580px;
}

.boton
{
	position: absolute;
	top: 410px;
	left: 30px;
}

.boton1
{
	position: absolute;
	top: 670px;
	left: 40px;
}

.boton2
{
	position: absolute;
	top: 1440px;
	left: 40px;
}

.clase7 /* Textos */
{
/*	background-color: #602080; */
/*	width: 725px;*/
/*	height: 635px;*/
	position: absolute;
	top: 10px;
	left: 320px;
	text-align: justify;
}

.introduccion /* Textos */
{
/*	background-color: #602080; */
	width: 690px;
	height: 620px;
	position: absolute;
	top: 50px;
	left: 40px;
	text-align: justify;
	color: #00008B;
}

.clase6 /* PARA MENU */
{
	font-size: 20px;
/*	font-family: Borealis; */
	color: #0042FF;
}

.submenu /* PARA SUBMENU */
{
	font-size: 16px;
	color: #0CCE6C;
}

.aplicaciones1 /* ZONA fotos */
{
 	/* background-color: #FFF; */
	width: 350px;
	/*height: 500px;*/
 	position: absolute;
	top: 125px;
	left: 0px;
}

.aplicaciones2 /* ZONA textos */
{
 	/*background-color: #FFF; */
	width: 350px;
	/*height: 500px;*/
 	position: absolute;
	top: 125px;
	left: 330px;
}

.contacto /* ZONA textos */
{
 	/* background-color: #FFF; */
	width: 350px;
	/*height: 500px;*/
 	position: absolute;
	top: 0px;
	left: 330px;
}


/* -------------------------- CLASES PARA PRODUCTOS ----------------------------- */

.texto img
{
	/* float: left; */
	position: relative;
	top: 10px;
	left: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.texto h3
{
	font-size: 20px;
}

.texto p
{
	font-size: 14px;
	color: #00008B;
	margin-right: 10px;
}