
body 
	{
	background: #FFFFFF;
	background-image: url('../images/background.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	line-height: 12px;
	color: #888888;
	text-align: center;
	}	
#global
	{	
	border:0px solid red;	
	width: 100%;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	}	
#contenido
	{	
	border:0px solid orange;	
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
	}	
#titulo
	{	
	border:0px solid green;	
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;	
	}			
#left
	{	
	border:0px solid red;	
	position: absolute;
	width: 722px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	line-height:15px
	}	
#right
	{	
	border:0px solid blue;	
	position: absolute;
	width: 168px;	
	margin: 125px 0px 0px 722px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	line-height:15px
	}			
#texto-portada
	{	
	border:0px solid green;	
	padding: 10px 25px 20px 25px;
	text-align: left;
	line-height:15px	
	}			
#texto-plantilla
	{	
	border:0px solid green;	
	background-image: url('../images/back_plantilla.jpg');
	background-position: top center;
	background-repeat: no-repeat;	
	padding: 50px 50px 30px 40px;
	text-align: left;
	line-height:15px	
	}		

.navigation
	{
	border:0px solid blue;	
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	background-position: center left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	}			
	
