/* CSS presentacion */

#principal{
	width:750px;
	padding:0 0 20px 0;
	background-color:#f0eed9;
	margin:20px auto 10px auto;}
	
	
	.logo{
		width:299px;
		height:59px;
		position:absolute;
		margin:25px 0 0 30px;}
		
		
	.contenido{
		margin:0 0 0 0;}
		
	
	.contenido_txt{
        width:400px;
        font-family:Tahoma, Verdana, Arial, Helvetica;
		font-size:11px;
		color:#49463f;
		line-height:1.5;
		text-align:justify;
		margin:120px 0 0 45px;
        -margin:120px 0 0 20px;
		float:left;}

	.contenido_img{
		float:right;
		width:249px;
		height:222px;
		margin:120px 25px 0 0;
        -margin:120px 15px 0 0;}

	span{
		font-family:Tahoma, Verdana, Arial, Helvetica;
		font-size:11px;
		font-weight:bold;
		text-transform:uppercase;
	}