@charset "utf-8";
/* CSS Document */

#Cuerpo{
	width:1024px;
	height:auto;
}
#Contenido{
	width:880px;
	height:auto;
	padding-bottom:100px;
	float:right;
}
#menuFlash{
}
#divFoto{
	width:220px;
	float:left;
}
#divDatosTecnicos{
	width:660px;
	float:left;
}
.txtTitulo{
	text-align:center;
	background-color:#333;
	color:#FFF;
	font-size:20px;
	padding:10px;
	box-shadow:0px 5px 5px #333;
	border-radius:3px;
}
#tituloModelo{
	background-color:#E79D24;
	font-size:12px;
	color:#FFF;
	padding: 5px 0px 5px 30px;
	width:620px;
	box-shadow: 0px 1px 1px #333;
	border-radius:5px;
}
.tdI{
	text-align:right;
	font-weight:bold;
	border-bottom:1px solid #000;
	width:50%;
}
.tdD{
	padding-left:10px;
	border-bottom:1px solid #999;
}
.tdC{
	border-bottom:1px solid #999;	
}
