/* CSS Document */

body{
	font: 11px arial, verdana, sans-serif;
	color: #5f5f5f;
	margin: 0;
	padding: 0;
	background: transparent url(../images/fondo_gral.jpg) repeat left top;
}

#contenedor{
	height: 9650px;
	width: 1024px;
	background: transparent url(../images/fondo.jpg) repeat-y left top;
}

#cont_sobre{
	height: 800px;
	width: 1024px;
	background: transparent url(../images/fondo.jpg) repeat-y left top;
}

	#cabecera{
		width: 1024px;
		height: 204px;
		padding: 0px 0px 0px 333px;
		background: transparent url(../images/cabecera.jpg) no-repeat left top;
		/*border: 1px solid #000000;*/
	}

	#email{
		float: left;
		_float: none;
		margin: 80px 0 0 525px;
	}
		
		#email a{
			display: block;
			width: 46px;
			height: 15px;
			background: transparent url(../images/b_email.jpg) no-repeat left top;
		}
		
		#email a:hover{
			background-position: left -15px;
		}
		
	#email span{
		visibility: hidden;
	}
	
	#port{
		font-size: 9px;
		float: left;
		margin: 68px 0 0 400px;
		_margin: 68px 0 0 202px;
}
	
	#port a{
		display: block;
		height: 11px;
		width: 80px;
		background: transparent url(../images/b_port.gif) no-repeat left top;
	}
	
		#port span{
			visibility: hidden;
		}
		
	#port a:hover{
		background-position: left -11px;
	}
		
	#sobre{
		font-size: 9px;
		float: left;
		margin: 68px 0 0 20px;
	}
	
		#sobre a{
		display: block;
		height: 11px;
		width: 65px;
		background: transparent url(../images/b_sobre.gif) no-repeat left top;
	}

	
		#sobre span{
			visibility: hidden;
		}
		
	#sobre a:hover{
		background-position: left -11px;
	}

	.ficha{
		/*border: 1px solid #000000;*/
	}

	.tx{
		float: left;
		width: 190px;
		margin: 30px 0 0 110px;
		_margin: 30px 0 0 55px;
		/*border: 1px solid #000000;*/
	}
		
		.tx p{
			font: 10px georgia, times, serif;
			line-height: 16px;
			color: #CB4962;
			text-align: right;
			margin: 0 15px 0 0;
		}
		
		.tx p:first-line{
			font-weight: bold;
		}
	
	.img{
		float: left;
		width: 630px;
		margin: 30px 0 0 0;
		/*border: 1px solid #000000;*/
	}
	
	#first{
		margin-top: 0px;
		_margin-top: 0px;
	}	
		.img img{
			margin: 0 0 0 33px;
			border: 1px solid #E5E5E5;
		}
		
/*//////////////////////SOBRE MI////////////////////////////////*/

#contacto{
	float: left;
	width: 173px;
	height: 359px;
	margin: 28px 0 0 118px;
	_margin: 28px 0 0 59px;
	text-align: right;
	padding: 30px 40px 0 0;
	background: transparent url(../images/f_contacto.jpg) no-repeat left top;
	line-height: 18px;
	_line-height: 16px;
}

	#contacto a{
		font-weight: bold;
		color: #CB4962;
	}
		
	#contacto a:hover{
		color: #E2A98B;
	}

#tx_sobre{
	float: left;
	width: 526px;
	height: 489px;
	padding: 30px;
	background: transparent url(../images/f_sobremi.jpg) no-repeat left top;
	line-height: 18px;
	_line-height: 16px;
	#line-height: 14px;

}

/*///////////////////GENERAL FORMATO////////////////////////////////*/

a{
	text-decoration: none;
}
		
		
		
		
		
		