/* CSS Document */
*{
	margin:0;
	padding:0;
}
body {
	background-color: #35342C;
  	text-align:center;
  	margin:0 auto;
  	padding:0; 
	font-family:Arial, Helvetica, sans-serif;
}
#contenedor{
	width:49.25em;
	height: 38em;
	margin:auto auto;
	text-align:left;	
}
			/*CABECERA -----------------------------------------*/
			#contenedor #cabecera{
				width:100%;
				font-size:0.56em;
				height:6.11em;

			}
			#contenedor #cabecera #izda{
				height:6.11em;
				width:39.3em;
				background-image:url(../images/lineaDif.gif);
				background-position:100% 100%;
				float:left;
				background-repeat:no-repeat;
			}
			#contenedor #cabecera #izda #dentro{
				margin-top:4.44em;
				color:#FFFFFF;
			}
			#contenedor #cabecera #dcha{
				height:6.11em;
				width:38.67em;
				float:right;
				text-align:right;
			}
			#contenedor #cabecera #dcha #dentro{
				margin-top:4.44em;
				color:#AAAAA6;
			}
			#contenedor #cabecera #dcha #dentro a{
				color:#6C6C69;
				text-decoration:none;
			}
			#contenedor #cabecera #dcha #dentro a:hover{
				color:#FFF;
				text-decoration:underline;
			}
			/* FIN DE CABECERA -----------------------------------------------------*/
			
			
			
			/*PIE -----------------------------------------*/
			#contenedor #pie{
				width:100%;
				font-size:0.56em;
				height:6.11em;

			}
			#contenedor #pie #izda{
				height:6.11em;
				width:39.3em;
				background-image:url(../images/lineaDif2.gif);
				background-position:100% 0%;
				float:left;
				background-repeat:no-repeat;
			}
			#contenedor #pie #izda #dentro{
				margin-top:1em;
				color:#696E75;
			}
			#contenedor #pie #dcha{
				height:6.11em;
				width:38.67em;
				float:right;
				text-align:right;
			}
			#contenedor #pie #dcha #dentro{
				margin-top:1em;
				color:#AAAAA6;
			}
			#contenedor #pie #dcha #dentro .imagenwai{
				width:5.56em;
				height:2em;
			}
			
			/* FIN DE PIE -----------------------------------------------------*/
			
			


