﻿


html,body{

margin:0px;

height:100%;

}

.logo2
{
	width:209px;
	height:142px;
	}	
	
	
.banner2
{
	width:815px;
	height:142px;
	
	}	

.bord
{
	width:142px;
	background-image:url(resources/images/espacio.jpg);
	}
	
.cont
{
	height:100%;
	width:815px;
	overflow:scroll;
	}
.foo
{
	width:1024px;
	height:35px;
	}
/* CONTENEDOR */

#content
{
	
	
	width:815px;
	height:639px;
	overflow:scroll;
	
	}


/* HEADER */

#header
{
	width:815px;
	height:142px;
	position:absolute;
	top:0;
	left:209px;
	}
	


#header .banner
{
	/*position:absolute;
	width:815px;
	height:100%;
	left:209px;*/
	position:absolute;
	/*right:0;
	top:0;
	left:0;*/
	/*sustitur este por el image2*/
	/*background-image:url(resources/images/banner.jpg);*/
	}
	
	#mensaje
{

	font-size:small;
	color:White;
	width:200px;
	}
	
#borde
{
	width:209px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-image:url(resources/images/espacio.jpg);
		}

#borde .logo
{
	position:absolute;
	width:210px;
	height:143px;
	/*sustitur este por el image1*/
	/*background-image:url(resources/images/logo.jpg);*/
	}
	
#pagina
{
	}	
	


#borde .primermenu
{
	width:200px;
	top: 120px;
	left: 0;	
	position:absolute;
	
	}
	
#borde .primermenu .boton
{
	
	position:absolute;
	width:200px;
	height:35px;
	/*background-image:url(resources/images/boton.jpg);*/
	}
	
#borde .segundomenu
{
	
	
	}

	/* Footer */

#footer 
{
	position:absolute;
	width:1024px;
	height:35px;
	left:0;
	bottom:0;
	
	/*position: absolute;
	bottom: 0;
	left: 0;
	width: 1030px;
	height: 35px;
	color:White;
	/*sustitur este por el image3*/
	/*background-image:url(resources/images/footer.jpg);*/
}

