@charset "utf-8";
/* CSS Document */

/* DEFINO REGLAS GENERALES */

html, body{ margin:0px; padding:0px;}
img{ border:none;}
a{ text-decoration:none;}

/*DEFINO ESTRUCTURA PRINCIPAL */

	#principal{ 			width:1024px; height:640px; position:absolute; left:50%; top:50%; margin-left:-512px; margin-top:-320px;}
	#cabecera{ 				width:1024px; height:100px;}
	#logoForta{ 			width:260px; height:100px; float:left; background-image:url(imagenes/logoForta.jpg);}
	#centroCabecera{ 		width:764px; height:100px; float:left;}
	#columnaIzquierda{ 		width:260px; height:540px; float:left;}
    #espacioBotones{ 		width:260px; height:40px; float:left;}
	#botonInicio{ 			width:260px; height:40px; float:left;}
	#botonCatalogo{ 		width:260px; height:40px; float:left;}
	#botonContacto{ 		width:260px; height:40px; float:left;}
	#botonVideoCorp{ 		width:260px; height:40px; float:left;}
	#botonBastones{ 		width:260px; height:40px; float:left;}
	#botonAndadores{ 		width:260px; height:40px; float:left;}
	#botonSillas{ 			width:260px; height:40px; float:left;}
	#botonGruas { 			width:260px; height:40px; float:left;}
	#botonAyudas { 			width:260px; height:40px; float:left;}
	#espacioColumna{ 		width:260px; height:40px; float:left;}
	#logoIBV{ 				width:260px; height:100px; float:left; background-image:url(imagenes/logoIBV_Veritas.jpg);}
	#escaparate{ 			width:764px; height:540px; float:left;}
	#cabeceraEscaparate{ 	width:764px; height:80px;}
	#espacioSupEscaparate{ 	width:764px; height:30px;}
	#cuerpoEscaparate{ 		width:764px; height:380px;}
	#espacioIzqEscaparate{ 	width:50px; height:380px; float:left;}
	#escaparateFlash{ 		width:664px; height:380px; float:left; background-color:#FFF;}
	#espacioDerEscaparate{ 	width:50px; height:380px; float:left;}
	/* #espacioInfEscaparate{ width:764px; height:50px; float:left; background-image:url(imagenes/PieCopywrite.jpg);}*/

 /* Solo para CATALOGO */
 
	#escaparateCatalogo{ 	width:764px; height:540px; float:left; background-image:url(imagenes/fondoCatalogo.jpg);}
    #escaparateEspacioIzq{ 	width:151px; height:540px; float:left;}
	#escaparateCentro{ 		width:481px; height:540px; float:left;}
	#centroEspacioSup{ 		width:481px; height:30px; float:left;}
	#centroCatalogoBastones{ width:481px; height:210px; float:left;}
	#centroEspacioMedio{ 	width:481px; height:40px; float:left;}
	#centroCatalogoSillas{ 	width:481px; height:210px; float:left;}
	#centroEspacioInf{ 		width:481px; height:50px; float:left;}
	#escaparateEspacioDer{ 	width:132px; height:540px; float:left;}
	/* #escaparateYoutube { width:664px; height:380px; float:left;	background-color:#4C4C4C;}
	#escaparateFlashvideo {	width:425px; height:344px; float:left; background-color:#FFFFFF;} */

